Esiste un comando che mostrerà quale file system (ext3, ext4, FAT32, ...) utilizzano le varie partizioni e dischi?
Simile a come sudo fdisk -l
elenca le informazioni su dischi e partizioni?
Id
... se è 83
, lo fdisk
riporta come "Linux , **gpart** as mentioned by Luke Maurer) reports it as **ext2** ,, same thing.. The drives I tested are Ext4 (but were reported as 'ext2' and 'Linux' by the two apps), but it seems that this identity is a higher abstraction. Whether you really need to go further is up to you... but the **Id** certainly gives you a pretty closes idea. (if you need to know specifically, perhaps 'gpart
in modalità di scansione completa lo farà ... (Non ho mai provato la sua scansione completa, ma sospetto che non dirà molto di più (??) ..
sudo fdisk -l
? ,,, Anche quando l'unità non è montata, fisk ti fornisce il tipo di file system ed è uno strumento da riga di comando .... Ho smontato due delle mie unità (una USB e una interna) e questo ha funzionato bene:sudo fdisk -l|grep "^/dev"