<div dir="ltr"><div><div><div><div>I am setting up a usb drive to act as a NAS for backing up a couple of computers (Linux and Mac) on my network. I have it running, but I want to make sure I have the correct settings.<br><br></div><div>I read quite a few Debian and Ubuntu howtos about NFS, but they sometimes offered conflicting information. For the backups, I want to preserve the file permissions, time stamp, etc.<br></div><div><br></div>In /etc/exports I have<br><br><span style="font-family:arial narrow,sans-serif">/media/backup    192.xxx.xxx.0/24(rw,sync,root_squash,no_subtree_check,fsid=0,insecure)</span><br><br></div>The insecure is for Macs to access on ports other than 1024....at least that is what one article said. It does not mean the connection is insecure....<br><br></div>/etc/fstab for the usb drive<br><br><span style="font-family:arial narrow,sans-serif">UUID=6997d1c2-5ed7-4f32-9d5e-564cadd7bc6c /media/backup ext4  rw,nodev,noexec,noatime,nodiratime,sync,data=ordered 0  0</span><br><br></div>Thanks!<br><br>Mark<br></div>