|
You are here |
blog.jak-linux.org | ||
| | | | |
willhaley.com
|
|
| | | | | In this case we are mounting a share on a Mac client from a Linux NFS server. The Linux NFS server is sharing the directory at /srv/nfs via both the NFS4 (nfsv4) and NFS3 (nfsv3) protocols. The NFS share is mounted at /mnt/nfs on the Mac client. sudo mount -t nfs 192.168.1.2:/srv/nfs /mnt/nfs Persistent Mount If you want to make the NFS mount persistent (automatically mount at boot) on the Mac client, you can use the special vifs command and add that mount point. You must use vifs for this, do not edit /etc/fstab directly. | |
| | | | |
00formicapunk00.wordpress.com
|
|
| | | | | The year is 2022, and it is still that complicated to install GRUB2 externally onto a disk image. But using the wonders of libguestfs, you can create a bootable diskimage using a qemu VM abstraction very easily. The steps here imply we want to create a disk with a single partition containing the root filesystem.... | |
| | | | |
shyamjos.com
|
|
| | | | | Hey I am Shyam Jos. Welcome to my personal blog, where I write about Linux, DevOps, Cloud and Automation. | |
| | | | |
cookie.engineer
|
|
| | | Arch Linux Installation Guide (UEFI) | ||