Menu

#4972 Add btrfs-tools | btrfs-progs package dependency requirement

1.840
closed-fixed
nobody
None
5
2017-06-30
2017-06-13
Roman
No

Unable to mount btrfs parts without btrfs-progs package.

but mount command can mount it without btrfs-progs.

Discussion

  • Jamie Cameron

    Jamie Cameron - 2017-06-13

    What error message are you getting exactly?

     
  • Roman

    Roman - 2017-06-14

    There is no btrfs mount type in select box on System -> Disk and Network Filesystems tab without btrfs-progs package.

     

    Last edit: Roman 2017-06-14
  • Jamie Cameron

    Jamie Cameron - 2017-06-14

    Is there a mount.btrfs command or similar on your system?

     
  • Roman

    Roman - 2017-06-14

    mount -t btrfs /dev/sda1 /mnt/hdd1
    or
    mount /dev/sda1 /mnt/hdd1

    It works without btrfs-progs.

     
  • Jamie Cameron

    Jamie Cameron - 2017-06-16

    Does the mount.btrfs command exist on your system? Virtualmin normally checks for commands like that to determine if support for some filesystem is installed.

     
  • Roman

    Roman - 2017-06-16

    There are no mount.something aliases on the system.

    However list of supported filesystems is not empty.

     
  • Jamie Cameron

    Jamie Cameron - 2017-06-17
    • status: open --> closed-fixed
     
  • Jamie Cameron

    Jamie Cameron - 2017-06-17

    Ok, what I'll do in the next release is check /proc/filesystems to determine what's supported.

     
  • Roman

    Roman - 2017-06-29

    It's not fixed in 1.850

    root@DNS-325:~# cat /proc/filesystems 
    nodev   sysfs
    nodev   rootfs
    nodev   tmpfs
    nodev   bdev
    nodev   proc
    nodev   cgroup
    nodev   cgroup2
    nodev   devtmpfs
    nodev   debugfs
    nodev   sockfs
    nodev   pipefs
    nodev   ramfs
    nodev   rpc_pipefs
    nodev   devpts
        ext3
        ext2
        ext4
        cramfs
        vfat
        msdos
    nodev   nfs
    nodev   jffs2
    nodev   autofs
    nodev   oprofilefs
        btrfs
    
     
  • Jamie Cameron

    Jamie Cameron - 2017-06-30

    Can you attach your /proc/filesystems file to this bug report? I'd like to double-check the exact format..

     
  • Roman

    Roman - 2017-06-30

    In attachment

     

Log in to post a comment.