From Fedora Project Wiki

Line 9: Line 9:
'''The exact kernel command line used!'''
'''The exact kernel command line used!'''


An copy of /etc/fstab
An copy of '''/etc/fstab'''


<pre>cp /etc/fstab ~USER/Desktop/fstab.txt</pre>
<pre>cp /etc/fstab ~USER/Desktop/fstab.txt</pre>


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>

Revision as of 15:42, 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