adrianomdh
(usa Debian)
Enviado em 04/03/2015 - 07:33h
Com o parted ele me mostra tb assim como o fdisk mas meu problema é que ao montar ele da erro:
parted -l /dev/sdb
Warning: /dev/sdb contains GPT signatures, indicating that it has a GPT table.
However, it does not have a valid fake msdos partition table, as it should.
Perhaps it was corrupted -- possibly by a program that doesn't understand GPT
partition tables. Or perhaps you deleted the GPT table, and are now using an
msdos partition table. Is this a GPT partition table?
Yes/No? Yes
Model: EMC LIFELINE-DISK (scsi)
Disk /dev/sdb: 5498GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Number Start End Size File system Name Flags
1 17,4kB 5498GB 5498GB ext3 primary msftdata
--------------------------------------------------------------------------------------------------------------------------------------
Ao montar: mount -t ext3 /dev/sdb1 /home/teste/arquivo/
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
------------------------------------------------------------------------------------------------------------------------------------------------------
dmesg:
[ 315.582674] sd 6:0:0:0: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
[ 315.592281] sdb: sdb1
[ 315.598569] sd 6:0:0:0: [sdb] Attached SCSI disk
[ 421.172379] EXT4-fs (sdb1): VFS: Can't find ext4 filesystem
[ 421.174140] EXT4-fs (sdb1): VFS: Can't find ext4 filesystem
[ 421.175893] EXT4-fs (sdb1): VFS: Can't find ext4 filesystem
[ 435.923615] EXT4-fs (sdb1): VFS: Can't find ext4 filesystem
[ 767.574436] EXT4-fs (sdb1): VFS: Can't find ext4 filesystem
[ 1869.496963] perf samples too long (2510 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[ 2440.769678] EXT4-fs (sdb1): VFS: Can't find ext4 filesystem
--------------------------------------------------------------------------------------------------------------------------
Estou pensando em usar o Testdisk 6.14... Alguém sugere ou não recomenda ???