Steps for Linux post-installation tasks

From Wiki
Revision as of 20:00, 6 October 2017 by 10.10.10.100 (talk)
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

  1. Install cifs-utils
    1. sudo apt-get update
    2. sudo apt-get install cifs-utils
  2. Make directory /mnt/Storage
    1. sudo mkdir /mnt/Storage