montar disco duro USB

hammer hammer at easy-technologies.com
Sun Apr 11 17:19:41 UTC 2004


si el sistema lo detecta como veo, haz lo siguiente

fdisk /dev/sda

alli creas la particion, que creo que quieres que sea ext3, bueno eso la 
crea como ext2

despues guardas los cambios y reinicias (debes reiniciar)

despues del reinicio ejectas

mkfs.ext3 -j /dev/sda1 (si es que solo creaste una particion)

y despues 

mount -t ext3 -o defaults /dev/sda1 /mnt/directorioquesea (debes crear el 
dir)

y tendras tu unidad montada y lista para recibir datos.

recuerda hacer todo como root

--
Hammer


---------- Original Message -----------
From: Rocio Alfonso Pita <rozio at mundo-r.com>
To: Fedora <fedora-es-list at redhat.com>
Sent: Sun, 11 Apr 2004 12:02:10 +0200
Subject: montar disco duro USB

> Hola,
> 
>   Estoy tratando de montar un disco duro usb "conceptronic HD25U" 
> (me han dicho de 10GB pero aún no he podido verlo). ¿Podéis 
> ofrecerme alguna ayuda puesto que no soy capaz?
> 
>   He verificado que tengo cargado el módulo usb-storage, y ya he 
> probado a montarlo en todos los sda.
> 
>   Gracias y saludos,
>      rozio
> 
> PD: Adjunto información por si da alguna pista.
> 
> errores que salen en el dmesg:
> [...]
> WARNING: USB Mass Storage data integrity not assured
> USB Mass Storage device found at 2
> USB Mass Storage support registered.
> scsi2 : SCSI emulation for USB Mass Storage devices
> inserting floppy driver for 2.4.22-1.2174.nptl
> Floppy drive(s): fd0 is 1.44M
> FDC 0 is a post-1991 82077
> Unable to handle kernel NULL pointer dereference at virtual address 
00000004
>  printing eip:
> d0c0a0c5
> *pde = 00000000
> Oops: 0000
> floppy sg sr_mod microcode ide-scsi ide-cd cdrom usb-storage 
> scsi_mod keybdev mousedev hid input usb-uhci usbcore thermal 
> processor fan button battery asus_ac CPU:    0 EIP:    
> 0060:[<d0c0a0c5>]    Not tainted EFLAGS: 00010246 [...]
> 
> # lsusb
> Bus 001 Device 001: ID 0000:0000
> Bus 001 Device 005: ID 04ce:0002 ScanLogic Corp. SL11R-IDE IDE Bridge
> 
> # lsusb -v
> 
> Bus 001 Device 001: ID 0000:0000
> Device Descriptor:
>   bLength                18
>   bDescriptorType         1
>   bcdUSB               1.00
>   bDeviceClass            9 Hub
>   bDeviceSubClass         0
>   bDeviceProtocol         0
>   bMaxPacketSize0         8
>   idVendor           0x0000
>   idProduct          0x0000
>   bcdDevice            0.00
>   iManufacturer           0
>   iProduct                2 USB UHCI Root Hub
>   iSerial                 1 bf80
>   bNumConfigurations      1
>   Configuration Descriptor:
>     bLength                 9
>     bDescriptorType         2
>     wTotalLength           25
>     bNumInterfaces          1
>     bConfigurationValue     1
>     iConfiguration          0
>     bmAttributes         0x40
>       Self Powered
>     MaxPower                0mA
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        0
>       bAlternateSetting       0
>       bNumEndpoints           1
>       bInterfaceClass         9 Hub
>       bInterfaceSubClass      0
>       bInterfaceProtocol      0
>       iInterface              0
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x81  EP 1 IN
>         bmAttributes            3
>           Transfer Type            Interrupt
>           Synch Type               none
>         wMaxPacketSize          8
>         bInterval             255
>   Language IDs: (length=4)
>      0000 (null)((null))
> 
> Bus 001 Device 005: ID 04ce:0002 ScanLogic Corp. SL11R-IDE IDE Bridge
> string descriptor 1 invalid (bf bf; len=0)
> string descriptor 1 invalid (bf bf; len=0)
> Device Descriptor:
>   bLength                18
>   bDescriptorType         1
>   bcdUSB               1.10
>   bDeviceClass            0 Interface
>   bDeviceSubClass         0
>   bDeviceProtocol         0
>   bMaxPacketSize0         8
>   idVendor           0x04ce ScanLogic Corp.
>   idProduct          0x0002 SL11R-IDE IDE Bridge
>   bcdDevice            2.60
>   iManufacturer           1
>   iProduct                1
>   iSerial                 0
>   bNumConfigurations      1
>   Configuration Descriptor:
>     bLength                 9
>     bDescriptorType         2
>     wTotalLength           32
>     bNumInterfaces          1
>     bConfigurationValue     1
>     iConfiguration          0
>     bmAttributes         0x40
>       Self Powered
>     MaxPower                0mA
>     Interface Descriptor:
>       bLength                 9
>       bDescriptorType         4
>       bInterfaceNumber        0
>       bAlternateSetting       0
>       bNumEndpoints           2
>       bInterfaceClass         8 Mass Storage
>       bInterfaceSubClass      6 SCSI
>       bInterfaceProtocol     80 Bulk (Zip)
>       iInterface              0
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x02  EP 2 OUT
>         bmAttributes            2
>           Transfer Type            Bulk
>           Synch Type               none
>         wMaxPacketSize         64
>         bInterval               0
>       Endpoint Descriptor:
>         bLength                 7
>         bDescriptorType         5
>         bEndpointAddress     0x81  EP 1 IN
>         bmAttributes            2
>           Transfer Type            Bulk
>           Synch Type               none
>         wMaxPacketSize         64
>         bInterval               0
>   Language IDs: (length=4)
>      0409 English(US)
> #
> 
> --
> Fedora-es-list mailing list
> Fedora-es-list at redhat.com
> To unsubscribe: 
> http://www.redhat.com/mailman/listinfo/fedora-es-list
------- End of Original Message -------





More information about the Fedora-es-list mailing list