fix style
This commit is contained in:
parent
422d598841
commit
1a42d84254
@ -26,12 +26,12 @@ This page is public domain (as is the rest of my site); don't worry about copyri
|
||||
<OL>
|
||||
<LI>Install <CODE>filesystems/fuse</CODE> and <CODE>filesystems/ext2</CODE>.</LI>
|
||||
<LI>Connect the drive with the ext4 partition you want to access.</LI>
|
||||
<LI>Use <CODE>dmesg</CODE>(8) to determine the location in <CODE>/dev/</CODE> of the disk.</LI>
|
||||
<LI>Use <CODE>disklabel</CODE>(8) to determine which partition on the disk you want to access (<CODE>disklabel /dev/<I>disk</I></CODE>)
|
||||
<LI>Use <CODE>dmesg(8)</CODE> to determine the location in <CODE>/dev/</CODE> of the disk.</LI>
|
||||
<LI>Use <CODE>disklabel(8)</CODE> to determine which partition on the disk you want to access (<CODE>disklabel /dev/<I>disk</I></CODE>)
|
||||
- it will be listed with the partition type "Linux Ext2" even though the partition may be ext4.</LI>
|
||||
<LI>Use <CODE>fuse-ext2</CODE>(1) to mount the partition (<CODE>fuse-ext2 /dev/<I>disk with partition letter</I> <I>mountpoint</I></CODE>
|
||||
<LI>Use <CODE>fuse-ext2(1)</CODE> to mount the partition (<CODE>fuse-ext2 /dev/<I>disk with partition letter</I> <I>mountpoint</I></CODE>
|
||||
- for example, <CODE>fuse-ext2 /dev/sd1e /mnt/sd1</CODE> to mount partition <I>e</I> of device <I>sd1</I> to the mountpoint <I>/mnt/sd1</I>).</LI>
|
||||
<LI>This mountpoint can be unmounted with <CODE>umount</CODE>(8) (<B>TODO: double-check this</B>) as normal.</LI>
|
||||
<LI>This mountpoint can be unmounted with <CODE>umount(8)</CODE> (<B>TODO: double-check this</B>) as normal.</LI>
|
||||
</OL>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
Loading…
Reference in New Issue
Block a user