Created
May 8, 2021 21:10
-
-
Save sukrosono/db90a6142e34677d66b7cf299bf77858 to your computer and use it in GitHub Desktop.
old fstab before purification of windows8.1
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
# /etc/fstab: static file system information. | |
# | |
# Use 'blkid' to print the universally unique identifier for a | |
# device; this may be used with UUID= as a more robust way to name devices | |
# that works even if disks are added and removed. See fstab(5). | |
# | |
# <file system> <mount point> <type> <options> <dump> <pass> | |
# / was on /dev/sda9 during installation | |
UUID=3f3fce91-72f7-403f-90d2-aaaadc657cbc / ext4 errors=remount-ro 0 1 | |
/dev/sda7 none swap sw | |
/dev/disk/by-uuid/01CF064A1CD436D0 /mnt/01CF064A1CD436D0 auto nosuid,nodev,nofail,x-gvfs-show 0 0 | |
/dev/disk/by-uuid/2E9060E19060B0CF /mnt/win8.1 auto nosuid,nodev,nofail,x-gvfs-show 0 0 | |
/dev/disk/by-id/mmc-SU08G_0x7199cca0-part1 /mnt/mmc-SU08G_0x7199cca0-part1 auto nosuid,nodev,nofail,noauto,x-gvfs-show,rw 0 0 |
Author
sukrosono
commented
May 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment