Não é possível montar HDD USB externo por causa da GPT no debian

1

Eu tentei montar um disco rígido USB 3.0 externo em minha máquina virtual debian (estou usando o VirtualBox). Eu tentei montá-lo usando mount /dev/sdb1/ /media/vol1/ , mas recebo o seguinte erro:

mount: can't find /dev/sdb1 in /etc/fstab of /etc/mtab

Eu tentei usar fdisk -l , o erro que recebi é o seguinte:

    WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.

Disk /dev/sdb: 1000.2 GB, 1000170586112 bytes
255 heads, 63 sectors/track, 121597 cylinders, total 1953458176 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1  1953458175   976729087+  ee  GPT

Este é o resultado de parted -l :

Model: WD My Passport 0748 (scsi)
Disk /dev/sdb: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End     Size    File system  Name                   Flags
 1      20,5kB  210MB   210MB   fat32        EFI System Partition   boot
 2      210MB   1000GB  1000GB  hfsx         Apple_HFSX_Untitled_2

Como posso montar o disco rígido e ler seu conteúdo?

    
por giovi321 26.04.2014 / 11:50

0 respostas