different folders in a partition as mount points?
- by ajsie
i want to have 2 partitions. one is called system. the other is private.
in the private partition i've got some folders i want to mount into system as system folders.
folders in private:
- www
- home
mount points in system:
- /var/www
- /home
is this possible? cause it seems that you can only specify a whole partition to use for a mount point and not a folder in a partition or am i wrong?
i run ubuntu server.
cheers