建立inode數量較多的60G空檔案

No Comments

建立60G的空檔案
dd if=/dev/zero of=/home/joechen/webcamfile bs=4k count=15728640

格式化成 inode數量較多的ext4
mkfs.ext4 -N 720000 /home/joechen/webcamfile

掛載在 /etc/fstab
/home/joechen/webcamfile /home/joechen/camera ext4 defaults,loop 1 1

Leave a Reply

Share via
Copy link