Use "find" to check ALL (?) in multiboot system
by jan128 from LinuxQuestions.org on (#5J50E)
find .-name mdi*.cpp
The above finds specified files in current OS hardware .
Is there a way to extend the search to ALL OS in multiboot system?
Or some other command / application to accomplish same ?
I guess what "stopping" find yo search across multi op system is "file ownership" which to a degree can be controlled by "Disks" by (temporary) mounting the disk partitions - of course manually.
Is my "guess' correct ?


The above finds specified files in current OS hardware .
Is there a way to extend the search to ALL OS in multiboot system?
Or some other command / application to accomplish same ?
I guess what "stopping" find yo search across multi op system is "file ownership" which to a degree can be controlled by "Disks" by (temporary) mounting the disk partitions - of course manually.
Is my "guess' correct ?