Hi,
I have two non-system drives with archive files. Each drive is formatted with one primary partition only, occupying all the drive space.
In each drive there will be a number of directories with files in them, like this:
Drive 1:
/directory1/directoryXXX/files
/directory2/directoryXXX/files
/directory3/directoryXXX/files
Drive 2:
/directory4/directoryXXX/files
/directory5/directoryXXX/files
…
/directory11/directoryXXX/files
Each high-level directory (directory1 to directory11) has a unique name, and directoryXXX represent any number of folders and files.
I’d like to mount these in a third HD with the system/home installed, under /home/<username>/archives/ so that they would show like this:
directory1/directoryXXX/files
directory2/directoryXXX/files
directory3/directoryXXX/files
directory4/directoryXXX/files
directory5/directoryXXX/files
…
directory11/directoryXXX/files
Its straightforward to do this if all partitions (but one, optionally) hold the content of just one directory, but that’s not my case.
From Yast partitioner I can only mount a hole partition, not individual folders in the partition.
Is this possible at all?
Thanks