Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mounting_university_drives_on_linux_at_boot-time [2024/07/25 12:24] ac1mdemounting_university_drives_on_linux_at_boot-time [2024/07/25 15:45] (current) – [Mounting U and X drives automatically on Linux at boot-time] ac1mde
Line 27: Line 27:
 </code> </code>
  
-To tell the system to mount these at boot-time, it's necessary to edit the file system table. Before doing this, find out your uid and gid values, using the "id" command. Also, if you haven't done so already, find out the path to the particular server your U-drive is located on, here: https://www.sheffield.ac.uk/it-services/password/crisp-web.pl (see the section "View University Storage Information" and look in the "Server" field)+To tell the system to mount these at boot-time, it's necessary to edit the file system mounts table. Before doing this, find out your **uid** and **gid** values, using the "id" command.\\ 
 +Also, if you haven't done so already, find out the path to the particular server your U-drive is located on, here:\\ https://www.sheffield.ac.uk/it-services/password/crisp-web.pl \\ 
 +(see the section "View University Storage Information"and look in the "Server" field)
  
 Then edit: Then edit:
Line 39: Line 41:
 //uosfstore.shef.ac.uk/shared /home/<your_username>/X-drive cifs uid=xxxx,gid=xxxx,credentials=/home/your_username/smbcredentials 0 0 //uosfstore.shef.ac.uk/shared /home/<your_username>/X-drive cifs uid=xxxx,gid=xxxx,credentials=/home/your_username/smbcredentials 0 0
 </code> </code>
-The above is generic, so you need to:  +The above is generic, so you need to replace:  
-  * replace stfdataXX with your storage server, +  * stfdataXX with your storage server, 
   * Ac1xxx with your //ITS// username,    * Ac1xxx with your //ITS// username, 
   * the uid and gid with your own, so it the shares can be mounted in your home directory,    * the uid and gid with your own, so it the shares can be mounted in your home directory, 
-  * and "your_usernamewith your //local// username your PC+  * and <your_usernamewith your //local// username on your PC
 One this is set up, reboot, log in, and the U and X drives should be available in  your home directory. One this is set up, reboot, log in, and the U and X drives should be available in  your home directory.
  
Line 52: Line 54:
 <code> <code>
 //stfdataXX.shef.ac.uk/home/Ac/Ac1XXX /home/<your_username>/U-drive cifs noauto,uid=xxxx,gid=xxxx,credentials=/home/<your_username>/smbcredentials 0 0 //stfdataXX.shef.ac.uk/home/Ac/Ac1XXX /home/<your_username>/U-drive cifs noauto,uid=xxxx,gid=xxxx,credentials=/home/<your_username>/smbcredentials 0 0
-//uosfstore.shef.ac.uk/shared /home/<your_username>/X-drive cifs noauto,uid=xxxx,gid=xxxx,credentials=/home/your_username/smbcredentials 0 0+//uosfstore.shef.ac.uk/shared /home/<your_username>/X-drive cifs noauto,uid=xxxx,gid=xxxx,credentials=/home/<your_username>/smbcredentials 0 0
 </code> </code>
  
mounting_university_drives_on_linux_at_boot-time.1721906679.txt.gz · Last modified: 2024/07/25 12:24 by ac1mde
Public Domain
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0