On Thu, 2006-03-30 at 03:13 +0000, Jim Douglas wrote: > I look in /dev and see sda, sdb, sdc, sdd > > I did, > > mkdir usbhd in /media > > then, > > mount -t ext3 /dev/sda /media/usbhd > > is says, > mount:No medium found The "disk" is /dev/sda, /dev/sdb, etc. It's most likely that you're going to mount a partition on the disk. Try something like: mount -t ext3 /dev/sda1 /media/usbhd (Notice the number after sda.) -- Don't send private replies to my address, the mailbox is ignored. I read messages from the public lists.