You are not logged in.
Hey guys,
I've recently discovered a subvolume in my btrfs file system but I have no clue of which package could have triggered the creation of this subvolume. The subvolume /var/lib/machines was created 4 days ago, in April 20th, together with a system upgrade.
# btrfs subvolume show /var/lib/machines
/var/lib/machines
Name: machines
uuid: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Parent uuid: -
Creation time: 2015-04-20 10:06:22
Object ID: 433
Generation (Gen): 47654
Gen at creation: 46248
Parent: 5
Top Level: 5
Flags: -
Snapshot(s):
And these were the packages I've updated that day.
% expac --timefmt='%Y-%m-%d %T' '%l\t%n' | sort | grep 2015-04-20
2015-04-20 01:00:03 tzdata
2015-04-20 01:00:04 aspell-pt
2015-04-20 01:00:04 btrfs-progs # <----- Possible culprit?
2015-04-20 01:00:09 nettle
2015-04-20 01:00:10 cups
2015-04-20 01:00:10 gnutls
2015-04-20 01:00:10 libcups
2015-04-20 01:00:11 glib-networking
2015-04-20 01:00:11 gnome-bluetooth
2015-04-20 01:00:12 gnupg
2015-04-20 01:00:13 gst-plugins-bad
2015-04-20 01:00:13 libwbclient
2015-04-20 01:00:13 nano
2015-04-20 01:00:13 network-manager-applet
2015-04-20 01:00:13 nm-connection-editor
2015-04-20 01:00:14 nodejs
2015-04-20 01:00:14 ntfs-3g
2015-04-20 01:00:15 smbclient
2015-04-20 01:00:16 samba
2015-04-20 01:00:18 vte3
2015-04-20 01:00:18 vte-common
2015-04-20 01:00:20 webkit2gtk
2015-04-20 01:41:21 xcompmgr
2015-04-20 15:04:23 guake
2015-04-20 15:04:26 jre8-openjdk-headless
2015-04-20 15:04:27 jre8-openjdk
2015-04-20 16:50:29 fbreader
2015-04-20 16:50:29 libunibreak
2015-04-20 17:13:23 colord-gtk
2015-04-20 17:13:23 cups-pk-helper
2015-04-20 17:13:23 exiv2
2015-04-20 17:13:23 gnome-color-manager
2015-04-20 17:13:23 libpwquality
2015-04-20 17:13:23 shared-color-targets
2015-04-20 17:13:24 cheese
2015-04-20 17:13:24 clutter-gst2
2015-04-20 17:13:24 clutter-gtk
2015-04-20 17:13:24 gnome-control-center
2015-04-20 17:13:24 gnome-video-effects
2015-04-20 17:13:24 grilo
2015-04-20 17:13:24 libgnomekbd
2015-04-20 17:13:24 libibus
2015-04-20 17:13:24 liboauth
2015-04-20 17:13:24 libquvi
2015-04-20 17:13:24 libquvi-scripts
2015-04-20 17:13:24 lua-bitop
2015-04-20 17:13:24 lua-expat
2015-04-20 17:13:24 lua-socket
2015-04-20 17:13:24 totem-plparser
2015-04-20 17:13:43 python-gobject
2015-04-20 17:40:40 gstreamer0.10
2015-04-20 17:40:40 gstreamer0.10-base
2015-04-20 17:40:55 gstreamer0.10-good
2015-04-20 17:41:00 gstreamer0.10-ugly
2015-04-20 17:41:05 gstreamer0.10-ffmpeg
2015-04-20 18:05:37 codecs64
2015-04-20 18:05:50 libftdi-compat
2015-04-20 18:05:50 libirman
2015-04-20 18:05:50 libusb-compat
2015-04-20 18:05:50 libxxf86dga
2015-04-20 18:05:50 lirc
2015-04-20 18:05:50 xf86dgaproto
And funny thing is that no package owns that folder/subvolume.
% pacman -Qo /var/lib/machines
error: No package owns /var/lib/machines
The only reference I could find was the man page of machinectl.
Can I safely delete this subvolume?
EDIT : typo
Last edited by cafe (2015-04-24 14:02:22)
Offline
Check this out: http://cgit.freedesktop.org/systemd/sys … d0083b2251
Offline
Thank you. This gives me a satisfatory explanation. I won't delete it then.
Offline