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