I have a server which the date will be backup to a external windows server hard disk which is mounted. But problem is every time the server is restarted I will need to mount the disk manually. How do I setup such as it will be mounted on server startup?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
you need to put an entry into /etc/fstab The exact line you put in depends on how you mount the filesystem e.g. is it NFS ,sftp or samba accessed. |
|||
|