Created
October 3, 2022 15:58
-
-
Save aca/f79883a9930b81b76cb02190fda39585 to your computer and use it in GitHub Desktop.
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
λ cat /etc/fstab | |
# Static information about the filesystems. | |
# See fstab(5) for details. | |
# <file system> <dir> <type> <options> <dump> <pass> | |
# /dev/nvme0n1p2 | |
UUID=3df8cb11-5973-4153-aba6-14f433c4f18d / ext4 rw,relatime 0 1 | |
# /dev/nvme0n1p1 | |
UUID=317D-B426 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 | |
tmpfs /tmp tmpfs rw,nodev,nosuid,size=4G 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
λ sudo mount -v -t nfs 192.168.0.110:/home/rok/share /mnt/share
sudo mount -v -t nfs 192.168.0.80:/home/rok/mnt ~/mnt rok