View previous topic :: View next topic |
Author |
Message |
gsfgf Veteran
Joined: 08 May 2002 Posts: 1266
|
Posted: Tue Sep 24, 2002 9:08 pm Post subject: unmount a bad smb share |
|
|
I'm using smb to mount network drives since nfs won't work and all coms that need to mount via smb are running linux.
It works good except when the connection is lost (com restared or something) i can't unmount the share. How can i force an unmount umount -f doesn't work killing smbmount doesn't do it either. I can remount the share to a different dir, though. |
|
Back to top |
|
|
de4d Apprentice
Joined: 12 Sep 2002 Posts: 181 Location: fr. i. br. (ger)
|
Posted: Tue Sep 24, 2002 10:20 pm Post subject: |
|
|
dont know howto 'umount -f'
but i 100%ly recommend using NFS because of missing mount-problems (like yours) and performance...
'nfs won't work' sounds a bit superficial, of course it does work :)
sorry if this doesnt help u.... _________________ void main(){fork();main();} |
|
Back to top |
|
|
StrCrssd n00b
Joined: 17 Apr 2002 Posts: 68 Location: McAllen, TX USA
|
Posted: Thu Sep 26, 2002 11:47 pm Post subject: nfs |
|
|
If all the systems are linux, then I would agree with gsfgf; use nfs.
NFS is much higher performing and very very reliable (unlike CIFS). _________________ StrCrssd
Give a man enough rope, he'll hang himself. Teach a man to make rope, he'll hang other people. |
|
Back to top |
|
|
|