Created
June 11, 2026 05:50
-
-
Save Aster89/802e7a6ebe5ef10569750fa09dd6268d to your computer and use it in GitHub Desktop.
/mnt/etc/fstab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /dev/sda7 | |
| UUID=158d9d49-7c23-43b4-bad5-8cf56b19a96b / btrfs rw,relatime,ssd,space_cache,subvolid=5,subvol=/ 0 0 | |
| # /dev/sda2 | |
| UUID=D42F-D173 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 2 | |
| # /dev/sda6 | |
| UUID=e9ac7043-e39c-4afd-8d3f-b67af1f5d2cb /home btrfs rw,relatime,ssd,space_cache,subvolid=5,subvol=/ 0 0 | |
| # /dev/sda5 | |
| UUID=210f0217-bab6-487d-b355-eb25db00faa4 none swap defaults,pri=-2 0 0 | |
| # /dev/sdb1 | |
| UUID=7ED342BC43CA67AB /mnt/toshiba ntfs uid=1000,gid=1000,umask=0022,async,auto,rw 0 0 | |
| # /dev/sda4 | |
| UUID=F670315C70312531 /mnt/winzoz ntfs uid=1000,gid=1000,umask=0022,sync,auto,rw 0 0 | |
| # For the fucking Dropbox (see https://metabubble.net/linux/how-to-keep-using-dropbox-even-if-you-dont-use-unencrypted-ext4-workaround/) | |
| #/home/enrico/.dropbox/storage /home/enrico/Dropbox ext4 defaults,user_xattr,loop 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment