Displaying 4 results from an estimated 4 matches for "eccb".
Did you mean:
ecc
2014 Oct 10
5
missing btrfs subvol support
...sroot/
[ 123.995343] BTRFS info (device sda2): disk space caching is enabled
[ 123.996238] BTRFS: has skinny extents
mount: /dev/sda2 mounted on /sysroot.
><rescue> exit
fstab is:
UUID=d538a81f-9778-424d-96cc-e48dd2d4a323 swap swap defaults 0 0
UUID=65b72f12-eccb-4cf2-a4f4-9c4bb462456f / btrfs defaults 0 0
UUID=65b72f12-eccb-4cf2-a4f4-9c4bb462456f /var/spool btrfs subvol=@/var/spool 0 0
Olaf
2014 Oct 10
2
Re: missing btrfs subvol support
...v/shm/$$
bash: cd: /dev/shm/3570: Datei oder Verzeichnis nicht gefunden
olaf@bax:~ $ mkdir $_
olaf@bax:~ $ cd $_
olaf@bax:/dev/shm/3570 $ mkdir etc
olaf@bax:/dev/shm/3570 $ cat > etc/fstab
UUID=d538a81f-9778-424d-96cc-e48dd2d4a323 swap swap defaults 0 0
UUID=65b72f12-eccb-4cf2-a4f4-9c4bb462456f / btrfs defaults 0 0
UUID=65b72f12-eccb-4cf2-a4f4-9c4bb462456f /var/spool btrfs subvol=@/var/spool 0 0
olaf@bax:/dev/shm/3570 $ augtool -r $PWD
augtool> ls /files/etc/fstab/3/vfstype
augtool> get /files/etc/fstab/3/vfstype
/f...
2014 Oct 10
0
Re: missing btrfs subvol support
...evice sda2): disk space caching is enabled
> [ 123.996238] BTRFS: has skinny extents
> mount: /dev/sda2 mounted on /sysroot.
> ><rescue> exit
>
> fstab is:
> UUID=d538a81f-9778-424d-96cc-e48dd2d4a323 swap swap defaults 0 0
> UUID=65b72f12-eccb-4cf2-a4f4-9c4bb462456f / btrfs defaults 0 0
> UUID=65b72f12-eccb-4cf2-a4f4-9c4bb462456f /var/spool btrfs subvol=@/var/spool 0 0
I wonder if this is an Augeas thing?
We use Augeas to parse the /etc/fstab btrfs entries, see
src/inspect-fs-unix.c: chec...
2017 Oct 17
0
mdbox + director + nfs
...ve its unrelated to the NFS. Just something to monitor.
Regards
Raymond
------------------------------
Message: 5
Date: Tue, 17 Oct 2017 08:50:18 +0300
From: Aki Tuomi <aki.tuomi at dovecot.fi>
To: dovecot at dovecot.org
Subject: Re: mdbox + director + nfs
Message-ID: <70b54e75-14fe-2caa-eccb-1ffc05c2a1e5 at dovecot.fi>
Content-Type: text/plain; charset=utf-8
NFS with mdbox should work just fine, locking should not be an issue, but please read https://wiki.dovecot.org/NFS
Aki
On 17.10.2017 02:32, Matt Bryant wrote:
> Anyone had any experience they can share using a director se...