doc:appunti:linux:tux:netdev
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
doc:appunti:linux:tux:netdev [2011/11/27 20:43] – [smbnetfs: Windows Network da utente] niccolo | doc:appunti:linux:tux:netdev [2023/12/20 10:33] (current) – [Debian 10 Buster e seguenti] niccolo | ||
---|---|---|---|
Line 84: | Line 84: | ||
====== Usare smbnetfs da utente ====== | ====== Usare smbnetfs da utente ====== | ||
- | **ATTENZIONE** Il metodo **gvfs** (vedi avanti) è supportato da praticamente tutti gli ambienti desktop, supporta svariati protocolli oltre a SMB/CIFS e può essere usato anche da riga di comando. | + | **ATTENZIONE** |
Il pacchetto **smbnetfs** consente ad un utente non privilegiato di navigare nelle condivisioni SMB/NMB (Windows) semplicemente navigando in una directory (mounting point). Viene utilizzato **fuse** per consentire il montaggio in user space, l' | Il pacchetto **smbnetfs** consente ad un utente non privilegiato di navigare nelle condivisioni SMB/NMB (Windows) semplicemente navigando in una directory (mounting point). Viene utilizzato **fuse** per consentire il montaggio in user space, l' | ||
Line 103: | Line 103: | ||
< | < | ||
- | mkdir / | + | mkdir ~/media/smb |
- | smbnetfs | + | smbnetfs |
</ | </ | ||
Line 110: | Line 110: | ||
< | < | ||
- | cd / | + | cd ~/media/smb/HOST/SHARE |
</ | </ | ||
Line 116: | Line 116: | ||
< | < | ||
- | fusermount -u / | + | fusermount -u ~/media/smb |
</ | </ | ||
- | ====== gvfs: Windows Network | + | ====== |
+ | |||
+ | ===== Debian 9 Stretch | ||
Installare i pacchetti **gvfs**, **gvfs-backends**, | Installare i pacchetti **gvfs**, **gvfs-backends**, | ||
Line 146: | Line 148: | ||
fusermount -u ~/.gvfs | fusermount -u ~/.gvfs | ||
</ | </ | ||
+ | |||
+ | ===== Debian 10 Buster e seguenti ===== | ||
+ | |||
+ | Installare i pacchetti **gvfs**, **gvfs-backends**, | ||
+ | |||
+ | Con Debian 10 il comando '' | ||
+ | |||
+ | Il processo **gvfsd-fuse** viene avviato automaticamente al login nell' | ||
+ | |||
+ | < | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | Con l' | ||
+ | |||
+ | La sintassi per fare il mount manuale è: | ||
+ | |||
+ | < | ||
+ | gio mount smb:// | ||
+ | </ | ||
+ | |||
+ | Vedere **man gio** per eventuali parametri, ad esempio **%%--anonymous%%** per effettuare un montaggio anonimo senza richiesta di password. | ||
+ | |||
+ | Quando è stato fatto un montaggio //gvfs// dovrebbe comparire una icona sul desktop e nella directory **/ | ||
+ | |||
+ | È possibile passare i parametri **username**, | ||
+ | |||
+ | <code bash> | ||
+ | echo -e " | ||
+ | </ | ||
+ | |||
+ | In un ambiente grafico è possibile creare un file Desktop da utilizzare come link rapido per il montaggio smb: | ||
+ | |||
+ | < | ||
+ | [Desktop Entry] | ||
+ | Version=1.0 | ||
+ | Type=Link | ||
+ | URL=smb:// | ||
+ | Name=SHARE on 10.0.0.241 | ||
+ | Icon=mate-panel-launcher | ||
+ | </ | ||
doc/appunti/linux/tux/netdev.1322426588.txt.gz · Last modified: 2011/11/27 20:43 by niccolo