Filesystem parameters on Redhat
a. Check/Modify filesystem parameters
# tune2fs -l /dev/sda5
Note your UUID number or other different parameters.
b. Creating fs journal
# tune2fs -j /dev/sda3
c. Assign fs lebel
# tune2fs -L mylabel /dev/sda2
If you are using GUI disk utility, you will be able to add label on the GUI utility.
d. Specify the mount options. Note -o option will clear all other default options.
# tune2fs -o user_xattr,acl /dev/sda3
a. Check/Modify filesystem parameters
# tune2fs -l /dev/sda5
Note your UUID number or other different parameters.
b. Creating fs journal
# tune2fs -j /dev/sda3
c. Assign fs lebel
# tune2fs -L mylabel /dev/sda2
If you are using GUI disk utility, you will be able to add label on the GUI utility.
d. Specify the mount options. Note -o option will clear all other default options.
# tune2fs -o user_xattr,acl /dev/sda3
No comments:
Post a Comment