[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Can't access /dev/hdd



At 03:09 PM 8/28/2002 -0400, Phil Beder wrote:
When we installed, we put a 20 gig HD as the secondary
 drive on the secondary ide controller (in hindsight I
 could have thought of better ways to do this but the set
 of hands I had was in a hurry and didn't give me much of a
 choice).  I'm now trying to mount this drive,

mount -t ext2   /dev/hdd1   /mnt

That is incomplete... Create a sub-dir under /mnt for this /dev/hdd1 device. Call it /mnt/hdd1 if you want. Now, try that mount command again, this time like this:

mount -t ext2 /dev/hdd1 /mnt/hdd1


Hall



Reply to: