1
0

double checked

This commit is contained in:
dtb 2021-07-19 19:46:41 -04:00
parent dd1ccbf8d6
commit fea5877fca

View File

@ -31,7 +31,7 @@ This page is public domain (as is the rest of my site); don't worry about copyri
- it will be listed with the partition type "Linux Ext2" even though the partition may be ext4.</LI>
<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(8)</CODE> (<B>TODO: double-check this</B>) as normal.</LI>
<LI>This mountpoint can be unmounted with <CODE>umount(8)</CODE> as normal.</LI>
</OL>
</BODY>
</HTML>