[code lang=bash]
fdisk オプション デバイスファイル
[/code]
[code lang=bash]
mkfs オプション
[/code]
[code lang=bash]
mount -t タイプ -o オプション デバイスファイル マウントポイント
[/code]
[code lang=bash]
umount マイウントポイント
[/code]
[code lang=bash]
mkswap デバイスファイル
[/code]
スワップ領域の作成と利用
スワップ領域は作成した後にswaponコマンドを実行すると有効化できるようになります。
[code lang=bash]
swapon デバイスファイル
[/code]
[code lang=bash]
swapoff デバイスファイル
[/code]
[code lang=bash]
ln 元ファイル名 リンク先名
[/code]
[code lang=bash]
fsck デバイス名
[/code]
[code lang=bash]
du ディレクトリorファイル
[/code]