Skip to content
dingho edited this page Jun 2, 2020 · 2 revisions

If your files are stored on the same machine as the Ubuntu install you can access them via the drives already mounted. For example, your C: drive on Windows can be found at: /mnt/c your D: drive will be at: /mnt/d

If your files are stored on your network, you can make a new location by first creating a directory for the drive to be mounted by:

sudo mkdir /mnt/share

sudo mount -t drvfs '\\SERVER\share' /mnt/share

Clone this wiki locally