Agnello George
2011-Jan-05 15:05 UTC
[CentOS] how to access external USB drive in single user mode
how to access external USB drive in single user mode Thanks -- Regards Agnello D'souza -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110105/d5888759/attachment-0003.html>
Boris Epstein
2011-Jan-05 15:17 UTC
[CentOS] how to access external USB drive in single user mode
On Wed, Jan 5, 2011 at 10:05 AM, Agnello George <agnello.dsouza at gmail.com> wrote:> > how to access external USB drive in single user mode > > Thanks > > -- > Regards > Agnello D'souza > > > > _______________________________________________ > CentOS mailing list > CentOS at 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.
John Doe
2011-Jan-06 10:15 UTC
[CentOS] how to access external USB drive in single user mode
From: Agnello George <agnello.dsouza at 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
Reasonably Related Threads
- difference between stickybit SUID and SGID
- error --- > any idea ?? Kernel: Additional sense: Invalid command operation code
- how to ensure systems users strong passwdors enabled
- unable to check in code to svn when files contain spaces or characters
- kernel panic not syncing fatal exception due to reiserfs -- rebooted properly on ext3