I have a Thecus NAS which I would like to use for storage of the \home directory when installing debian linux. During the installation procedure I recall having the option of where to store the \home directory. Does anyone know if it is possible for this to be a NAS drive (password protected) as opposed to a local partition? This has really stumped me. Any help the linux experts may be able to provide would be greatly appreciated.
I take it you are using the NFS protocol. To do this you will need to mount the drive on boot to /home when you boot up. After you install Debian add this line to /etc/fstab replacing the necessary information: Code: server:/home /home nfs defaults 0 0