Hardware :: Unable To Mount WD Hard Drive
Jul 20, 2011
I was copying files from one Western Digital hard drive to another newer one, when I accidentally pulled out the usb cable on the copying drive (WD Elements 2TB).Now I can't mount the drive again. I don't really know what this means. I rebooted the computer, but to no avail.I am running Ubuntu 10.04 on Gnome 2.30.2 Kernel Linux 2.6 32-32 generic.
View 1 Replies
ADVERTISEMENT
Apr 5, 2010
My portable hard drive (WD My Passport), which used to work correctly now does not automount on my Ubuntu system. It does work on a Windows machine or even when plugged into WD HD TV, which is a Linux based device. There's one NTFS partition spanning the whole drive.When I plug the disk in, I see the following in dmesg:[269259.504631] usb 1-2.2: new high speed USB device using ehci_hcd and address 20[269259.604674] usb 1-2.2: configuration #1 chosen from 1 choiceHowever it does not mount in GNOME and I don't see it when I type:sudo fdisk -lAny suggestions why this might be? I repaired the partition using chkdsk on Windows, so the issue is probably not filesystem related.
View 4 Replies
View Related
Jul 5, 2010
I wanted to make a clone of my drive, so I tried the ole sudo dd if=/dev/sda1 of=/dev/sdg1 trick, but first I formatted the drive to the Ext4 format. I wish I would have understood that format a little more before I decided to format it that way. Now I can't access my drive at all. I read almost everything on the net about manually mounting it, but almost everything was in Fat, NTFS, or Ext3/2 format. I even read the Ubuntu documentation. I don't know if it's because my drive is in Ext4 format, or if I'm just not doing something right.
As you can see in the following picture, it recognizes the drive, yet I am unable to mount it. I am trying to access the 160 GB drive. I even tried to see if Windows would recognize it. No go. Today while lurking in the Ubuntu Forums I found a way to make a live .iso of my system (which I think is awesome). So now I want to reformat my drive and use it as storage once again. I think I will restore it to NTFS. I thought that the Ext4 format would work better in Linux (which I was wrong), but now I need Windows to recognize it as well, and it needs to be able to store files bigger than 4 GB (unless you have a suggestion on what to format it as).
View 9 Replies
View Related
Jun 21, 2011
I'm having problems mounting my NTFS external hard drive .
dmseg :
Code:
1.padlock: VIA PadLock Hash Engine not detected.
2.PPP MPPE Compression module registered
3.PPP BSD Compression module registered
4.PPP Deflate Compression module registered
5.npviewer.bin[5405]: segfault at ff99cd48 ip ff99cd48 sp bfc8afac error 4
6.usb 4-2: new high speed USB device using ehci_hcd and address 5
[code].....
View 2 Replies
View Related
Mar 9, 2011
I'm struggling to get a USB removable hard drive to mount in Linux. Its part of a removable car audio system called a Phatbox. I can see the unit is being recognised by the system, but I can't find a relevant /dev/sda* entry which I can then mount to a folder. How do I diagnose why that error happened - and why it is that although its discovered it as a scsi device, scsi9, it then offlines it?
View 10 Replies
View Related
Feb 22, 2010
I'm trying to get an external HD to mount on my Dell Laptop running OpenSuse 11.1. When I connect I get the following:
Quote:
dmesg:
usb 1-5: new high speed USB device using ehci_hcd and address 4
usb 1-5: configuration #1 chosen from 1 choice
scsi3 : SCSI emulation for USB Mass Storage devices
usb 1-5: New USB device found, idVendor=0bc2, idProduct=0503
usb 1-5: New USB device strings: Mfr=54, Product=69, SerialNumber=95
[code].....
But am left scratching my head. I don't think its showing up in the etc/mtab - which i think it is supposed to?
View 7 Replies
View Related
Sep 27, 2010
Just installed opensuse 11.3 Kdeversion on my laptop. Before installing it on live mode i had a problem of accessing my other drives (NTFS, FAT32 and EXT4) which said HAL system policy...etc mounting error. I could access all drives with root privilege. I thought problem will be solver once i install opensuse on my system. How ever i was really disappointed after seeing the same problem post install. Googled around for the solution and got this link
[Code]...
After this the problem got worse now i am not able to see any of the drives in the side panel. Gone through many forum and posts all discuss about external USB HDD.
View 9 Replies
View Related
Jul 13, 2011
I purchased a Seagate Goflex 500GB external hard drive yesterday and tried to connect it with my Fedora machine. Unfortunately my machine could not mount the drive. I have never had such problems earlier with other USB drives.PLease, how to use this ext disk on the fedora machine.
View 7 Replies
View Related
Oct 4, 2010
Not able to mount windows drive & foder, in linux. i have got following error.
mount error 92 = Protocol not available
View 10 Replies
View Related
Aug 5, 2010
I have 2 internal drives. One is for the OS and one is for the Data. I tried to get the Data drive to mount automatically at login using some crap I found on a linux blog. Safe to say it didn't work and now I can't mount it with the OS on the OS Drive.
It mounts from a live CD and all the data is perfectly safe. When I try to mount the drive I get this error message: "Error mounting: mount exited with exit code 1: helper failed with: mount: only root can mount /dev/sdb1 on /media/data" What have I done wrong and how can I make it mount again? Preferably this time at login.
View 2 Replies
View Related
May 25, 2010
I have been trying to share folders from my main PC which is running Ubuntu 10.04. I have been able to figure out Samba enough to get my a couple of folders shared, but I have been unable to share any folders which are on my external harddrive. After entering the path in my smb.conf file they appear on the network but I am unable to navigate to them. When trying to navigate to them through the network folder on the pc they are actually connected to I get an "Unable to mount location: Failed to mount windows share" dialog box. On the windows pc I am trying to share with I get, "Windows cannot acces \Josh-Desktop
ame of folder"
My smb.conf file looks like this:
That folders I cannot access are Music and Videos.
View 9 Replies
View Related
Dec 11, 2010
I am using KDE 4.5 and I am unable to mount a hard drive in Dolphin.
I get the error message:org.freedesktop.Hal.Device.Volume.PermissionDenied: Refusing to mount device /dev/sdb1 for uid=1000
The filesystem for the drive that I want to mount is ext4 and the label is "repo"
View 2 Replies
View Related
May 22, 2010
I have a secondary NTFS hard drive in which i can not mount. Here is the output for fdisk -l:
Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[code]....
View 4 Replies
View Related
Jul 20, 2011
I'm new to Fedora. Is there an instruction manual. I'm using Fedora 14. I found under documentation a manual for musicians and amateur radio enthusiasts, but not for regular users. I'm using a black widow, which is a holder for hard drives that connects thru USB. I'm trying to mount it. The file system is Ext4.
View 1 Replies
View Related
Aug 24, 2010
I have got 2 hard drives running one one of my computers which i am running as an server. I was using Ubnntu Server which is good but i have decided to change the way that i am going to use the server and have installed Xubuntu over ubuntu server. However in the installation the hard drives shwn when it asked where i would like to install the operateing system. It installed sucessfully and is working but it cant mount my other hard drive which has all of my data on it.
I had tried mounting it throught the command prompt and had no success. After which i have checked if the the toher hard drive is being reconised by Xubuntu and it is as sdb1 but i caqnt mount it and get to my data. I hoped that i can try and put in my ubuntu live cd and see if it can pick the seoncd hard drive up and mount it which it has not been able to.
I have 2 20 gigabyte hard drives atm the moment and i am not adding the others until i can get to all my stuff again form the other hdd.
View 9 Replies
View Related
Oct 22, 2010
id installed ubuntu 10.04 on 160GB hard drive and now i cant see the other hard driveonly ubuntu installed ...
Code:
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
[code]....
View 9 Replies
View Related
Feb 20, 2011
I want to pull a few things off this external hard drive I have that is an ubuntu install from last year. However, my mac won't recognize the file system and mount it so I can pull the few files I need off of it.
What's the trick to getting a mac to find an ubuntu hard drive?
My other option is removing my laptop hard drive, installing the ubuntu one, opening ubuntu manually, burning the information I need to a CD, or a usb key, and then removing the ubuntu hard drive, and reinstalling my mac osx drive to the laptop bay.
View 7 Replies
View Related
Jun 18, 2011
I'mm trying to mount a hard drive in Ubuntu but it doesn't work i typed the following commands
Code:
cd ../..
sudo mkdir /media/windows
sudo mount /dev/sda /media/windows -t ntfs
and then it says
Code:
Error opening '/dev/sda': Read-only file system
Failed to mount '/dev/sda': Read-only file system
i wanted to access my files, not write to it, so is there anyway to mount as read only?
View 9 Replies
View Related
Apr 18, 2011
how do i make /mmt is the mount point to my hard drive, and how do i mount hard drive? thank you i'm very new to linux.
View 3 Replies
View Related
Jul 23, 2010
I am trying to mount a hard drive it shows up as /dev/sda1
I can click it and mount it via the GUI but I need it mounted for this script and do not want to have an extra step of doing it manually
I have tried (also tried sda vs sda1, no differance)
sudo mount /dev/sda1
sudo mount -t ntfs/dev/sda1
sudo mount -t ntfs-3g/dev/sda1
I know the drive is sda the only partition on it being sda1, but either I get an error saying it couldn't be found or I simply get no response depending on how I alter the code
Oh also the drive shows hpfs/ntfs 0x07 in the disk utility
View 6 Replies
View Related
Aug 5, 2010
I have just installed Oracle Enterprise Linux. (which i believe is build on redhat). This copy of linux is installed on one hard drive, in the system there is another hard drive and also an SSD.
How can I mount the SSD and other hard drive so that I can read and write to them?
Unlike Windows, they dont simply appear under 'my computer'
View 10 Replies
View Related
Jul 24, 2011
My old centos 5.5 server stopped working so I setup a new one and I can't mount it to get the data off (if you're curious, I do have a NAS, but because of renovations it was accidentally shut-off July 2...)here's the fdisk -l:
[root@localhost ~]# fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
[code]....
View 8 Replies
View Related
Jan 19, 2011
I am running the latest suse release downloaded directly from their website. I ran the installation after buring the dvd and everything seemed to be working fine. after the installation i ran updates and used it for a little bit. When i shut it down that night and went to restart it I got an error that stated the OS wasnt there. I then went through the installation and everything and it retained the information from the installation before (web history etc.) but for some reason every time I reboot or shut it down the system is not able to read the startup information from the hard drive and will not come on without me re installing it.
View 9 Replies
View Related
Aug 22, 2010
I have a new install of debian on my laptop. When I plug in my external hard drive (usb) I get the message. Invalid mount option when attempting to mount the volume 'External Drive'.
View 7 Replies
View Related
Jan 24, 2010
I bought a "WD My Passport Essential 320 GB" usb drive. When I plug it in (suse 11.2 x86_64 gnome version), it won't automount, a message appears ".../dev/sr2 is not a valid block device", I can not mount it manually neither Don't have a clue how to proceed in solving this issue. The drive is a bit strange though, it has some software on it for protecting data, which I wont need, but can't get rid of it neither. However when I connected it to my laptop running ubuntu 9.10 x86_64, the drive automounted ok, so I guess I must be missing some additional software on my suse. The drive was initially NTFS formated, but I did reformat it to FAT with ubuntu.
View 9 Replies
View Related
Mar 28, 2010
i have download openSUSE and can't get it to mount on my hard drive i try and try but it sill won't stay on the hard drive. i like what i see on this os but can't use it.oh the PC im trying to put this os on is a hp m8530f a very good PC at that but i want to use this openSUSE.
View 3 Replies
View Related
Oct 23, 2010
I've added a 1TB hard drive as a second hard drive on my PC, mostly because my home partition is full of music and movies, but I am unsure of where to mount it (or what to mount it as). "Yast Partitioner" suggested /tmp /srv or /localI basically want a storage solution for media files which can be accessed by multiple users (including a windows PC using samba)
View 9 Replies
View Related
Jan 18, 2010
I am having problems mounting an iso on my external hard drive. I do not want to move it onto my linux partition because it is 3.6 GB. I have a directory made (/media/iso) that I would like to mount it in, but if that doesn't work then I don't care where it goes. After I mount it I want to be able to run it using Wine, but that will come later. For now I just need to get it mounted. And, of course, I am fairly new to linux/ubuntu.
View 2 Replies
View Related
Feb 23, 2010
I've been checking the Forums and I can't find anything similar to my problem yet. I have 2 external drives that my UBUNTU 9.10 doesn't recognize, although I can see them perfectly in Win XP.I was using them in Ubuntu until 2 weeks ago, when this problem started and I can't find a way to see/mount them again. GPARTED doesn't find any of them; and when aply fdisk -l, can't see them either (only my internal HD).
View 2 Replies
View Related
May 10, 2010
I run 10.04 lucid in a laptop with EXT4 as filesystem, and I tried to mount an external hard drive from a Windows that, obviously, uses FAT32. Its the first time I try to mount a hard drive (external) since the upgrade to 10.04. Do I have to download some packages via synaptic? If not, what do I have to do?
Plus, I have run
Code:
sudo fdisk -l
and this is what I get
[Code]...
View 2 Replies
View Related