* 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
* Re: btrfs won't mount to /home
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
0 siblings, 1 reply; 3+ messages in thread
From: Roman Mamedov @ 2016-07-11 13:56 UTC (permalink / raw)
To: Tomasz Chmielewski; +Cc: linux-btrfs
[-- Attachment #1: Type: text/plain, Size: 283 bytes --]
On Mon, 11 Jul 2016 22:45:13 +0900
Tomasz Chmielewski <tch@virtall.com> wrote:
> So, weird, isn't it?
>
> What's wrong there?
Your systemd unmounts it immediately from /home, search the archives there's
been a funny story like that recently.
--
With respect,
Roman
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: btrfs won't mount to /home
2016-07-11 13:56 ` Roman Mamedov
@ 2016-07-11 14:12 ` Tomasz Chmielewski
0 siblings, 0 replies; 3+ messages in thread
From: Tomasz Chmielewski @ 2016-07-11 14:12 UTC (permalink / raw)
To: Roman Mamedov; +Cc: linux-btrfs
On 2016-07-11 22:56, Roman Mamedov wrote:
> On Mon, 11 Jul 2016 22:45:13 +0900
> Tomasz Chmielewski <tch@virtall.com> wrote:
>
>> So, weird, isn't it?
>>
>> What's wrong there?
>
> Your systemd unmounts it immediately from /home, search the archives
> there's
> been a funny story like that recently.
Yes, could be similar to this one: https://bugs.archlinux.org/task/44658
In my case, the entry did exist in /etc/fstab, but was different than at
the time of booting the system.
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).