• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Newbie Linux Question

Originally posted by: josphII
what file has the information about what drives are mounted at startup?

[Edit] Mandrake 8.1 default instal
cd /var/log
dmesg | more

or
cd /var/log
grep -i drive dmesg

or
cd /var/log
grep -i disk dmesg

or
cd /var/log
grep -i ata dmesg

etc...

Hope this helps and Good luck mon!

 
Back
Top