User Tools

Site Tools


hpc:storage_on_hpc

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
hpc:storage_on_hpc [2025/03/31 14:30] – [List the user DBUS process] Gaël Rossignolhpc:storage_on_hpc [2025/03/31 14:33] (current) – [Sometimes mount is not available but you can browse/copy/interract with gio commands] Gaël Rossignol
Line 381: Line 381:
 reference: (([[https://hpc-community.unige.ch/t/howto-access-external-storage-from-baobab/551|How to access external storage from Baobab]])) reference: (([[https://hpc-community.unige.ch/t/howto-access-external-storage-from-baobab/551|How to access external storage from Baobab]]))
  
-=== Sometimes moun is not available but you can browse/copy/interract with gio commands === +=== Sometimes mount is not available but you can browse/copy/interract with gio commands === 
  
-<konsole+<code
-(bamboo)-[rossigng@login1 ~]$ dbus-launch bash +$ dbus-launch bash 
-(bamboo)-[rossigng@login1 ~]$ ll /run/user/ + 
-313457/ 42/     451690/ +$ gio mount smb://nasac-evs2.unige.ch/hpc_exchange/backup
-(bamboo)-[rossigng@login1 ~]$ ll /run/user/ +
-total 0 +
-drwx------ 4 delislel unige     140 Jan 21 15:18 313457 +
-drwx------ 7 gdm      gdm       320 Jan 21 15:20 42 +
-drwx------ 4 stigler  hpc_users 140 Jan 21 15:18 451690 +
-(bamboo)-[rossigng@login1 ~]$ id +
-uid=414558(rossigng) gid=5000(hpc_users) groups=5000(hpc_users),488(fuse),5001(hpc_admin),5044(hpc_allowed_users),5072(hpc_allowed_users_baobab),5073(hpc_allowed_users_yggdrasil),5074(hpc_allowed_users_bamboo) +
-(bamboo)-[rossigng@login1 ~]$ gio mount smb://nasac-evs2.unige.ch/hpc_exchange/backup+
 Authentication Required Authentication Required
 Enter user and password for share “hpc_exchange” on “nasac-evs2.unige.ch”: Enter user and password for share “hpc_exchange” on “nasac-evs2.unige.ch”:
Line 400: Line 392:
 Domain [SAMBA]: ISIS Domain [SAMBA]: ISIS
 Password: Password:
-(bamboo)-[rossigng@login1 ~]$ gio mount -l+ 
 +$ gio mount -l
 Drive(0): SAMSUNG MZ7L3480HBLT-00A07 Drive(0): SAMSUNG MZ7L3480HBLT-00A07
   Type: GProxyDrive (GProxyVolumeMonitorUDisks2)   Type: GProxyDrive (GProxyVolumeMonitorUDisks2)
Line 407: Line 400:
 Mount(0): hpc_exchange on nasac-evs2.unige.ch -> smb://nasac-evs2.unige.ch/hpc_exchange/ Mount(0): hpc_exchange on nasac-evs2.unige.ch -> smb://nasac-evs2.unige.ch/hpc_exchange/
   Type: GDaemonMount   Type: GDaemonMount
-(bamboo)-[rossigng@login1 ~]$ ls /run/user/ + 
-313457/ 42/     451690/ +$ gio list smb://nasac-evs2.unige.ch/hpc_exchange/
-(bamboo)-[rossigng@login1 ~]$ ls /run/user/414558 +
-ls: cannot access '/run/user/414558': No such file or directory +
-(bamboo)-[rossigng@login1 ~]$ ls ~/.gvfs +
-ls: cannot access '/home/users/r/rossigng/.gvfs': No such file or directory +
-(bamboo)-[rossigng@login1 ~]$ ls .local/gvfs +
-ls: cannot access '.local/gvfs': No such file or directory +
-(bamboo)-[rossigng@login1 ~]$ ls .cache/gvfs +
-(bamboo)-[rossigng@login1 ~]$ gio list smb://nasac-evs2.unige.ch/hpc_exchange/+
 backup backup
-(bamboo)-[rossigng@login1 ~]$ gio list smb://nasac-evs2.unige.ch/hpc_exchange/backup+ 
 +$ gio list smb://nasac-evs2.unige.ch/hpc_exchange/backup
 toto toto
 titi titi
 tata.txt tata.txt
-</konsole>+ 
 +$ gio cp smb://nasac-evs2.unige.ch/hpc_exchange/backup/tata /tmp 
 + 
 +... 
 +</code>
  
 ===== CVMFS ===== ===== CVMFS =====
hpc/storage_on_hpc.1743431415.txt.gz · Last modified: 2025/03/31 14:30 by Gaël Rossignol