loisl Apprentice
Joined: 18 Apr 2004 Posts: 167 Location: Egelsbach
|
Posted: Thu Jan 13, 2005 12:57 pm Post subject: Weird samba error |
|
|
Dear all,
I try to mount a Windows fileshare via fstab and I get a realy weird error.
fstab entry
Code: | //server/D$ /mnt/xp/d smbfs noauto,rw,users,fmask=0777,dmask=0777,uid=valid,gid=users,credentials=/validpath/.smbmount 0 0 |
mount /mnt/xp/d does not show any error messages. My Windows host shows the share as mounted (usage count 1).
But
Code: | w9f00453 ~ # df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda1 18551620 4813244 13738376 26% /
none 61780 2704 59076 5% /dev
none 61780 0 61780 0% /dev/shm
df: `/mnt/xp/d': Permission denied
|
It makes no difference if I do the mount as root or as regular user.
ls /mnt/xp/d shows ther permission denied error as well.
What's my error?
Regards,
Loisl |
|