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

Loading…
Cancel
Save