Linux · 2013-04-12

Linux调整Inode

以ext4分区为例

#以下操作/dev/sdaX数据将会全部丢失
mkfs.ext4 -N 希望的Inode数 /dev/sdaX
blkid /dev/sdaX
vim /etc/fstab #修改新UUID
mount -a