how to access external USB drive in single user mode
Thanks
On Wed, Jan 5, 2011 at 10:05 AM, Agnello George agnello.dsouza@gmail.com wrote:
how to access external USB drive in single user mode
Thanks
-- Regards Agnello D'souza
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I'd guessit should work the same way as under any other circumstances - the drive should be accessible as a pseudo-SCSI device (/dev/sdf or some such) and then you just mount whatever partition you want to use and off you go.
Boris.
On Wed, Jan 5, 2011 at 10:17 AM, Boris Epstein borepstein@gmail.com wrote:
On Wed, Jan 5, 2011 at 10:05 AM, Agnello George agnello.dsouza@gmail.com wrote:
how to access external USB drive in single user mode
I'd guessit should work the same way as under any other circumstances
- the drive should be accessible as a pseudo-SCSI device (/dev/sdf or
some such) and then you just mount whatever partition you want to use and off you go.
Yes, this normally the case.
I do: 1) plug in the drive 2) dmesg and look for the dev/sd* entry
From: Agnello George agnello.dsouza@gmail.com
how to access external USB drive in single user mode
- plug your USB drive - check the server logs (/var/log/messages) to see the device name (/dev/sdXY) assigned to the detected USB drive - Use/create a mount point: /mnt/ZZZ by example - mount /dev/sdXY /mnt/ZZZ
JD