Hacker News new | ask | show | jobs
by pconf 4784 days ago
>I have /boot, /home and sometimes /srv in a different >partition. I don't know of any other way to accomplish >that

/boot is typically located on the same disk as root, so that should be ok. /srv and /home, however, would be problematic root mounts. You can use automount to fix /home but /srv should be mounted under /usr or /var.

Mounting NFS or busy disks on the root dir is not a good idea on any server where filesystem i/o performance is an issue.