If the drive is already in use, you could have these folders as mounted filesystem files.
Create each as a file using dd, I forget the exact command, but it is something like,
dd if=/dev/zero of=filename bs=1M count=?
then create a filesystem within it, mount & use it.
It would be easier to partition the drive up first,if that is possible.
Last edited by fatmac; 12-16-2016 at 01:12 PM.
|