findmnt gives me this entry:
TARGET SOURCE FSTYPE OPTIONS
|-/apps /dev/md127[/.apps] btrfs rw,noatime,nodiratime,nospace_cache,subvolid=259,subvol=/.apps
The .apps folder is a subvol. I have created a subvolume on the same level as .apps: .mysubvol
What is the correct mount command to create the entry for .mysubvol?
Best Regards Jochen