Results 1 to 10 of 10
Trying to install an external Hard Drive to a Debian/KDE 3.3 system It is not recognizing it. Tried mounting it
mount -t vfat /dev/sda /media/extHD
It says not a valid ...
- 11-16-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 26
Western Digital ext HD
Trying to install an external Hard Drive to a Debian/KDE 3.3 system It is not recognizing it. Tried mounting it
mount -t vfat /dev/sda /media/extHD
It says not a valid block device. Is there a driver I need to install so that it may work in Linux?
- 11-16-2006 #2No, you certainly don't need any extra drivers, it should work just like that.
Originally Posted by er&
Is that a new hard drive ? Did you use it before (ie is it working) ? Is it formatted ? Are you sure it is detected as /dev/sda ?
Just after plugging the hard drive, look at the output of
to see which device it is.Code:dmesg | tail
Also, check out the ouput of
Code:fdisk -l
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 11-16-2006 #3Just Joined!
- Join Date
- Oct 2006
- Posts
- 26
This is what I entered. Not sure what it means.
PIIIVectra:~# dmesg | tail
usb.c: USB disconnect on device 00:1f.2-2 address 2
usb.c: USB disconnect on device 00:1f.2-2.2 address 3
hub.c: new USB device 00:1f.2-2, assigned address 4
hub.c: USB hub found
hub.c: 4 ports detected
hub.c: new USB device 00:1f.2-2.2, assigned address 5
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 5
usb-uhci.c: interrupt, status 2, frame# 607
hiddev0: USB HID v1.10 Device [Western Digital External HDD] on usb1:5.1
PIIIVectra:~# fdisk -l
PIIIVectra:~#
What device do you mount and how do you make it perminant?
- 11-16-2006 #4
You have to run
as root.Code:fdisk -l
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 11-16-2006 #5Just Joined!
- Join Date
- Oct 2006
- Posts
- 26
I have 2 drives recognized:
hda(1-5) - internal 20G hard drive
hdc - ? - 4.7G
My external has 160G and is not recognized in sd(a-p). Is it that my extHD is not partitioned in ext3 or etc?
- 11-16-2006 #6Does this external hard drive works in general ?
Originally Posted by er&
Even if it is in FAT32 or NTFS, it should work nevertheless.
Which kernel are you using ?
Code:uname -a
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 11-16-2006 #7Just Joined!
- Join Date
- Oct 2006
- Posts
- 26
Linux PIIIVectra 2.4.27-3-386 #1 Mon May 29 23:50:41 UTC 2006 i686 GNU/Linux
I have it installed on a windows xp computer. I had to install it with a cd that came with it.
- 11-16-2006 #8
I would suggest you to use the latest Debian Sarge 2.6 kernel instead, which has better support for USB :
then reboot your machine and choose the new kernel.Code:apt-get install kernel-image-2.6-686
Also, installing udev might help :
Code:apt-get install udev
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 11-16-2006 #9Just Joined!
- Join Date
- Oct 2006
- Posts
- 26
The new Kernal did not work. Debian is recognizing that the usb port has a Western Digital HD. It is just that it will not assign it to a sda*. Does anyone know what a "DriveReady SeekComplete Error" is?
- 11-16-2006 #10
Still, you did not answer. Does that hard drive work in Windows ?
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee


Reply With Quote