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@xxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxx > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list >