Skip to content

Instantly share code, notes, and snippets.

@aca
Created October 3, 2022 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aca/f79883a9930b81b76cb02190fda39585 to your computer and use it in GitHub Desktop.
Save aca/f79883a9930b81b76cb02190fda39585 to your computer and use it in GitHub Desktop.
λ 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
@aca
Copy link
Author

aca commented Oct 3, 2022

λ 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

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