3 155
contributi
Wtf (discussione | contributi) m (→METODO STATICO) |
Wtf (discussione | contributi) m (→METODO STATICO) |
||
Riga 216: | Riga 216: | ||
#!/bin/bash | #!/bin/bash | ||
if [ -f /home/nfs/test ]; then | if [ -f /home/nfs/test ]; then | ||
echo | echo "Risorse remote già caricate!" | ||
else | else | ||
su | su mount -t nfs4 -o _netdev,retry=1,rsize=4096,wsize=4096,hard,intr server:/ /home/nfs | ||
nautilus /home/nfs | nautilus /home/nfs | ||
fi | fi |
contributi