Is there a way to do a command to mount a folder from one partition to my main patition.
example of what I'd like to do, which obviously doesn't work:
mount /media/tc1/folder /home/dvad/home
If not using a command is there another way I can do this?
|
Is there a way to do a command to mount a folder from one partition to my main patition. example of what I'd like to do, which obviously doesn't work:
If not using a command is there another way I can do this? |
||||
|
|
|
Yes but before I go that far, couldn't you just symlink?
This link is just a file that is interpreted. It is automatically permanent (until you delete the file). Failing that you can use
This is not permanent at all, and will be nuked by a restart. If you want it to persist, you'll need something in your
If you're trying a mount and it's not working, you should make sure that the block-level device is mounted. You can't directly mount a subdirectory of a partition without first mounting the partition. |
|||
|
|