2025-03-31, 12:30 AM 
(This post was last modified: 2025-03-31, 12:40 PM by TheDreadPirate. Edited 1 time in total.)
		
	
	
		It looks like you have not unmounted or rebooted since making these changes to fstab.
The subvol parameter is needed for btrfs.
https://unix.stackexchange.com/questions...-subvolume
	  
	
	
Code:
sudo umount /media/chris/Data
sudo systemctl daemon reload
sudo mkdir /media/Data
sudo mount -aThe subvol parameter is needed for btrfs.
https://unix.stackexchange.com/questions...-subvolume


