Results 1 to 10 of 11
Hi out there, I just plug in an 2TB sata-hdd through an usb2sata cable, worked flawless in both windows and mac.
But on my linux-machine I cant even find the ...
- 11-03-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 9
Where do I found the usb-hdd ?
Hi out there, I just plug in an 2TB sata-hdd through an usb2sata cable, worked flawless in both windows and mac.
But on my linux-machine I cant even find the drive.
It should be named /dev/sdX ?
I got /dev/sda to /dev/sdh, and thats my internal drives, nothing more. Is usb-hdds somewhere else?
Please help!
//yabbah
- 11-03-2011 #2
Hello and Welcome.
I'm not much familiar with USB2sata but we'll give this a shot. Open a terminal window and issue these commands with sudo or su -, depending on your setup.
This should tell us what your disc partitions look like. Notice that's a lowercase L and not a 1.Code:fdisk -l
This will tell us what is already mounted, where it's mounted at and other useful info.Code:mount
Post your output here using the forum code tags, please.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 11-03-2011 #3Just Joined!
- Join Date
- May 2011
- Posts
- 9
All those disks is already in use.Code:[root@yabbah dev]# fdisk -l Disk /dev/sda: 320,0 GB, 320072933376 byte 255 heads, 63 sectors/track, 38913 cylinders Enheter = cylindrar av 16065 · 512 = 8225280 byte Enhet Start Början Slut Block Id System /dev/sda1 * 1 10 80293+ 83 Linux /dev/sda2 11 270 2088450 82 Linux växling / Solaris /dev/sda3 271 38913 310399897+ 83 Linux Disk /dev/sdb: 1000,2 GB, 1000204886016 byte 255 heads, 63 sectors/track, 121601 cylinders Enheter = cylindrar av 16065 · 512 = 8225280 byte Enhet Start Början Slut Block Id System /dev/sdb1 1 121601 976760001 83 Linux Disk /dev/sdc: 500,1 GB, 500107862016 byte 255 heads, 63 sectors/track, 60801 cylinders Enheter = cylindrar av 16065 · 512 = 8225280 byte Enhet Start Början Slut Block Id System /dev/sdc1 1 60801 488384001 83 Linux Disk /dev/sdd: 1000,2 GB, 1000204886016 byte 255 heads, 63 sectors/track, 121601 cylinders Enheter = cylindrar av 16065 · 512 = 8225280 byte Enhet Start Början Slut Block Id System /dev/sdd1 1 121601 976760001 8e Linux LVM Disk /dev/sde: 750,1 GB, 750156374016 byte 255 heads, 63 sectors/track, 91201 cylinders Enheter = cylindrar av 16065 · 512 = 8225280 byte Enhet Start Början Slut Block Id System /dev/sde1 1 91201 732572001 8e Linux LVM Disk /dev/sdf: 1000,2 GB, 1000204886016 byte 255 heads, 63 sectors/track, 121601 cylinders Enheter = cylindrar av 16065 · 512 = 8225280 byte Enhet Start Början Slut Block Id System /dev/sdf1 1 121601 976760001 8e Linux LVM Disk /dev/sdg: 2000,3 GB, 2000398934016 byte 255 heads, 63 sectors/track, 243201 cylinders Enheter = cylindrar av 16065 · 512 = 8225280 byte Enhet Start Början Slut Block Id System /dev/sdg1 1 243201 1953512001 8e Linux LVM Disk /dev/sdh: 750,1 GB, 750156374016 byte 255 heads, 63 sectors/track, 91201 cylinders Enheter = cylindrar av 16065 · 512 = 8225280 byte Enhet Start Början Slut Block Id System /dev/sdh1 1 91201 732572001 8e Linux LVM
The new disk should be /dev/sdi, this output is from dmesg:
Any ideas?Code:Initializing USB Mass Storage driver... scsi8 : SCSI emulation for USB Mass Storage devices usb-storage: device found at 2 usb-storage: waiting for device to settle before scanning usbcore: registered new driver usb-storage USB Mass Storage support registered. Vendor: Model: Rev: Type: Direct-Access ANSI SCSI revision: 02 sd 8:0:0:0: Attached scsi disk sdi usb-storage: device scan complete
- 11-03-2011 #4Linux Guru
- Join Date
- May 2011
- Posts
- 1,838
Does the device exist in /sys?
Do the block devices exist?Code:ls -ld /sys/block/sd*
If not, you can always make them:Code:ls -l /dev/sdi /dev/sdi1
Code:mknod /dev/sdi b 8 128 mknod /dev/sdi1 b 8 129
- 11-03-2011 #5Just Joined!
- Join Date
- May 2011
- Posts
- 9
So yes, it exists. But:Code:[root@yabbah dev]# ls -ld /sys/block/sd* drwxr-xr-x 8 root root 0 3 nov 13.20 /sys/block/sda drwxr-xr-x 6 root root 0 3 nov 13.20 /sys/block/sdb drwxr-xr-x 6 root root 0 3 nov 13.20 /sys/block/sdc drwxr-xr-x 6 root root 0 3 nov 13.20 /sys/block/sdd drwxr-xr-x 6 root root 0 3 nov 13.20 /sys/block/sde drwxr-xr-x 6 root root 0 3 nov 13.20 /sys/block/sdf drwxr-xr-x 6 root root 0 3 nov 13.20 /sys/block/sdg drwxr-xr-x 6 root root 0 3 nov 13.20 /sys/block/sdh drwxr-xr-x 5 root root 0 3 nov 13.20 /sys/block/sdi
:/Code:[root@yabbah dev]# fdisk /dev/sdi Could not read /dev/sdi [root@yabbah dev]#
- 11-03-2011 #6Linux Guru
- Join Date
- May 2011
- Posts
- 1,838
what does lsusb report - any info on that drive? you might need to install usbutils first.
- 11-03-2011 #7Just Joined!
- Join Date
- May 2011
- Posts
- 9
It seems to find the usb2sata anyhow.Code:[root@yabbah dev]# lsusb Bus 006 Device 001: ID 0000:0000 Bus 003 Device 001: ID 0000:0000 Bus 003 Device 002: ID 03f0:0024 Hewlett-Packard KU-0316 Keyboard Bus 002 Device 001: ID 0000:0000 Bus 007 Device 001: ID 0000:0000 Bus 005 Device 001: ID 0000:0000 Bus 004 Device 002: ID 046d:c045 Logitech, Inc. Optical Mouse Bus 004 Device 001: ID 0000:0000 Bus 001 Device 001: ID 0000:0000 Bus 001 Device 002: ID 152d:2338 JMicron Technology Corp. / JMicron USA Technology Corp. JM20337 Hi-Speed USB to SATA & PATA Combo Bridge
- 11-03-2011 #8Linux Guru
- Join Date
- May 2011
- Posts
- 1,838
What's your kernel version/distro?
Also see here - maybe power the drive up first, then plug in the USB cable.
- 11-03-2011 #9Just Joined!
- Join Date
- May 2011
- Posts
- 9
his kernel is 2.6.18, and dist is ClearOS (a router/nas dist).
I already tried power it first, then plug in the sata-cable. No difference. :P
- 11-03-2011 #10Linux Guru
- Join Date
- May 2011
- Posts
- 1,838
pretty old kernel. can you boot a current Live Linux CD and see if that makes a diff?


Reply With Quote
