Retourner au contenu associé (journal : Partition auto)
Posté par Marc (site web personnel) le 29 mars 2005 à 17:18. En réponse au journal Partition auto. Évalué à 4.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# la roue?
Posté par Marc (site web personnel) . En réponse au journal Partition auto. Évalué à 4.
Par exemple, j'ai des trucs du genre dans un fichier kickstart:
clearpart --all
part / --size 5120 --ondisk hda --fstype ext3
part swap --size 2048 --ondisk hda --fstype swap
part /usr/vice/cache --size 1024 --ondisk hda --fstype ext2
part /var --size 2048 --ondisk hda --fstype ext3
part /tmp --size 1024 --ondisk hda --fstype ext3
part /pool --size 5120 --ondisk hda --fstype ext3 --grow
ce qui semble parler en bytes ...