Advertisement
sergio_educacionit

systemd mount

May 14th, 2024 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. [Unit]
  2. Description=Montar el sistema de archivos X
  3. After=network.target
  4.  
  5. [Mount]
  6. What=/dev/sdX o UUID=e8a4f356-6513-4c58...
  7. Where=/ruta/de/montaje
  8. Type=tipo_de_sistema_de_archivos
  9. Options=opciones_de_montaje
  10. TimeoutSec=30
  11.  
  12. [Install]
  13. WantedBy=multi-user.target
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement