• chevron_right

      How to determine mountpoint filesystem type

      pubsub.slavino.sk / sleeplessbestie · Friday, 8 April, 2022 - 11:00 edit

    Determine mountpoint filesystem type using core stat utility which is expected to exist on every operating system. Determine / mountpoint filesystem type. $ stat -c %T -f / ext2/ext3 Determine /mnt/userdata mountpoint filesystem type. $ stat -c %T -f /mnt/userdata btrfs Determine /proc mountpoint filesystem type. $ stat -c %T -f /proc proc Determine /run […]

    Značky: #Bullseye, #Debian, #Linux, #SysOps