On Wednesday, October 19, 2016 10:08:59 PM CDT Karl Ove Hufthammer wrote:
However, I do not *have* any existing subvolume entires to use as templates. Can anyone paste an example subvolume entry?
For the record, the entry for my root partition looks like this:
LABEL=myroot / btrfs compress,space_cache,ssd 0 0
(Yes, I prefer using a label instead of the UUID.)
Here's an example of a subvolume from my /etc/fstab: UUID=1dd67662-3768-4ad2-90a2-1e9c6cc11239 /var/tmp btrfs subvol=var/tmp 0 0 Which I changed to: UUID=1dd67662-3768-4ad2-90a2-1e9c6cc11239 /var/cache btrfs subvol=var/cache 0 0 Hopefully that's the right way about it. I suppose there could be a way to do it via the YaST Partitioner, which may make life a bit easier. P.S. I guess I must be blind because I couldn't find the instructions in https://features.opensuse.org/320834 either. I appreciate the additional links.