Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: spook on November 06, 2006, 08:30:36 PM

Title: Noob unmount question...
Post by: spook on November 06, 2006, 08:30:36 PM
I need to uninstall one of the harddrives in my (non-raid) server. How do I unmount it?
Title: Re: Noob unmount question...
Post by: Boris on November 06, 2006, 11:08:31 PM
Quote from: "spook"
I need to uninstall one of the harddrives in my (non-raid) server. How do I unmount it?

# umount /path/to/mountfolder
Title: Noob unmount question...
Post by: spook on November 06, 2006, 11:16:25 PM
As always with Linux, surprisingly simple. But how do I keep SME server from trying to mount it at boot?
Title: prevent linux from trying to mount at boot time ..
Post by: w_mardian on November 07, 2006, 10:41:05 AM
dear, ..
you can open /etc/fstab..
edit / delete line that show your dev to prevent
linux from trying to mount at boot time.
you can use vi editor from shell.

# vi /etc/fstab

than remove the line that show your dev/hdx ..

then don't forget to save ..