- 論壇徽章:
- 0
|
我想取消自動(dòng)掛載windows分區(qū)還有自動(dòng)掛載U盤和光驅(qū),因?yàn)樽鰧?shí)驗(yàn)需要
我現(xiàn)在不明白的是,我察看etc/fstab文件,里面卻找不到任何關(guān)于windows分區(qū)的信息,但是開機(jī)卻是會(huì)自動(dòng)掛載windows的分區(qū)的,求大家?guī)蛶兔Α7浅8兄x
下面是/etc/fstab的全部?jī)?nèi)容
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda8 during installation
UUID=df997627-d153-4a1f-94ea-f4d96321a550 / ext3 errors=remount-ro 0 1
# swap was on /dev/sda7 during installation
UUID=c3c144ad-9585-42a0-bf1f-63cbf6b47c02 none swap sw 0 0
~
|
|