爱科技 爱生活
探索科技世界,分享生活智慧

Ubuntu 20.04 as NFS client

OS: Ubuntu 20.04

NFS server is TrueNAS

Target: change StableDiffusion outputs folder to remote NAS folder.

Step1: sudo apt install nfs-common

Step2: make mount point for NFS

sudo mkdir -p /mnt/gallery
sudo mount 10.10.10.10:/mnt/BigFilePool/Video/gallery /mnt/gallery

Step3: make auto mount when boot

sudo nano /etc/fstab
add following at the bottom:

# SD outputs to V drive
10.10.10.10:/mnt/BigFilePool/Video/gallery      /mnt/gallery   nfs auto,nofail,noatime,nolock,intr,tcp,actimeo=1800 0 0
赞(0) 打赏
未经允许不得转载:兔兔Blog » Ubuntu 20.04 as NFS client

评论 抢沙发

兔兔博客 & 兔兔优选

科技生活,你的网络家园; 科技让生活更美好!

Contact Us微信联系我们

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续提供更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫

微信扫一扫

登录

找回密码

注册