196 posts
Location
Hiding in Online Storage
Posted 17 January 2016 - 07:16 PM
Is it possible to move the location of a disk mount to a different directory other than the root directory?
Example: Put all mounts in the directory /mnt.
Edited on 17 January 2016 - 06:19 PM
2427 posts
Location
UK
Posted 17 January 2016 - 07:28 PM
look into overwriting the
fs api so that it appears that they are in a /mnt directory. You can't move the actual folders but you can fake it.
Edited on 17 January 2016 - 06:28 PM
196 posts
Location
Hiding in Online Storage
Posted 17 January 2016 - 07:29 PM
look into overwriting the
fs api so that it appears that they are in a /mnt directory. You can't move the actual folders but you can fake it.
That is what I thought the answer would be. Thanks.