当前位置: 技术问答>linux和unix
各位高手帮忙。mount交换分区
来源: 互联网 发布时间:2016-06-26
本文导语: 我想把交换分区mount到一个目录上,我如何实现。 就像mount ntfs分区一样 Device Boot Start End Blocks Id System /dev/sda1 * 1 25 200781 83 ...
我想把交换分区mount到一个目录上,我如何实现。
就像mount ntfs分区一样
Device Boot Start End Blocks Id System
/dev/sda1 * 1 25 200781 83 Linux
/dev/sda2 26 1045 8193150 82 Linux swap / Solaris
/dev/sda3 1046 2549 12080880 83 Linux
/dev/sdb3 1046 2549 12080880 83 NTFS(事例)
mount -t ntfs /dev/sdb3 /mnt
现在我想mount /dev/sda2,那我如何来做?因为sda2是交换分区
mount -t ? /dev/sdb2 /mnt
mount -t swap /dev/sdb2 /mnt ??不可以!
就像mount ntfs分区一样
Device Boot Start End Blocks Id System
/dev/sda1 * 1 25 200781 83 Linux
/dev/sda2 26 1045 8193150 82 Linux swap / Solaris
/dev/sda3 1046 2549 12080880 83 Linux
/dev/sdb3 1046 2549 12080880 83 NTFS(事例)
mount -t ntfs /dev/sdb3 /mnt
现在我想mount /dev/sda2,那我如何来做?因为sda2是交换分区
mount -t ? /dev/sdb2 /mnt
mount -t swap /dev/sdb2 /mnt ??不可以!
|
-t tmpfs