From Fedora Project Wiki

Line 15: Line 15:
The output of '''dmsetup ls --tree'''.
The output of '''dmsetup ls --tree'''.
<pre> dmsetup ls --tree > ~USER/Desktop/dmsetup.txt</pre>
<pre> dmsetup ls --tree > ~USER/Desktop/dmsetup.txt</pre>
If using a raid device the output of '''cat /proc/mdstat'''.
<pre> cat /proc/mdstat > ~USER/Desktop/mdstat.txt</pre>

Revision as of 15:45, 2 July 2009


Debugging

All bug reports

In all cases, the following should be mentioned and attached to your bug report:

The exact kernel command line used!

An copy of /etc/fstab

cp /etc/fstab ~USER/Desktop/fstab.txt

The output of dmsetup ls --tree.

 dmsetup ls --tree > ~USER/Desktop/dmsetup.txt

If using a raid device the output of cat /proc/mdstat.

 cat /proc/mdstat > ~USER/Desktop/mdstat.txt