start

¿Cómo montar/desmontar carpetas de red al arrancar?

Ejemplo Fichero: /etc/fstab

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/hda2       /               ext3    defaults,errors=remount-ro 0       1
/dev/hda6       none            swap    sw              0       0
/dev/hdc        /media/cdrom0   udf,iso9660 ro,user,noauto  0       0
//192.168.0.1/linux	/mnt/sharename	smbfs	credentials=/root/.smbcredentials	0	0