Comment 5 for bug 978181

Revision history for this message
Bulat Nigmatullin (bulatka) wrote :

I found it!

My fstab:

# /etc/fstab: static file system information.
#
# Use 'blkid' 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/sda6 during installation
UUID=c5097404-05ab-4c35-81d9-f4d599edb8d5 / btrfs defaults,subvol=@ 0 1
# /boot was on /dev/sda1 during installation
UUID=73aed331-c8bd-4e36-adb5-4760ef148044 /boot ext2 defaults 0 2
# /data2 was on /dev/sdb1 during installation
UUID=d29f3499-25d3-4c99-8d8f-c62fae13eb3e /data2 btrfs defaults 0 2
# /home was on /dev/sda7 during installation
UUID=9ff8bd80-d435-48af-9043-34258054c4da /home btrfs defaults,subvol=@home 0 2
# swap was on /dev/sda5 during installation
#UUID=16b5d9d0-6b6b-41b6-9ed3-e1a56cecc285 none swap sw 0 0
/dev/mapper/cryptswap1 none swap sw 0 0

I've loaded with live cd and browsed created partitions. Root partition with UUID=c5097404-05ab-4c35-81d9-f4d599edb8d5 have the directory @ and all files located in it. Home partition with UUID=9ff8bd80-d435-48af-9043-34258054c4da have dirs bulat and @home . According to fstab @home mounted. That is why bulat directory not available.