Pagina 1 di 1
formattare le chiavette usb in fat 16
Inviato: martedì 13 luglio 2010, 10:02
da digian05
Come posso riuscire nell' intento in oggetto?
Re: formattare le chiavette usb in fat 16
Inviato: martedì 13 luglio 2010, 10:02
da angeloilcampione
digian05 ha scritto:
Come posso riuscire nell' intento in oggetto?
gparted ?
Re: formattare le chiavette usb in fat 16
Inviato: martedì 13 luglio 2010, 10:10
da digian05
Provato ma mi da errore
Re: formattare le chiavette usb in fat 16
Inviato: martedì 13 luglio 2010, 10:26
da angeloilcampione
digian05 ha scritto:
Provato ma mi da errore
l'hai smontata prima, posta l'errore, l'errore si stampa per essere letto

Re: formattare le chiavette usb in fat 16
Inviato: martedì 13 luglio 2010, 10:37
da digian05
Dopo smonta:
Error creating file system: helper exited with exit code 1: helper failed with:
Total number of sectors (1989382) not a multiple of sectors per track (61)!
Add mtools_skip_check=1 to your .mtoolsrc file to skip this test
mkfs.vfat 3.0.7 (24 Dec 2009)
Re: formattare le chiavette usb in fat 16
Inviato: martedì 13 luglio 2010, 10:42
da angeloilcampione
digian05 ha scritto:
Dopo smonta:
Error creating file system: helper exited with exit code 1: helper failed with:
Total number of sectors (1989382) not a multiple of sectors per track (61)!
Add mtools_skip_check=1 to your .mtoolsrc file to skip this test
mkfs.vfat 3.0.7 (24 Dec 2009)
postami
Re: formattare le chiavette usb in fat 16
Inviato: martedì 13 luglio 2010, 11:24
da digian05
Disco /dev/sda: 250.1 GB, 250059350016 byte
255 testine, 63 settori/tracce, 30401 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0xcc8a1f83
Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 1 5100 40964096 83 Linux
/dev/sda2 29653 30401 6016312 5 Esteso
/dev/sda3 5101 29652 197213940 7 HPFS/NTFS
/dev/sda5 29653 30401 6016311 82 Linux swap / Solaris
Le voci nella tabella delle partizioni non sono nello stesso ordine del disco
Disco /dev/sdb: 250.1 GB, 250059350016 byte
87 testine, 18 settori/tracce, 311875 cilindri
Unità = cilindri di 1566 * 512 = 801792 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x0f10257c
Dispositivo Boot Start End Blocks Id System
/dev/sdb1 * 1 311874 244197333 7 HPFS/NTFS
Re: formattare le chiavette usb in fat 16
Inviato: martedì 13 luglio 2010, 12:15
da angeloilcampione
digian05 ha scritto:
Disco /dev/sda: 250.1 GB, 250059350016 byte
255 testine, 63 settori/tracce, 30401 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0xcc8a1f83
Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 1 5100 40964096 83 Linux
/dev/sda2 29653 30401 6016312 5 Esteso
/dev/sda3 5101 29652 197213940 7 HPFS/NTFS
/dev/sda5 29653 30401 6016311 82 Linux swap / Solaris
Le voci nella tabella delle partizioni non sono nello stesso ordine del disco
Disco /dev/sdb: 250.1 GB, 250059350016 byte
87 testine, 18 settori/tracce, 311875 cilindri
Unità = cilindri di 1566 * 512 = 801792 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x0f10257c
Dispositivo Boot Start End Blocks Id System
/dev/sdb1 * 1 311874 244197333 7 HPFS/NTFS
apri sistema/amministrazione/gestore dischi e fai formatta unità in modo che non ti crei il filesystem
poi apri il terminale e dai
proviamo ad usare fat32

Re: formattare le chiavette usb in fat 16
Inviato: martedì 13 luglio 2010, 12:34
da digian05
fatto:
$ sudo mkdosfs -F32 -v -n "" /dev/sdb1
mkdosfs 3.0.7 (24 Dec 2009)
/dev/sdb1 has 255 heads and 63 sectors per track,
logical sector size is 512,
using 0xf8 media descriptor, with 488394666 sectors;
file system has 2 32-bit FATs and 32 sectors per cluster.
FAT size is 119179 sectors, and provides 15254883 clusters.
Volume ID is 1075127f, no volume label.
Re: formattare le chiavette usb in fat 16
Inviato: martedì 13 luglio 2010, 12:40
da angeloilcampione
digian05 ha scritto:
fatto:
$ sudo mkdosfs -F32 -v -n "" /dev/sdb1
mkdosfs 3.0.7 (24 Dec 2009)
/dev/sdb1 has 255 heads and 63 sectors per track,
logical sector size is 512,
using 0xf8 media descriptor, with 488394666 sectors;
file system has 2 32-bit FATs and 32 sectors per cluster.
FAT size is 119179 sectors, and provides 15254883 clusters.
Volume ID is 1075127f, no volume label.
non ci dovrebbero essere problemi mo, togli la chiavetta e montala e vedi se va
Re: formattare le chiavette usb in fat 16
Inviato: martedì 13 luglio 2010, 12:50
da digian05
Negativo: card non leggibile (la uso per la fotocamera).
Riesco a formattarla solo con Windows xp
Re: formattare le chiavette usb in fat 16
Inviato: martedì 13 luglio 2010, 13:04
da shouldes
digian05 ha scritto:
Negativo: card non leggibile (la uso per la fotocamera).
Riesco a formattarla solo con Windows xp
Non potevi formattarla dalla fotocamera?
Re: formattare le chiavette usb in fat 16
Inviato: martedì 13 luglio 2010, 22:58
da digian05
Si è vero, ma resta il fatto che i fat16 non è possibile formattarli in Ubuntu....
Re: formattare le chiavette usb in fat 16
Inviato: martedì 13 luglio 2010, 23:11
da shouldes
digian05 ha scritto:
Si è vero, ma resta il fatto che i fat16 non è possibile formattarli in Ubuntu....
Le schede sd le formatto direttamente dai dispositivi, come consigliato dal produttore, quindi dal telefono, dalla fotocamere o dalla telecamera.
Le pennette le formatto fat16 con gparted da anni e non ho mai avuto problemi.
Siccome ne ho una vecchia tra le mani, ci provo subito da lucid.
Appena formattato, nessun problema:
