View previous topic :: View next topic |
Author |
Message |
jorrit Tux's lil' helper

Joined: 26 Oct 2005 Posts: 128
|
Posted: Thu Jan 18, 2007 7:15 pm Post subject: Trying to get external Maxtor drive to work |
|
|
I have a 200G external Maxtor drive. When I connect it and turn it on I get:
Quote: |
usb 1-4: new high speed USB device using ehci_hcd and address 4
usb 1-4: configuration #1 chosen from 1 choice
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning
Vendor: MAXTOR S Model: TM3200820A Rev: 0000
Type: Direct-Access ANSI SCSI revision: 00
SCSI device sda: 390721968 512-byte hdwr sectors (200050 MB)
sda: Write Protect is off
sda: Mode Sense: 27 00 00 00
sda: assuming drive cache: write through
SCSI device sda: 390721968 512-byte hdwr sectors (200050 MB)
sda: Write Protect is off
sda: Mode Sense: 27 00 00 00
sda: assuming drive cache: write through
sda: sda1
sd 0:0:0:0: Attached scsi disk sda
usb-storage: device scan complete
|
cat /proc/partitions gives:
Quote: |
major minor #blocks name
3 0 78150744 hda
3 1 14426370 hda1
3 2 25631676 hda2
3 3 56227 hda3
3 4 1 hda4
3 5 1004031 hda5
3 6 37029793 hda6
8 0 195360984 sda
8 1 195358401 sda1
|
So the new harddisk seems to be at /dev/sda1
However I have no /dev/sda1. If I do:
Quote: |
acerlin linux # mount -t vfat /dev/sda1 /mnt/usb
mount: special device /dev/sda1 does not exist
|
How can I create /dev/sda1?
Greetings and thanks, |
|
Back to top |
|
 |
PaulBredbury Watchman


Joined: 14 Jul 2005 Posts: 7310
|
Posted: Thu Jan 18, 2007 8:23 pm Post subject: Re: Trying to get external Maxtor drive to work |
|
|
Here's my setup. "sda" is not as good as a meaningful name, for which I chose "maxtor" (with partitions named e.g. "maxtorlinux"). |
|
Back to top |
|
 |
|