-
Notifications
You must be signed in to change notification settings - Fork 10
2. Helpful hints
dingho edited this page Jun 5, 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
To update to the latest version of pythonbits:
pip install <package> --upgrade