rescue disk program with a gui
Tim Tebbit
ttebbit at gmail.com
Sat Sep 5 21:57:41 UTC 2009
> Steve Reilly wrote:
>
> i have a usb drive that wont open. i want to get my files off of there.
>
gui won't help you there.
Mount it from the command line.
$ mkdir /tmp/disk
$ sudo mount /dev/sdb1 /tmp/disk
$ nautilus /tmp/disk
Do what you need.
If /dev/sdb1 is not your usb drive or you don't know what it is...
Reconnect the device and run
$ dmesg |tail and note the device location. substitute /dev/sdb1
More information about the ubuntu-users
mailing list