Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Manual Mount #182

Open
Evan-aja opened this issue Jun 20, 2021 · 0 comments
Open

User Manual Mount #182

Evan-aja opened this issue Jun 20, 2021 · 0 comments

Comments

@Evan-aja
Copy link

This is a feature request, I would like the ability to be able to choose an option where user mount their own partition, as I usually made multiple subvolumes in my btrfs partition (@, @home, @var). and i mount them like this

mount -o noatime,compress=zstd,space_cache=v2,subvol=@ /dev/sdax /mnt
mkdir -p /mnt/{boot,home,var}
mount -o noatime,compress=zstd,space_cache=v2,subvol=@home /dev/sdax /mnt/home
mount -o noatime,compress=zstd,space_cache=v2,subvol=@var /dev/sdax /mnt/var
mount /dev/sdax /mnt/boot/efi
swapon /dev/sdax

with the added option of "mount from /mnt" it would be a huge time saver for me as i don't have to make multiple physical partitions on the hard drive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants