क्या कोई कमांड है जो दिखाएगा कि कौन सा फाइल सिस्टम (ext3, ext4, FAT32, ...) विभिन्न विभाजन और डिस्क का उपयोग कर रहा है?
sudo fdisk -l
डिस्क और विभाजन के बारे में जानकारी कैसे सूचीबद्ध करता है?
Id
... यदि इसकी 83
, fdisk
" , **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
पूर्ण स्कैन मोड में लिनक्स" के रूप में रिपोर्ट करता है ... (मैंने अपना पूर्ण स्कैन करने की कोशिश की, लेकिन मुझे संदेह है कि यह बहुत अधिक नहीं कहेगा (??) ..
sudo fdisk -l
? ,,, जब ड्राइव माउंट नहीं होता है, तब भी फाइल सिस्टम फाइल टाइप करता है, और यह एक कमांड लाइन टूल है। .... मैंने अपने दो ड्राइव (एक USB, और एक आंतरिक) को अनमाउंट किया है और यह ठीक काम किया है:sudo fdisk -l|grep "^/dev"