222 | | mkdir -p /media/tn-puffin |
223 | | chmod 700 /media/tn-puffin/ |
224 | | mkdir /media/tn-puffin/latest |
225 | | mkdir /media/tn-puffin/archive |
226 | | echo "sshfs#tn-puffin@store1.webarch.net:puffin.webarch.net /media/tn-puffin/latest fuse ro,nobootwait 0 0" >> /etc/fstab |
227 | | echo "sshfs#tn-puffin@store1.webarch.net::.zfs/snapshot /media/tn-puffin/archive fuse ro 0,nobootwait 0" >> /etc/fstab |
| 222 | mkdir -p /media/tn-parrot |
| 223 | chmod 700 /media/tn-parrot/ |
| 224 | mkdir /media/tn-parrot/latest |
| 225 | mkdir /media/tn-parrot/archive |
| 226 | echo "sshfs#tn-parrot@store1.webarch.net:parrot.webarch.net /media/tn-parrot/latest fuse ro,nobootwait 0 0" >> /etc/fstab |
| 227 | echo "sshfs#tn-parrot@store1.webarch.net::.zfs/snapshot /media/tn-parrot/archive fuse ro 0,nobootwait 0" >> /etc/fstab |