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 [2013/01/19 10:42] – [Usare smbnetfs da utente] niccolo | doc:appunti:linux:tux:netdev [2025/09/18 12:47] (current) – [Debian 9 Stretch] niccolo | ||
|---|---|---|---|
| Line 121: | Line 121: | ||
| ====== Usare gvfs da utente ====== | ====== Usare gvfs da utente ====== | ||
| - | Installare i pacchetti **gvfs**, **gvfs-backends**, | + | ===== Debian 9 Stretch ===== |
| + | |||
| + | Installare i pacchetti **gvfs**, **gvfs-backends**, | ||
| L' | L' | ||
| 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.1358588524.txt.gz · Last modified: by niccolo
