Comment 5 for bug 1448134

Revision history for this message
Maga Laan (magalaan) wrote :

@Jef Spaleta
I suspect it has to do with mounting a data partition. Mounting three NTSF data partitions on my harddisk (DOCS, DATA, TADA) never gave any problems, but when I added a EXT4 partition on my boot SDD (WORK), it gave me warnings during boot up, though it booted up fine. Seems like systemd is timing out on it.

Where do I put the commands you suggested?

This is the content of /etc/fstab

UUID=6043010a-9ef2-4bfc-be63-edf244c46362 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda2 during installation
UUID=ec53629f-3dea-4baf-b0b3-9065267acb2c none swap sw 0 0
LABEL=DATA /media/user/DATA auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=DATA,x-gvfs-icon=DATA,x-gvfs-symbolic-icon=DATA 0 0
LABEL=DOCS /media/user/DOCS auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=DOCS,x-gvfs-icon=DOCS,x-gvfs-symbolic-icon=DOCS 0 0
LABEL=TADA /media/user/TADA auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=TADA,x-gvfs-icon=TADA,x-gvfs-symbolic-icon=TADA 0 0
LABEL=WORK /media/user/WORK auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=WORK,x-gvfs-icon=WORK,x-gvfs-symbolic-icon=WORK 0 0