September 30, 201411 yr Hi all, I have several cifs mounts in /etc/fstab but these changes are lost upon reboot.I have created a backup of fstab within /etc but need to know how to configure the go script to overwrite the original fstab with my copy upon boot.
September 30, 201411 yr Hi all, I have several cifs mounts in /etc/fstab but these changes are lost upon reboot.I have created a backup of fstab within /etc but need to know how to configure the go script to overwrite the original fstab with my copy upon boot. You will need to keep a copy of the fstab you want on the flash (/boot) device and copy it to the runtime location using a command of the form cp /boot/fstab /etc/fstab in the go file.
Archived
This topic is now archived and is closed to further replies.