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 A felhasználók hasznosnak találták ezt
Hasznosnak találta ezt a választ?

Kapcsolódó cikkek

Manual backup via WHM

ran this command # /scripts/cpbackup --force & got following output [cpbackup] Process...

HowTo: Fix "Couldn't resolve host 'mirrorlist.centos.org'" [CentOS]

login root#vi /etc/sysconfig/network-scripts/ifcfg-eth0insert ONBOOT=yes, BOOTPROTO=staticadd...

Resize the /tmp and /usr/tmpDSK for cPanel

You can resize it if it isn't large enough. Many servers have only 500MB for /tmp which isn't...

Optimizing InnoDB Disk I/O

If you follow the best practices for database design and the tuning techniques for SQL...

使用mod_limitipconn 限制單線下載教學

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