Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Restarting all
Name: Scott Date: August 15, 2002 at 14:28:23 Pacific
Comment:
I know, there's no "mount" service, but I forget what it's called right now. How do I unmount everything in fstab and then re-mount it all without rebooting everytime? Thanks.
Name: dfx Date: August 16, 2002 at 02:10:32 Pacific
Reply:
Not sure why you want that, but here goes. To unmount/mount everything in fstab, you would use the -a switch to the umount/mount commands. Note that "umount -a" really tries to unmount _everything_, so depending on your partition setup, it's potentially dangerous. Also, if any progs are running that are using files on mounted file systems, you won't be able to unmount them, unless you kill the pids first.
Summary: I have not worked with 7.2, but it should be the same as 7.1. If you did the standard install of samba, you can start nmbd and smbd manually by typing nmbd and smbd. or cd /etc/rc.d/init.d ./samba st...
Summary: Install swat and configure it from there. Once you install it, modify your /etc/xinetd.d/swat file and change the "disable=yes" to "disable=no" and restart xinetd by doing /sbin/service xinetd restart...
Summary: My Linux database server machine restarted all of a sudden and now it says it cannot mount the file system. It says 1472903 blocks are lost it asks me to run fsck manually and drops me to a shell. I c...