View previous topic :: View next topic |
Author |
Message |
Beforegod Bodhisattva
Joined: 10 Apr 2002 Posts: 1495 Location: Würzburg
|
Posted: Wed May 08, 2002 6:32 am Post subject: Samba 2.2.4 Mount Problem |
|
|
Hi,
when i try to mount a windows 2000 share i executed following command
mount -t smbfs -o username=admin,fmask=777,dmask=777 //buero2/d$ /mnt/samba/buero2
Password:
This works until 2.2.4 fine but now i get the following error after i entered the password :
execvp of smbmnt failed. Error was No such file or directory.smbmnt failed: 1
Whats wrong?
Cheers,
BeforeGod |
|
Back to top |
|
|
Beforegod Bodhisattva
Joined: 10 Apr 2002 Posts: 1495 Location: Würzburg
|
Posted: Wed May 08, 2002 10:20 am Post subject: |
|
|
No Idea for this problem?? |
|
Back to top |
|
|
Beforegod Bodhisattva
Joined: 10 Apr 2002 Posts: 1495 Location: Würzburg
|
Posted: Fri May 10, 2002 10:05 am Post subject: |
|
|
Ok here is the way to solve this problem..
whats missing is a symlink!
ln -s /usr/sbin/smbmnt /bin/smbmnt
Then it works fine!
Cheers,
BeforeGod |
|
Back to top |
|
|
Vlad Apprentice
Joined: 09 Apr 2002 Posts: 264 Location: San Diego, California
|
Posted: Mon May 13, 2002 11:59 pm Post subject: |
|
|
Thank you! This problem has been bugging the hell out of me for days! |
|
Back to top |
|
|
|