How do I know if a partition is ext2, ext3, or ext4?

The option is to use blkid:

# blkid /dev/sda1 
/dev/sda1: UUID="625fa1fa-2785-4abc-a15a-bfcc498139d1" TYPE="ext2"

This recognizes most filesystem types and stuff like encrypted partitions.

You can also search for partitions with a given type:

# blkid -t TYPE=ext2
/dev/sda1: UUID="625fa1fa-2785-4abc-a15a-bfcc498139d1" TYPE="ext2" 
/dev/sdb1: UUID="b80153f4-92a1-473f-b7f6-80e601ae21ac" TYPE="ext2"
  • 0 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Verwandte Artikel

ssh下輸入 free 可顯示記憶體的使用率

以下參考這個網頁 Linux Memory Usage 記憶體使用率 # free total used free shared...

Apache restart failed. Unable to load pid from pid file and no httpd process found in process list.

Steps to Resolve the above error1.Login to ssh and type killall -9 httpd then try to restart http...

使用mod_limitipconn 限制單線下載教學

# wget http://dominia.org/djao/limit/mod_limitipconn-0.23.tar.bz2# tar xjf...

Managing Multiple Hard Drives with cPanel.

If you have a server with single standalone drives, you may have considered the possibility of...

How To Manually Update Cpanel?

/scripts/upcp /scripts/upcp --force