danielcrvg
(usa Slackware)
Enviado em 23/02/2014 - 20:24h
galera fui usar o truecryp para criptografar o pendrive so que eu acabei formatando como fat....
ai to tentando fazer ele montar mas ta dando os seguintes erros:
Segue o log das tentativas..
root@kali:/dev# mount -t vfat /dev/sdb1 /mnt
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
root@kali:/dev# mount -t vfat -o umask=0000 /dev/sdb1 /mnt/pen
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
Erros:
root@kali:/dev# dmesg | tail
[ 394.807743] FAT-fs (sdb1): Can't find a valid FAT filesystem
[ 509.365075] FAT-fs (sdb1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[ 509.365680] FAT-fs (sdb1): invalid media value (0x0b)
[ 509.365684] FAT-fs (sdb1): Can't find a valid FAT filesystem
[ 580.084750] FAT-fs (sdb1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[ 580.085376] FAT-fs (sdb1): invalid media value (0x0b)
[ 580.085379] FAT-fs (sdb1): Can't find a valid FAT filesystem
[ 768.668764] FAT-fs (sdb1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[ 768.669341] FAT-fs (sdb1): invalid media value (0x0b)
[ 768.669343] FAT-fs (sdb1): Can't find a valid FAT filesystem
root@kali:/dev#
root@kali:/dev# lsusb
Bus 004 Device 003: ID 8087:07da Intel Corp.
Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 003: ID 2232:1029
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 0781:5567 SanDisk Corp. Cruzer Blade
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@kali:/dev#
Disk /dev/sdb: 32.0 GB, 32015679488 bytes
255 heads, 63 sectors/track, 3892 cylinders, total 62530624 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 32 62530623 31265296 c W95 FAT32 (LBA)
root@kali:/dev#