How do I add a hard drive

Ankush Grover ankush174 at gmail.com
Fri Feb 18 04:20:54 UTC 2005


hey,

See that is not possbile as  /usr is already mounted.

You need to create another mount partition like 

/share 

do this

a)first create a parition

b) format is with ext2 or ext3

c) mount the partition

mount  /dev/hda8 /share
but first you need to create the share mount point

mkdir /share

add the entry in the fstab

/dev/hda8 /share   ext3  defaults 0 0

Regards

Ankush


and then add that line in fstab

Regards

Ankush



On Thu, 17 Feb 2005 20:10:03 -0800, Mark Healey
<marklist at healeyonline.com> wrote:
> I'd like to add a hard drive that would be /usr/share/music.
>   I managed to partition and format it.  I added the line:
> 
> /dev/hdb1 /usr/share/music ext3  defaults 1 1
> 
> to /etc/fstab
> 
> in /var/log/boot.log there is:
> 
> mount: mount: mount point /usr/share/music does not exist
> 
> What is a mount point and how do I create one?
> 
> --
> Mark Healey
> marklist at healeyonline.com
> 
> --
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
>




More information about the fedora-list mailing list