• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

isosize: command not found

by Deepika

Isosize is a command-line utility that allows you to display the size of an ISO file. The ISO file format is a standard format for storing data on optical disc, and is commonly used for storing software and other types of files. Isosize simply takes the ISO file as input and outputs the size of the file in bytes. This can be useful for checking the size of an ISO file before burning it to a disc, or for comparing the size of different ISO files.

If you encounter the below error while running the command isosize:

isosize: command not found

you may try installing the below package as per your choice of distribution:

Distribution Command
Debian apt-get install util-linux
Ubuntu apt-get install util-linux
Alpine apk add util-linux
Arch Linux pacman -S util-linux
Kali Linux apt-get install util-linux
CentOS yum install util-linux
Fedora dnf install util-linux
OS X brew install util-linux
Raspbian apt-get install util-linux

isosize Command Examples

1. Display the size of an ISO file:

# isosize path/to/file.iso

2. Display the block count and block size of an ISO file:

# isosize --sectors path/to/file.iso

3. Display the size of an ISO file divided by a given number (only usable when –sectors is not given):

# isosize --divisor=number path/to/file.iso

Filed Under: Linux

Some more articles you might also be interested in …

  1. vshadowmount: command not found
  2. How to obtain virtual/physical CPU information in Oracle VM (XEN)
  3. qtile Command Examples in Linux
  4. gpg: command not found
  5. The System Continuously Displayed the Error Message from the “avahi-demon” in /var/log/messages
  6. How to edit Virtual Machine Hardware in RedHat Virtualization
  7. Beginners Guide to Managing Package Module Streams in CentOS/RHEL 8
  8. Shell Script to Find Network Interface Link Status and Speed (CentOS/RHEL)
  9. System Log File /var/log/messages Is Getting Deleted or Trimmed Automatically (CentOS/RHEL)
  10. mkfs: command not found

You May Also Like

Primary Sidebar

Recent Posts

  • “aws s3 mv” Command Examples
  • “aws s3 mb” Command Examples
  • “aws s3 ls” Command Examples
  • “aws s3 cp” Command Examples

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright