Re: USB hard drive

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

 



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.


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux