Page 1 of 1

x-gvfs-show 0 0 sometimes missing in fstab

Posted: 18 Jan 2020, 13:57
by tom2238
Hi all.

Sometimes when I start the system some desktop icons are missing on the desktop and in the file manager. It happens only sometimes and it is different partitions on the disk. The partition is mounted.

The file /etc/fstab contains:

Code: Select all

# Do not edit this file as fstab is recreated automatically during every boot.
# Please use /etc/rc.d/rc.local or sysvinit scripts if you want to mount/unmount
# drive, filesystem or network share.

# System mounts:
aufs / aufs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
devtmpfs /dev devtmpfs defaults 0 0
devpts /dev/pts devpts rw,mode=0620,gid=5 0 0

# Device partitions:
/dev/sda1 /mnt/sda1 ext4 noatime,nodiratime,suid,dev,exec,async 0 0

# Swap partitions:
/dev/sda3 /mnt/sda3 squashfs users,noatime,nodiratime,suid,dev,exec,async,comment=x-gvfs-show 0 0
/dev/sda6 /mnt/sda6 ext4 users,noatime,nodiratime,suid,dev,exec,async,comment=x-gvfs-show 0 0
/dev/sda5 /mnt/sda5 ntfs-3g users,noatime,nodiratime,suid,dev,exec,async,comment=x-gvfs-show 0 0

# Hotplugged devices:
The mount point parameters are missing: comment=x-gvfs-show 0 0
Do you know why this error, which sometimes occurs, is caused?

Thanks. I use Porteus 3.2.2 32bit. MATE desktop.