Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3316

Re: Raw vs FS: again( red hat 7)

$
0
0

For any filesystem devices, it will be better if you turn OFF journalining, EXT4 performance will suffer if journaling it turned ON. Performance wise plain Unix raw devices always perform better than other type in same environment.  On RedHat use tune2fs command to turn off journaling for ext[34] file systems

 

 

tune2fs -O ^has_journal  DEVICE_ON_WHICH_FILE_SYSTEM_EXISTS

 

Then need to run fsck

 

e2fsck  DEVICE_ON_WHICH_FILE_SYSTEM_EXISTS

 

https://access.redhat.com/solutions/38190

 

You might need RHN login to access this document

 

Regards

Shashi


Viewing all articles
Browse latest Browse all 3316

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>