Visualizzazione dei risultati da 1 a 8 su 8

Discussione: montare hard disk usb

  1. #1
    Utente di HTML.it L'avatar di Mike
    Registrato dal
    May 2002
    Messaggi
    423

    montare hard disk usb

    Salve, ho un hd esterno usb fat32 e voglio montarlo su ubuntu. appena metto l'hd ubuntu non me lo riconosce.. e allora da shell do il comando: sudo fdisk -l

    ecco la lista:
    • Device Boot Start End Blocks Id System
      /dev/sda1 * 1 38536 309540388+ 83 Linux
      /dev/sda2 38537 38913 3028252+ 5 Extended
      /dev/sda5 38537 38913 3028221 82 Linux swap / Solaris

    in questa lista non vedo la partizione fat32! come faccio a montare il mio hd?
    Mike

  2. #2
    Utente di HTML.it L'avatar di nifriz
    Registrato dal
    Jan 2008
    Messaggi
    2,058
    Ma se non è montato non puoi vederlo in fdisk!!! VVoVe:

    prova un lsusb e vedi se l'HD è nell'elenco delle periferiche conosciute... magari usa il grep per filtrare un pò la lista messaggi di output.

  3. #3
    guarda anche dmesg, ti dice in che device trovare la nuova periferica quando la colleghi.
    GreyFox (Linux registered user #435102)
    greyfox.imente.org - GreyFox's shots (photo gallery)
    $ cd /pub
    $ more beer

  4. #4
    Utente di HTML.it L'avatar di Mike
    Registrato dal
    May 2002
    Messaggi
    423
    inizialmente mi vedeva questo
    Bus 005 Device 007: ID 07ab:fc86 Freecom Technologies

    ho eseguito di nuovo lsusb e ho questo risultato:

    Bus 005 Device 001: ID 0000:0000
    Bus 001 Device 004: ID 03f0:0024 Hewlett-Packard
    Bus 001 Device 001: ID 0000:0000
    Bus 004 Device 001: ID 0000:0000
    Bus 003 Device 001: ID 0000:0000
    Bus 002 Device 001: ID 0000:0000

    nnn capisco!!!
    Mike

  5. #5
    Utente di HTML.it L'avatar di Mike
    Registrato dal
    May 2002
    Messaggi
    423
    mi sa che c'è qualcosa che nn va... ho digitato dmesg e ho questo:

    • [17180134.840000] Initializing USB Mass Storage driver...
      [17180134.840000] scsi2 : SCSI emulation for USB Mass Storage devices
      [17180134.840000] usb-storage: device found at 3
      [17180134.840000] usb-storage: waiting for device to settle before scanning
      [17180134.840000] usbcore: registered new driver usb-storage
      [17180134.840000] USB Mass Storage support registered.
      [17180146.452000] usb 5-5: reset high speed USB device using ehci_hcd and addres s 3
      [17180146.564000] usb 5-5: device descriptor read/64, error -71
      [17180146.780000] usb 5-5: device descriptor read/64, error -71
      [17180146.996000] usb 5-5: reset high speed USB device using ehci_hcd and addres s 3
      [17180147.108000] usb 5-5: device descriptor read/64, error -71
      [17180147.324000] usb 5-5: device descriptor read/64, error -71
      [17180147.540000] usb 5-5: reset high speed USB device using ehci_hcd and addres s 3
      [17180147.948000] usb 5-5: device not accepting address 3, error -71
      [17180148.060000] usb 5-5: reset high speed USB device using ehci_hcd and addres s 3
      [17180148.468000] usb 5-5: device not accepting address 3, error -71
      [17180148.468000] usb 5-5: USB disconnect, address 3
      [17180148.468000] 2:0:0:0: scsi: Device offlined - not ready after error recove ry
      [17180148.468000] usb-storage: device scan complete
      [17180148.580000] usb 5-5: new high speed USB device using ehci_hcd and address 4
      [17180148.692000] usb 5-5: device descriptor read/64, error -71
      [17180148.908000] usb 5-5: device descriptor read/64, error -71
      [17180149.124000] usb 5-5: new high speed USB device using ehci_hcd and address 5
      [17180149.236000] usb 5-5: device descriptor read/64, error -71
      [17180149.452000] usb 5-5: device descriptor read/64, error -71
      [17180149.668000] usb 5-5: new high speed USB device using ehci_hcd and address 6
      [17180150.076000] usb 5-5: device not accepting address 6, error -71
      [17180150.188000] usb 5-5: new high speed USB device using ehci_hcd and address 7
      [17180150.596000] usb 5-5: device not accepting address 7, error -71


    possibile che è cosi difficile leggere un hd esterno da linux??!!!
    Mike

  6. #6
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,559
    Originariamente inviato da Mike
    mi sa che c'è qualcosa che nn va... ho digitato dmesg e ho questo:

    • [17180134.840000] Initializing USB Mass Storage driver...
      [17180134.840000] scsi2 : SCSI emulation for USB Mass Storage devices
      [17180134.840000] usb-storage: device found at 3
      [17180134.840000] usb-storage: waiting for device to settle before scanning
      [17180134.840000] usbcore: registered new driver usb-storage
      [17180134.840000] USB Mass Storage support registered.
      [17180146.452000] usb 5-5: reset high speed USB device using ehci_hcd and addres s 3
      [17180146.564000] usb 5-5: device descriptor read/64, error -71
      [17180146.780000] usb 5-5: device descriptor read/64, error -71
      [17180146.996000] usb 5-5: reset high speed USB device using ehci_hcd and addres s 3
      [17180147.108000] usb 5-5: device descriptor read/64, error -71
      [17180147.324000] usb 5-5: device descriptor read/64, error -71
      [17180147.540000] usb 5-5: reset high speed USB device using ehci_hcd and addres s 3
      [17180147.948000] usb 5-5: device not accepting address 3, error -71
      [17180148.060000] usb 5-5: reset high speed USB device using ehci_hcd and addres s 3
      [17180148.468000] usb 5-5: device not accepting address 3, error -71
      [17180148.468000] usb 5-5: USB disconnect, address 3
      [17180148.468000] 2:0:0:0: scsi: Device offlined - not ready after error recove ry
      [17180148.468000] usb-storage: device scan complete
      [17180148.580000] usb 5-5: new high speed USB device using ehci_hcd and address 4
      [17180148.692000] usb 5-5: device descriptor read/64, error -71
      [17180148.908000] usb 5-5: device descriptor read/64, error -71
      [17180149.124000] usb 5-5: new high speed USB device using ehci_hcd and address 5
      [17180149.236000] usb 5-5: device descriptor read/64, error -71
      [17180149.452000] usb 5-5: device descriptor read/64, error -71
      [17180149.668000] usb 5-5: new high speed USB device using ehci_hcd and address 6
      [17180150.076000] usb 5-5: device not accepting address 6, error -71
      [17180150.188000] usb 5-5: new high speed USB device using ehci_hcd and address 7
      [17180150.596000] usb 5-5: device not accepting address 7, error -71


    possibile che è cosi difficile leggere un hd esterno da linux??!!!
    l' hd in usb da hardy viene visto come /dev/sdc di conseguenza sdc1..x le varie partizioni . Se in unione all' hd ti servi di altri dispositivi usb , buona regola usarli sempre sulla stessa porta sulla quale sono stati configurati inizialmente.
    Non è per niente difficile , il mio lo uso per test giornalieri delle varie distro in uscita , normale amministrazione rigirarci 4-5 distribuzioni in un sol giorno , starei lustro.

  7. #7
    Utente di HTML.it L'avatar di Mike
    Registrato dal
    May 2002
    Messaggi
    423
    veniamo al dunque...:

    1) uso sempre la stessa porta usb;
    2) do il comando: sudo fdisk -l

    ecco la lista (vedo solo partizioni hd ide):

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 38536 309540388+ 83 Linux
    /dev/sda2 38537 38913 3028252+ 5 Extended
    /dev/sda5 38537 38913 3028221 82 Linux swap / Solaris

    3) cerco di capire se è un probl. di porta lanciando il comando lsusb e non vedo caricato nessun dispositivo usb.....

    come faccio a lanciare mount se non so il disco di riferimento? cosa mi resta da fare?
    Mike

  8. #8
    Consiglio di dare un'occhiata in giro, non solo su questo forum.

    Ad ogni modo,

    c'è un problema a livello di usb,

    device descriptor read/64, error -71

    ben prima di arrivare a poter dare un'occhiata a questioni di disco e partizioni.

    Quindi questioni di kernel e dispositivo.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.