mke2fs /dev/hdb1

mkfs.ext2 /dev/hdb1

both of which make an ext2 file system on the first partition of the second drive, and

mke2fs -j /dev/hdb1

mkfs.ext3 /dev/hdb1

make an ext3 file system.

 

mkfs.ext3 -m 1/dev/hdb1

creates a file system with only 1% of its space reserved for the root user.

相关文章:

  • 2021-07-28
  • 2022-03-05
  • 2022-12-23
  • 2022-03-06
  • 2022-02-22
  • 2022-12-23
  • 2021-10-07
猜你喜欢
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
  • 2022-01-21
  • 2022-03-02
相关资源
相似解决方案