Without going through the trouble of creating a separate LiveCD for kub 18.04, I like to get the tool btrfs-convert onto my trial copy of kub.
Apparently, btrfs-convert is unavailable on the installation ISO/USBstick.
I successfully performed a fresh install of 18.04 and created 3 partitions: / , swap, /home (root & home as ext4)
Now I have decided to convert ext4 to btrfs b/c I'd like to take advantage of data compression.
I insert my installation ISO/USB stick and boot from it rather than my partitioned SSD.
I run konsole and execute sudo su
# fdisk -l
and I see all of my devices as expected. ( ?=/dev/loop0, SSD=/dev/sda, USBstick=/dev/sdb)
/dev/sda1 EFI
/dev/sda2 LinuxFSdev/sda
/dev/sda3 swap
/dev/sda4 LinuxFS
next, I verify that the pkg btrfs-tools is installed. Confirmed latest pkg 4.15.1-1build1
now I execute command:
# btrfs-convert /dev/sda4
command not found error appears.
I double check that btrfs-progs is installed. Confirmed.
now I check the btrfs-tools pkg
# dpkg-query -s btrfs-tools
status instll ok installed
Source: btrfs-progs
Version: 4.15.1-1build1
Depends: btrfs-progs
Description: transitional dummy package. It can be safely be removed.
# dpkg-query -L btrfs-tools
btrfs-convert is missing
but these exist:
/bin/btrfs
/bin/btrfs-debug-tree
/bin/btrfstune
plus many more
I would have thought that I could use the installation USB/ISO as a LiveCD to make Hard Drive changes. However, this one tool is missing - btrfs-convert
I then tried to purge and reinstall the pkg, but that didn't work either.
What's the easiest way to add btrfs-convert to the trial version of kubuntu 18.04?
Apparently, btrfs-convert is unavailable on the installation ISO/USBstick.
I successfully performed a fresh install of 18.04 and created 3 partitions: / , swap, /home (root & home as ext4)
Now I have decided to convert ext4 to btrfs b/c I'd like to take advantage of data compression.
I insert my installation ISO/USB stick and boot from it rather than my partitioned SSD.
I run konsole and execute sudo su
# fdisk -l
and I see all of my devices as expected. ( ?=/dev/loop0, SSD=/dev/sda, USBstick=/dev/sdb)
/dev/sda1 EFI
/dev/sda2 LinuxFSdev/sda
/dev/sda3 swap
/dev/sda4 LinuxFS
next, I verify that the pkg btrfs-tools is installed. Confirmed latest pkg 4.15.1-1build1
now I execute command:
# btrfs-convert /dev/sda4
command not found error appears.
I double check that btrfs-progs is installed. Confirmed.
now I check the btrfs-tools pkg
# dpkg-query -s btrfs-tools
status instll ok installed
Source: btrfs-progs
Version: 4.15.1-1build1
Depends: btrfs-progs
Description: transitional dummy package. It can be safely be removed.
# dpkg-query -L btrfs-tools
btrfs-convert is missing
but these exist:
/bin/btrfs
/bin/btrfs-debug-tree
/bin/btrfstune
plus many more
I would have thought that I could use the installation USB/ISO as a LiveCD to make Hard Drive changes. However, this one tool is missing - btrfs-convert
I then tried to purge and reinstall the pkg, but that didn't work either.
What's the easiest way to add btrfs-convert to the trial version of kubuntu 18.04?
Comment