linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* btrfs won't mount to /home
@ 2016-07-11 13:45 Tomasz Chmielewski
  2016-07-11 13:56 ` Roman Mamedov
  0 siblings, 1 reply; 3+ messages in thread
From: Tomasz Chmielewski @ 2016-07-11 13:45 UTC (permalink / raw)
  To: linux-btrfs

This is kind of strange (kernel 4.6.3, Ubuntu 16.04):

# mount -t btrfs /dev/sda4 /home

# echo $?
0

# dmesg -c
[382148.588847] BTRFS info (device sda4): disk space caching is enabled
[382148.588851] BTRFS: has skinny extents

So it worked?

# ls /home

<empty, should be showing data>

# df | grep home

# mount | grep /home

# lsof -n | grep /home


All give no output.


So, weird, isn't it?

Now, let's try to mount to /home2:

# mkdir /home2

# mount /dev/sda4 /home2

# mount | grep home
/dev/sda4 on /home2 type btrfs 
(rw,relatime,space_cache,subvolid=5,subvol=/)

# dmesg -c
[382190.199363] BTRFS info (device sda4): disk space caching is enabled
[382190.199370] BTRFS: has skinny extents



What's wrong there?


Tomasz Chmielewski
https://wpkg.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-11 14:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-11 13:45 btrfs won't mount to /home Tomasz Chmielewski
2016-07-11 13:56 ` Roman Mamedov
2016-07-11 14:12   ` Tomasz Chmielewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).