I have my computer connected to a Windows 2000 share via samba. I have problems, however, if that server is ever restarted. The mount point becomes inaccessable (i.e. 'ls' gives and error), and I cannot umount it ('server is busy' error). A umount -f does not work either. The only option I have found is to restart, which I hate to do. Any suggestions on how to avoid this, or at least how to get it re-mounted? I am mounting the server via /etc/fstab, with the following line: //xeon/c /xeon smbfs credentials=/etc/mypasswords,uid=1000,gid=100 0 0 (BTW, what does the '0 0' at the end do? I have never understood those numbers) Thanks, Kirk -- visit me at http://www.sparticus.us
On Tuesday 31 August 2004 09:15 am, Kirk Coombs wrote:
I have my computer connected to a Windows 2000 share via samba. I have problems, however, if that server is ever restarted. The mount point becomes inaccessable (i.e. 'ls' gives and error), and I cannot umount it ('server is busy' error). A umount -f does not work either.
The only option I have found is to restart, which I hate to do.
Any suggestions on how to avoid this, or at least how to get it re-mounted?
I am mounting the server via /etc/fstab, with the following line:
//xeon/c /xeon smbfs credentials=/etc/mypasswords,uid=1000,gid=100 0 0
(BTW, what does the '0 0' at the end do? I have never understood those numbers)
Thanks,
Kirk
-- visit me at http://www.sparticus.us
I thought the proper place for this was in /etc/samba/smbfstab I think a simple "rcsmbfs restart" might work, but you probably better test it. Zeros are mount order (sequence). -- _____________________________________ John Andersen
Am Tuesday 31 August 2004 18:15 schrieb Kirk Coombs:
(BTW, what does the '0 0' at the end do? I have never understood those numbers) man fstab: The fifth field, (fs_freq), is used for these filesystems by the dump(8) command to determine which filesystems need to be dumped. The sixth field, (fs_passno), is used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time. hth -- buddha 2.6.4-54.5-default 9:05am an 19:31, 1 Benutzer,
participants (3)
-
Dan Am
-
John Andersen
-
Kirk Coombs