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:23] 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 1: Line 1:
-Under construction ! 
- 
 ======Mounting U and X drives automatically on Linux at boot-time====== ======Mounting U and X drives automatically on Linux at boot-time======
  
 This requires the user to have sudo access, and be comfortable with using the Linux command line and some minor editing of system files. This requires the user to have sudo access, and be comfortable with using the Linux command line and some minor editing of system files.
  
-It's not really suitable for WiFi-connected devices, as any network offline-time or switch to a different hotspot may cause the shares to lock up and necessitate a reboot. Use for ethernet-connected desktops only. Also, it's not suitable for shared computersonly if you are the sole user.+It's not really suitable for WiFi-connected devices, as any network offline-time or switch to a different hotspot may cause the shares to lock up and necessitate a reboot. Use for ethernet-connected desktops only. Also, it's not suitable for shared computersonly if you are the sole user.
  
 First it's necessary to install some extra package to allow mounting of network shares onto the local filesystem: First it's necessary to install some extra package to allow mounting of network shares onto the local filesystem:
Line 29: 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 41: 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 54: 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.1721906622.txt.gz · Last modified: 2024/07/25 12:23 by ac1mde
Public Domain
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0