1st Jun, 2014, 07:37 AM
I have been using a btrfs external drive for some time now without issues, but I just pulled whatever updates were released within the last few days with apt-get update && apt-get upgrade and now my external drive no longer mounts automatically. Here is my fstab:
/dev/mmcblk0p1 /boot xbian rw,nobootwait 0 1
/dev/root /home xbian subvol=home/@,noatime,nobootwait 0 0
/dev/root /lib/modules xbian subvol=modules/@,noatime,nobootwait 0 0
/dev/root / xbian noatime,nobootwait 0 0
none /run/lock tmpfs noauto 0 0
none /run/shm tmpfs noauto 0 0
none /run/user tmpfs noauto 0 0
UUID=bb663b44-7e4f-45b2-bb5f-01a7b7bfac10 /mnt/jurassic xbian rw,compress=lzo,noatime,nodiratime,nodev,noexec,space_cache 0 0
What I don't understand is why when I do a "mount /mnt/jurassic" (which to my knowledge calls on /etc/fstab to figure out what should be mounted there) it mounts just fine.
xbian tends to hang on the "network started" portion of the boot, but I have never been able to figure out how to get rid of the pretty graphics to see what is actually going on and my dmesg doesn't communicate anything relevant.
Any ideas what would be causing this and how I would go about diagnosing this issue?
Terminal
/dev/mmcblk0p1 /boot xbian rw,nobootwait 0 1
/dev/root /home xbian subvol=home/@,noatime,nobootwait 0 0
/dev/root /lib/modules xbian subvol=modules/@,noatime,nobootwait 0 0
/dev/root / xbian noatime,nobootwait 0 0
none /run/lock tmpfs noauto 0 0
none /run/shm tmpfs noauto 0 0
none /run/user tmpfs noauto 0 0
UUID=bb663b44-7e4f-45b2-bb5f-01a7b7bfac10 /mnt/jurassic xbian rw,compress=lzo,noatime,nodiratime,nodev,noexec,space_cache 0 0
What I don't understand is why when I do a "mount /mnt/jurassic" (which to my knowledge calls on /etc/fstab to figure out what should be mounted there) it mounts just fine.
xbian tends to hang on the "network started" portion of the boot, but I have never been able to figure out how to get rid of the pretty graphics to see what is actually going on and my dmesg doesn't communicate anything relevant.
Any ideas what would be causing this and how I would go about diagnosing this issue?