LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   btrfs filesystem to install docker (https://www.linuxquestions.org/questions/linux-newbie-8/btrfs-filesystem-to-install-docker-4175652582/)

chadwong777 04-22-2019 01:47 PM

btrfs filesystem to install docker
 
I have a virtual machine install with SUSE Linux Enterprise Server 12 SP3 that I would like to install docker on. It does not currently have the btrfs filesystem for big data that I am trying to install. I've tried to run commands suggested online and none seems to work.

Here are some details of my system(I can add more when necessary):
:/ # df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
devtmpfs devtmpfs 1938368 0 1938368 0% /dev
tmpfs tmpfs 1948948 12 1948936 1% /dev/shm
tmpfs tmpfs 1948948 58728 1890220 4% /run
tmpfs tmpfs 1948948 0 1948948 0% /sys/fs/cgroup
/dev/mapper/rootvg-rootlv ext4 102049120 4020244 92822044 5% /
/dev/sda2 ext4 1002316 102436 830916 11% /boot
/dev/sda1 vfat 264024 0 264024 0% /boot/efi
tmpfs tmpfs 389792 0 389792 0% /run/user/0



:/ # df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
devtmpfs devtmpfs 1938368 0 1938368 0% /dev
tmpfs tmpfs 1948948 12 1948936 1% /dev/shm
tmpfs tmpfs 1948948 58728 1890220 4% /run
tmpfs tmpfs 1948948 0 1948948 0% /sys/fs/cgroup
/dev/mapper/rootvg-rootlv ext4 102049120 4020244 92822044 5% /
/dev/sda2 ext4 1002316 102436 830916 11% /boot
/dev/sda1 vfat 264024 0 264024 0% /boot/efi
tmpfs tmpfs 389792 0 389792 0% /run/user/0

/ # ls -l /dev/ |grep sd
brw-rw---- 1 root disk 8, 0 Apr 22 10:00 sda
brw-rw---- 1 root disk 8, 1 Apr 22 10:00 sda1
brw-rw---- 1 root disk 8, 2 Apr 22 10:00 sda2
brw-rw---- 1 root disk 8, 3 Apr 22 10:00 sda3


Thanks all in advance.

berndbausch 04-22-2019 05:28 PM

What is your question?

By the way, to share code, use code tags as suggested in my signature.


All times are GMT -5. The time now is 06:46 PM.