我有一个启动驱动器,我不想在 nautilus 中显示它。如何编辑/etc/fstab以使引导驱动器不显示为可安装设备。

当前/etc/fstab:
# /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/sda2 during installation
UUID=595815c2-d882-4ec8-a2cd-cce70471167c / ext4 …Run Code Online (Sandbox Code Playgroud)