Seu /etc/fstab
está errado.
Primeiro, você não precisa montar partições específicas de recuperação ou de recuperação da Acer ou o CD-ROM.
Então, eu comentaria essas linhas ...
gksudo gedit / etc / fstab
#Entry for /dev/sda3 :
#UUID=C85AA81A5AA806F2 /media/Acer ntfs-3g defaults,locale=en_US.UTF-8 0 0
# note that I commented this out and also changed the "00" to "0 0"
#Entry for /dev/sda4 :
#UUID=4ECAA8ECCAA8D18F /media/Recovery ntfs-3g defaults,locale=en_US.UTF-8 0 0
# note that I commented this out and also changed the "00" to "0 0"
#/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
e altere:
#Entry for /dev/sdb1 :
UUID=0C08B30A08B2F1B6 /media/DATA ntfs-3g defaults,locale=en_US.UTF-8 00
para isso:
#Entry for /dev/sdb1 :
UUID=0C08B30A08B2F1B6 /media/DATA ntfs-3g defaults,locale=en_US.UTF-8 0 0
# note the change from "00" to "0 0"
que irá corrigir o seu problema.
No entanto, se você precisar manter sda4, a linha correta será ...
#Entry for /dev/sda4 :
UUID=003CAE413CAE3218 /media/Recovery ntfs-3g defaults,locale=en_US.UTF-8 0 0
# note the new UUID, and the "0 0" at the end of the line.