Skip to content

JasonSFuller/homelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homelab

📙 IMPORTANT

This is my personal homelab setup. Consider it a constant work in progress. Here be dragons, hazardous materials, falling objects, voided warranties, cats and dogs living together... mass hysteria!

You have been warned.

Mount the Synology "Homelab" NFS share

sudo yum -y install nfs-utils
sudo install -o jfuller -g root -m 0775 -d /nfs/homelab
sudo cp -a /etc/fstab{,.$(date +%Y%m%d%H%M%S)}
echo '10.0.0.3:/volume6/Homelab /nfs/homelab nfs defaults 0 0' \
  | sudo tee -a /etc/fstab
sudo mount /nfs/homelab

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published