This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Selim's profile picture

Moving Drive Mounts

Started by Selim, 17 January 2016 - 06:16 PM
Selim #1
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
Lupus590 #2
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
Selim #3
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.