Eric mentioned that lines in fstab can be commented.
I do so for reported drives and here are no more skip warnings at startup and my fstab now looks as follows:
Code:
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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/sda7 during installation
UUID=83842b85-38c0-4682-af78-6e7884bda664 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda8 during installation
#UUID=db8e7014-aa4a-419d-a0bf-2616b3097d9f none swap #sw 0 0
#/dev/sdb1 /media/sdb1 vfat #uid=root,owner,group,umask=227,gid=users,users,dmask=227,user,fmask=227 0 0
/dev/sda3 /media/sda3 ntfs defaults 0 0
/dev/sda5 /media/sda5 ext4 defaults 0 0
/dev/sda6 /media/sda6 swap defaults 0 0
/dev/sda1 /media/sda1 ntfs defaults 0 0
#/dev/sdd1 /media/sdd1 vfat #defaults 0 0
Fukawi, I have further errors which may be related, if those are errors either.
For example, if i plug usb stick named "Udisk" in places menu I get two new items "Udisk" and "usb0".
With activating "Udisk" nothing happens, with usb0 disk's FS opens in nautilus.
As I remember that don't work so before.
Can this be fixed?