Steps for Linux post-installation tasks
Jump to navigation
Jump to search
Install Linux
First step is to install Linux. For Hyper-V VMs, 1024 MB of RAM is typically more than enough. Sometimes 512 will be plenty.
Set up the NAS
- Install cifs-utils
- sudo apt-get update
- sudo apt-get install cifs-utils
- Make directory /mnt/Storage
- sudo mkdir /mnt/Storage
- Enter the below into /etc/fstab
- //10.10.10.20/Storage /mnt/Storage cifs guest,uid=1000,iocharset=utf8 0 0
- Run sudo mount-a