View previous topic :: View next topic |
Author |
Message |
eternal756 n00b
Joined: 05 Nov 2003 Posts: 28
|
Posted: Thu Apr 29, 2004 6:07 am Post subject: Can't get shfs to work |
|
|
This is the error I get when I try to start it up.
Code: | root@Infinity bin # shfsmount username@gac.edu:/username /mnt/home
username@gac.edu's password:
shfsmount: Invalid argument
|
I'm trying to get my drive on my school's network to mount onto my own computer. Any suggestions would be greatly appreciated. |
|
Back to top |
|
|
moocha Watchman
Joined: 21 Oct 2003 Posts: 5722
|
Posted: Thu Apr 29, 2004 7:14 am Post subject: |
|
|
Is the shfs kernel module loaded? To check do Code: | lsmod -l | grep shfs | If you get a line saying shfs then it's loaded. If it isn't loaded add shfs to /etc/modules.autoload.d/kernel-2.6 (or kernel-2.4 if you run a 2.4 series kernel) and reboot. You can avoid rebooting by doing (the module will get autoloaded after the next reboot).
shfs worked for me out of the box (kernel 2.6.5-gentoo) - the only annoyance is that it sends a lot of debug messages to the system logger. But that doesn't affect its functionality. _________________ Military Commissions Act of 2006: http://tinyurl.com/jrcto
"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin |
|
Back to top |
|
|
|