Re: [SLUG] help with brain dump. mounting a new hard drive.

From: steve (steve@itcom.net)
Date: Mon Nov 19 2001 - 00:10:23 EST


On Sunday 18 November 2001 10:53 pm, you wrote:
> I installed a new hard drive. Created the partition, created the file
> system (Linux native). I have renamed the "/home" directory to
> "/home.old". I want to create the mount point of "/dev/hdc" to be "/home"
> where/how on earth do I create the mount point?

edit /etc/fstab

change the old /dev/hda to /dev/hdc or whatever partition you have.

from

/dev/hda6 /home ext2 defaults 1 1

to

/dev/hdc6 /home ext2 defaults 1 1

Steve



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 18:27:43 EDT