Yup I just copied my home directory to the external HD, and backed up some key files from the root that I care about (sources.list, etc.) so no worries there |
|
Yup I just copied my home directory to the external HD, and backed up some key files from the root that I care about (sources.list, etc.) so no worries there |
|
boot into a liveCD |
|
Last edited by Ynot; 09-28-2008 at 05:32 AM.
(\_ _/)
(='.'=)
(")_(")
nice little explanation of fragmentation |
|
(\_ _/)
(='.'=)
(")_(")
sweeet. I'll try it first thing in the morning! |
|
Ack! |
|
ah, this worked: |
|
Note that "df -h" treats 1G as 2^30 (i.e. 1024^3) bytes, whereas fdisk treats 1GB as 10^9 (i.e. 1000^3) bytes. Likewise, "df -h" treats 1M as 2^20 bytes and fdisk treats 1MB as 10^6 bytes. I create my partitions with GNU parted using the "unit GiB" option, so that my numbers are consistent. |
|
Bookmarks