You are not logged in.
So I switched over to systemd and had issues using labels in fstab (dependency failed for home). I switched to UUIDs, and problem solved. Is this a known issue, or has anyone else had the same issue? I used the systemd wiki article as reference and didn't see anything negative regarding using labels in fstab.
Last edited by nixpunk (2012-08-18 22:22:59)
Offline
Here is my original fstab if anyone is curious:
#
# /etc/fstab: static file system information
#
#<file system> <dir> <type> <options> <dump><pass>
tmpfs /tmp tmpfs nodev,nosuid 0 0
# /dev/sda2 UUID=282d88d6-8967-4b8f-8fda-5813c4e02961
LABEL=/ / ext4 rw,noatime,data=ordered 0 1
# /dev/sda1 UUID=408ed56b-111b-44e9-b6df-7a10c5aacfaf
LABEL=/boot /boot ext2 rw,noatime 0 2
# /dev/sda3 UUID=4d49e094-d6d7-45db-8667-6d8d88f30ab9
LABEL=/var /var reiserfs rw,noatime,notail 0 2
# /dev/sda4 UUID=9c00b759-b5ae-4c83-ac3e-ab2ffef58852
LABEL=/home /home ext4 rw,noatime,data=ordered 0 2
Offline
Absolutely. That fstab worked perfectly on a clean Arch install using Sysv. That's the weird part.
Last edited by nixpunk (2012-08-18 20:14:00)
Offline
Let me try without slashes and if it works, I will file a report.
Offline
That was it. Nice catch.
Offline
Mentioned this upstream: http://lists.freedesktop.org/archives/s … 06292.html
Offline
Reported the bug on 2012-08-18 as well. Thanks again!
Offline