Codice: Seleziona tutto
# fdisk -l
Disk /dev/hdc: 40.0 GB, 40007761920 bytes
255 heads, 63 sectors/track, 4864 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xa8d32665
Device Boot Start End Blocks Id System
/dev/hdc1 1 230 1847443+ 1b Hidden W95 FAT32
/dev/hdc2 231 3014 22362480 c W95 FAT32 (LBA)
/dev/hdc3 * 3015 3779 6144862+ 83 Linux
/dev/hdc4 3780 4864 8715262+ f W95 Ext'd (LBA)
/dev/hdc5 3780 3906 1020096 82 Linux swap
/dev/hdc6 3907 4864 7695103+ 83 Linux
Disk /dev/sda: 16.1 GB, 16173236224 bytes
64 heads, 32 sectors/track, 15424 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x469d60df
Device Boot Start End Blocks Id System
/dev/sdb1 1 22492 180666958+ 7 HPFS/NTFS
/dev/sdb2 24316 121601 781449795 83 Linux
/dev/sdb3 22493 24315 14643247+ 83 Linux
Partition table entries are not in disk order
Codice: Seleziona tutto
# df -hT
Filesystem Type Size Used Avail Use% Mounted on
/dev/hdc6 ext3 7.3G 5.6G 1.3G 82% /
/dev/hdc3 ext3 5.7G 5.2G 224M 96% /mnt/hd/slack-11
/dev/hdc2 vfat 22G 19G 2.5G 89% /mnt/hd/win
tmpfs tmpfs 250M 0 250M 0% /dev/shm
/dev/sdb2 ext3 734G 160G 537G 23% /media/wd2
/dev/sda vfat 16G 8.0K 16G 1% /media/kingstone
Codice: Seleziona tutto
# cat /etc/fstab
/dev/hdc5 swap swap defaults 0 0
/dev/hdc6 / ext3 defaults 1 1
/dev/hdc3 /mnt/hd/slack-11 ext3 defaults 1 2
/dev/hdc2 /mnt/hd/win vfat defaults 1 0
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
Attualmente la chiavetta è formattata completamente in vfat e non presenta partizioni ne tantomeno tablella.
Per quanto riguarda il fat16 di fatto quello che avevo messo era solamente l'id della partizione che usa fdisk per creare la tbella... poi di fatto ho formattato con mkdosfs. Aspetta...
Guardando il manuale di mkisofs dice:
Codice: Seleziona tutto
-F FAT-size
Specifies the type of file allocation tables used (12, 16 or 32 bit). If nothing is specified,
mkdosfs will automatically select between 12 and 16 bit, whatever fits better for the filesystem
size. 32 bit FAT (FAT32 format) must (still) be selected explicitly if you want it.Sempre dal man leggo una cosa interessante:
Codice: Seleziona tutto
-I Normally you are not allowed to use any 'full' fixed disk devices. mkdosfs will complain and tell
you that it refuses to work. This is different when usind MO disks. One doesn't always need parti-
tions on MO disks. The filesytem can go directly to the whole disk. Under other OSes this is known
as the 'superfloppy' format.
This switch will force mkdosfs to work properly.Ma chi s'è inventato di trasformare delle oneste chiavette in strani superfloppy...?!
Per quanto riguarda il softare u3...
Bo... non saprei, ma se hai letto tutta la discussione avrai bene capito che ho formattato la chiavetta con diversi filesystem, quindi tutti i dati dovrebbero essere andati, non ho fatto proprio la tabularasa a basso livello con dd, ma non può essere quesllo che da fastidio al bios... altrimenti non funzionerebbe neanche con il filesystem in fat. Non ti pare?
Come faresti eventualmente a verificare che eventualmente questo u3 stia nella chiavetta?
A me viene in mente questo, ma ovviamente dice che dentro non vi sta nulla...
Codice: Seleziona tutto
# ls /media/kingstone
#
