What's new

which ext# format to use on /opt usb drive?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

consorts

Senior Member
yamon3 wants ext4

diversion wants ext2

compromise with ext3 ?

make 2 separate partitions ?

so what's a boy to do :confused:
 
Use any of these. They are just recommendations, not requirements.
 
yamon3 wants ext4

diversion wants ext2

compromise with ext3 ?

make 2 separate partitions ?

so what's a boy to do :confused:

I suggest ext4 with journalling disabled.

Note: in examples below my target partition was sda1, yours may differ.

To format ext4 no journal:
Code:
mke2fs -t ext4 -O ^has_journal /dev/sda1

To relabel the drive:
Code:
tune2fs -L "myusbdrive" /dev/sda1
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top