FIX: removed space_cache from btrfs fstab

master 3.7.2.6
idziubenko 2 years ago
parent 49350af92d
commit 2747fe8077

@ -48,7 +48,7 @@ class FileSystemManager():
'gpt': '8300',
'label': '-L {labelname}',
'msdos': '83',
'ssd': ['ssd', 'space_cache'],
'ssd': ['ssd'],
'type': ['hdd', 'usb-hdd'],
'compress': None,
'compatible': ['btrfs-compress']},
@ -99,7 +99,7 @@ class FileSystemManager():
'gpt': '8300',
'label': '-L {labelname}',
'msdos': '83',
'ssd': ['ssd', 'space_cache'],
'ssd': ['ssd'],
'type': ['hdd', 'usb-hdd'],
'compatible': ['btrfs']},
'ext4': {'defaultopt': defaultOpt,

Loading…
Cancel
Save