Difference between revisions of "Accessing the shared AOG Research drive"

From Applied Optics Wiki
Jump to: navigation, search
m
m
Line 4: Line 4:
  
 
The Applied Optics group has been allocated some file storage space by IS. It is backed up. Access via Linux has to be requested, so talk to Steve or Roger if you'd like access. It appears that once you get access, it is also linked to your Z drive available [http://files.nottingham.ac.uk files.nottingham.ac.uk].
 
The Applied Optics group has been allocated some file storage space by IS. It is backed up. Access via Linux has to be requested, so talk to Steve or Roger if you'd like access. It appears that once you get access, it is also linked to your Z drive available [http://files.nottingham.ac.uk files.nottingham.ac.uk].
 +
  
 
Please note that once you mount the drive, you have total read+write access. Use with care.
 
Please note that once you mount the drive, you have total read+write access. Use with care.

Revision as of 15:24, 8 January 2014

Back to Linux How-tos

Introduction

The Applied Optics group has been allocated some file storage space by IS. It is backed up. Access via Linux has to be requested, so talk to Steve or Roger if you'd like access. It appears that once you get access, it is also linked to your Z drive available files.nottingham.ac.uk.


Please note that once you mount the drive, you have total read+write access. Use with care.


Mounting the drive

To do this, you need to be root. If you don't know how to do this, are scared of doing this, or don't know the password, then ask someone who does. You should know who that is.


So, first make a directory which will host the mounted file system. At a command prompt, enter:

sudo mkdir /mnt/aog_disk

You'll be asked for the root password (of the linux computer you're working on).


The command to "mount" (ie access) the filestore is:

sudo mount -t cifs //uon4.ad.nottingham.ac.uk/r01/AOG-Linux /mnt/aog_disk -o username=uon_user_name,uid=aog_user_name

You'll be asked for your UoN password.

uon_user_name is your UoN username, used for email etc.

aog_user_name is your AoG username, used with the AoG linux network


If you enter both passwords correctly then you'll get no error, and when you cd aog_disk you'll be able to see the files. You should be able to read and write to all files, so caution is adviced.


Unmounting the drive

To unmount:

sudo umount /mnt/aog_disk : enter root password

aog_disk should be empty now.


Cheers,

Samuel