archp2008 wrote:When I ran CODE: SELECT ALL it returned > which I assume means root.
Nope, that means you probably run "CODE: SELECT ALL" which is not part of the command, that's just from the forum software.
Click on the blue SELECT ALL to only mark the command inside, that's what you want to run.
archp2008 wrote:I ran journalctl -xb > log again. When I typed dir it returned drakx log tmp When i went back into Mint and opened the second last partition before the NTFS folder named Movies6 (This should be the Mageia partition.) and tried to open the root folder it said I did not have sufficient permsissions to view the contents.
So you saved it to /root/log
You need to have root permissions to view or copy that file. Try
- Code: Select all
sudo cat /path/where/Mageia/partition/is/mounted/root/log
where /path/where/Mageia/partition/is/mounted is a placeholder to the path where that Mageia partition is mounted under Mint.
Could be /run/media/username/partitionname or so.