First off, you have to check and see if Ubuntu can see the drive
-go to System > Administration > Disk Utility
If you can find the drive that's being difficult listed on the left select it. Now in the disk console,
-select Check File System
It will more than likely tell you the file system is bad.
You can now try to mount it by
-select Mount Volume
This will throw an error.
Now check the partitioned device's absolute path (e.g. dev/sd##) listed as "Device:".
Remember this because you will need it later. For example, mine was /dev/sdd1.
Now open the terminal and enter this:
sudo mkdir /media/&&&&&(replacing &&&&& with a name of relevance e.g. "500GB" or "1TB" )
Now enter this command:
sudo mount -t ntfs /dev/sd## /media/&&&&&
That should do it and an icon named &&&&& should appear on your desktop.
Now get back to waiting on that &#!$ drive to transfer.
No comments:
Post a Comment