-----Original Message----- From: fedora-list-bounces@xxxxxxxxxx [mailto:fedora-list-bounces@xxxxxxxxxx] On Behalf Of Rick Lim Sent: Wednesday, April 20, 2005 7:39 AM To: Fedora List Subject: Trouble with mount Having just loaded a new hard drive with FC3 I wanted to mount that drive on a working system to modify and copy some files on to it, so I have tried to mount the disk but I get this error, can anyone help? Here's what I do [root@d64-180-18-237 ~]# mount -t ext3 /dev/hdc2 /nd mount: /dev/hdc2 already mounted or /nd busy [root@d64-180-18-237 ~]# mount /dev/hda2 on / type ext3 (rw) none on /proc type proc (rw) none on /sys type sysfs (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) usbfs on /proc/bus/usb type usbfs (rw) /dev/hda1 on /boot type ext3 (rw) none on /dev/shm type tmpfs (rw) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) I found part of my problem, being used to the old way of partitioning the harddisk with /dev/hda1 being /boot and /dev/hda2 being / I expected to mount /dev/hdc1 as /nd/boot and /dev/hdc2 as /nd But with the new file system on FC3 VolGroup00 how do I mount the newly created disk and access the /boot and / file systems on the newly created disk?