«

linux sw指的是什么

时间:2024-8-3 07:37     作者:韩俊     分类: Linux


这篇文章主要讲解了“linux sw指的是什么”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“linux sw指的是什么”吧!

linux sw是mount里面的选项,sw应该是自动挂载的可读写分区,而mount的选项“-s Tolerate sloppy mount options rather than failing...”意思是说可以忽略错误的选项,这个选项是为自动挂载设计的。

linux sw是什么?

linux下 /etc/fstab 中的option选项sw什么意思

问题描述:

/etc/fstab文件中UUID=ac27f491-8dae-43b2-80ed-f17f4cdefaednone swap sw 0 0这里面的sw是什么意思

回答:

这个选项是mount 里面的选项,单独看fstab是不能说明问题的。

先截图man mount :

1)这里mount的选项:

       -s     Tolerate sloppy mount options rather than failing. This will ignore mount options not supported by a filesystem type. Not all filesystems
              support this option. This option exists for support of the Linux autofs-based automounter.

意思是说可以忽略错误的选项,这个选项是为自动挂载设计的。

     -w, --rw
              Mount the filesystem read/write. This is the default. A synonym(同义词) is -o rw.

sw 应该是:自动挂载的可读写分区

2)你的fstab少了挂载点。

标签: linux

热门推荐