一個簡單的自製linux光碟,配合shell script 可以方便的節省不少時間 以前沒有特別注意,現在才發現.... http://people.ofset.org/~ckhung/b/sa/knoppix.php http://163.26.135.4/knoppix_paper/diy.txt 這一片也算是經典的救援CD,live CD的另一種呈現 官方網站 http://www.sysresccd.org/Main_Page 下載 http://www.sysresccd.org/Download 手冊 http://www.sysresccd.org/Online-Manual-EN 搭配幾個好用的linux工具,可以很快速的達成系統安裝的目的 * GParted is a Partition Magic clone for Linux. * GNU Parted is the best text tool for editing your disk partitions under linux * Partimage is a Ghost/Drive-image clone for Linux * File systems tools (e2fsprogs, reiserfsprogs, reiser4progs, xfsprogs, jfsutils, ntfsprogs, dosfstools): they allow you to format, resize, and debug an existing partition of your hard disk * Ntfs3g: allows you to mount your Windows partition and get a full read/write unlimited access to the NTFS partition. * Sfdisk allows you to backup and restore your partition table * Test-disk tool to check and undelete partition, supports reiserfs, ntfs, fat32, ext2/3 and many others * Network t...