Nexentastor install to usb drive

broken image

Make Cifs share: sudo vi /etc/samba/smb.conf Update Exports for NFS (I'm setting this based on subnet, you can change as needed) sudo echo '/home/username/data 192.168.1.0/24(rw,no_root_squash)' > /etc/exports Install the tools you need: sudo apt install vim screen htop sysstat curl wget Update Fstab sudo echo '/dev/sdc1 /home/username/data ext4 defaults 0 2' > /etc/fstab Make a mount path: mkdir /home/username/data

broken image

Make the filesystem sudo mkfs -t ext4 /dev/sdc1

broken image

Note: you should replace username with your user. Install Ubuntu Cloud VM (add an extra disk 1TB or larger.)

broken image

Posting this so I can find it in the future.