Site Tools


start:howtoinstall

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
start:howtoinstall [2023/08/29 19:09] peterstart:howtoinstall [2024/01/24 19:45] (current) peter
Line 203: Line 203:
 btrfs subvol list . btrfs subvol list .
 Old Debian 11 command: Old Debian 11 command:
-mount -o defaults,compress=lzo,autodefrag,space_cache,subvolid=258 /dev/vda3 /target+mount -o defaults,compress=lzo,space_cache,subvolid=258 /dev/vda3 /target
 New Debian 12 command: New Debian 12 command:
-mount -o defaults,compress=lzo,autodefrag,space_cache=v2,subvol=@ /dev/vda3 /target/+mount -o defaults,compress=lzo,space_cache=v2,subvol=@ /dev/vda3 /target/
 </code> </code>
  
Line 236: Line 236:
 I cant easily show you the edits as it spans more than the screen but all I did was edit the fstab options to: I cant easily show you the edits as it spans more than the screen but all I did was edit the fstab options to:
  
-defaults,noatime,compress=lzo,autodefrag,discard=async,space_cache=v2,subvol=@ (edit the @ at the end from @rootfs that no longer exxists). +defaults,noatime,compress=lzo,discard=async,space_cache=v2,subvol=@ (edit the @ at the end from @rootfs that no longer exxists). 
  
 Note: Dont forget if you opted to use space_cache=v2 you must continue to use that or it wont mount (space_cache=v2 is newer and better, suggest Debian12 users use this). Note: Dont forget if you opted to use space_cache=v2 you must continue to use that or it wont mount (space_cache=v2 is newer and better, suggest Debian12 users use this).
Line 250: Line 250:
  
 **EXAMPLE LINE: **EXAMPLE LINE:
-UUID=383732b1-5e87-4b68-a15a-f044bc559877 /               btrfs   defaults,noatime,compress=lzo,autodefrag,discard=async,space_cache=v2,subvol=@ 0       1+UUID=383732b1-5e87-4b68-a15a-f044bc559877 /               btrfs   defaults,noatime,compress=lzo,discard=async,space_cache=v2,subvol=@ 0       1
 ** **
  
start/howtoinstall.txt · Last modified: 2024/01/24 19:45 by peter