![]() |
External Hp Hard Drive help
Hi guys; i have an external HP hard drive, and i use it with win vista when i plug it in the usb port it recognises it right away then i back up files.
Now i plug it in the Linux ubuntu and it doesn't recognise it , i red somewhere that i can save files manually, but for this i need your help thanks. |
Try this tip if it helps:
Tips and Tricks for Ubuntu after Installation [Ubuntu 12.04 to 13.04] - Manually Mount a USB Drive |
Quote:
frank@frank-ThinkCentre-M71e:~$ sudo mkdir /media/usb [sudo] password for frank: mkdir: cannot create directory `/media/usb': File exists frank@frank-ThinkCentre-M71e:~$ Disk /dev/sda: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk identifier: 0x0008d71b Device Boot Start End Blocks Id System /dev/sda1 * 2048 968693759 484345856 83 Linux /dev/sda2 968695806 976771071 4037633 5 Extended Partition 2 does not start on physical sector boundary. /dev/sda5 968695808 976771071 4037632 82 Linux swap / Solaris Disk /dev/sdb: 999.5 GB, 999501594624 bytes 255 heads, 63 sectors/track, 121515 cylinders, total 1952151552 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000a0f4e Device Boot Start End Blocks Id System /dev/sdb1 2048 1952151551 976074752 7 HPFS/NTFS/exFAT frank@frank-ThinkCentre-M71e:~$ |
The mount point usb has been created.
Will you be able to mount the usb drive by entering the command below in the Terminal? sudo mount -t ntfs-3g /dev/sdb1 /media/usb |
Quote:
frank@frank-ThinkCentre-M71e:~$ sudo mount -t ntfs-3g /dev/sdb1 /media/usb [sudo] password for frank: Mount is denied because the NTFS volume is already exclusively opened. The volume may be already mounted, or another software may use it which could be identified for example by the help of the 'fuser' command. frank@frank-ThinkCentre-M71e:~$ |
@Ivtec, that message will appear if you try to mount an already mounted usb device.
Open up a file manager and check if you can access the mounted hard drive. An eject button should appear next to a mounted device. Clicking the eject button is to unmount that device. |
Quote:
|
Quote:
|
Sounds unlikely that it is incompatible.
Dedoimedo |
Several makes claim not to be compatible with Linux for some reason but still work according to majority reports. I would search out similar threads to the one below as the solution you need is likely to be in one of them, or contact HP support.
http://crunchbang.org/forums/viewtopic.php?id=6947 |
All times are GMT +1. The time now is 04:22 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2021, vBulletin Solutions, Inc.