search for: e48dd2d4a323

Displaying 3 results from an estimated 3 matches for "e48dd2d4a323".

2014 Oct 10
5
missing btrfs subvol support
...e or directory ><rescue> mount -vo subvol=@/var/spool,ro /dev/sda2 /sysroot/ [ 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
...d. At least augtool on the host seems to behave correctly: olaf@bax:~ $ cd /dev/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 /...
2014 Oct 10
0
Re: missing btrfs subvol support
...ount -vo subvol=@/var/spool,ro /dev/sda2 /sysroot/ > [ 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 I wonder if this is an Augeas thing? We use A...