Difference between revisions of "Linksys AC Series Router Configuration Tips for OpenWRT"

m
Line 398: Line 398:
Change a Volume Label;
Change a Volume Label;


*tune2fs -L WhatEverName /dev/sdaX
*For EXT4: tune2fs -L WhatEverName /dev/sdaX
*For NTFS: ntfslabel /dev/sdXy WhatEverLabelName


====Performance Tuning for ExtX====
====Performance Tuning for ExtX====
Line 404: Line 405:


*tune2fs -o journal_data_writeback /dev/sdaX
*tune2fs -o journal_data_writeback /dev/sdaX
*tune2fs -O ^has_journal /dev/sdaX
*tune2fs -O has_journal /dev/sdaX


====Performance Tuning for NTFS====
====Performance Tuning for NTFS====