Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

isosize(8) [centos man page]

ISOSIZE(8)						       System Administration							ISOSIZE(8)

NAME
isosize - output the length of an iso9660 filesystem SYNOPSIS
isosize [options] iso9660_image_file DESCRIPTION
This command outputs the length of an iso9660 filesystem that is contained in the specified file. This file may be a normal file or a block device (e.g. /dev/hdd or /dev/sr0). In the absence of any options (and errors), it will output the size of the iso9660 filesystem in bytes. This can now be a large number (>> 4 GB). OPTIONS
-x, --sectors Show the block count and block size in human-readable form. The output uses the term "sectors" for "blocks". -d, --divisor number Only has an effect when -x is not given. The value shown (if no errors) is the iso9660 file size in bytes divided by number. So if number is the block size then the shown value will be the block count. The size of the file (or block device) holding an iso9660 filesystem can be marginally larger than the actual size of the iso9660 filesys- tem. One reason for this is that cd writers are allowed to add "run out" sectors at the end of an iso9660 image. AVAILABILITY
The isosize command is part of the util-linux package and is available from Linux Kernel Archive <ftp://ftp.kernel.org/pub/linux/utils /util-linux/>. util-linux June 2011 ISOSIZE(8)

Check Out this Related Man Page

MKFS.MINIX(8)						       System Administration						     MKFS.MINIX(8)

NAME
mkfs.minix - make a Minix filesystem SYNOPSIS
mkfs.minix [-c|-l filename] [-n namelength] [-i inodecount] [-v] device [size-in-blocks] DESCRIPTION
mkfs.minix creates a Linux MINIX filesystem on a device (usually a disk partition). The device is usually of the following form: /dev/hda[1-8] (IDE disk 1) /dev/hdb[1-8] (IDE disk 2) /dev/sda[1-8] (SCSI disk 1) /dev/sdb[1-8] (SCSI disk 2) The size-in-blocks parameter is the desired size of the file system, in blocks. It is present only for backwards compatibility. If omit- ted the size will be determined automatically. Only block counts strictly greater than 10 and strictly less than 65536 are allowed. OPTIONS
-c Check the device for bad blocks before creating the filesystem. If any are found, the count is printed. -n namelength Specify the maximum length of filenames. Currently, the only allowable values are 14 and 30. The default is 30. Note that kernels older than 0.99p7 only accept namelength 14. -i inodecount Specify the number of inodes for the filesystem. -l filename Read the list of bad blocks from filename. The file has one bad-block number per line. The count of bad blocks read is printed. -1 Make a Minix version 1 filesystem. -2, -v Make a Minix version 2 filesystem. -3 Make a Minix version 3 filesystem. EXIT CODES
The exit code returned by mkfs.minix is one of the following: 0 No errors 8 Operational error 16 Usage or syntax error SEE ALSO
mkfs(8), fsck(8), reboot(8) AVAILABILITY
The mkfs.minix command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. util-linux June 2011 MKFS.MINIX(8)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

please help

Does anyone know the unix / linux code(use REDHAT and KSH) to count the number of occurences of a certain file name.....is it find thx in advance (2 Replies)
Discussion started by: gavinlow1980
2 Replies

2. IP Networking

block telnet to specific port

Hello All I am running redhat linux 7.2 and would like to know how i can block telnetting to a specified port . say for example i would like to block telnet acesses to port 80. regards Xiamin (5 Replies)
Discussion started by: xiamin
5 Replies

3. Filesystems, Disks and Memory

Run Linux from CD

Does anyone know of any good links, or have any knowledge of how to run Linux from a CD. If at all possible I would like to install Mandrake 8.1 onto a CD and run it strickly from the CD. If anyone can help I would greatly appreciate it. Thanks Gregg (3 Replies)
Discussion started by: gdboling
3 Replies

4. Filesystems, Disks and Memory

block size

Hi, Somehow i have forgotten a comand that displays me the block size of the unix filesystem. Can someone letme know this command regards penguin (5 Replies)
Discussion started by: linuxpenguin
5 Replies

5. UNIX for Dummies Questions & Answers

Mandrake & size

Hi all, Thanks to Merlin & Djtrippin for comments in another thread. Does anyone know of any issues with harddrive size and Mandrake 9.0? I have installed Mandrake (like a dream) on a 10gb drive but it refuses to go beyond the partition check on my 80gb unit. The 80 is new and I have... (5 Replies)
Discussion started by: onestepto
5 Replies

6. AIX

How can I find the filesystem block size?

How can I find the filesystem block size in AIX? I need to check if it is the same as my DB block size. (4 Replies)
Discussion started by: progressdll
4 Replies

7. UNIX for Dummies Questions & Answers

file size different in unix and windows

I have a file on solaris/linux. ls -ls shows the logical size to be: 13292 However, when I transfer the file to my windows machine.. Rightclick->Properties shows the file size as: 13421 I wrote a small program on unix and windows that does a stat() on the file and reports the st_size... (6 Replies)
Discussion started by: the_learner
6 Replies

8. UNIX for Dummies Questions & Answers

I need help with vi

Hi: I know how to delete a block between two patterns, using :/pattern1/,/pattern2/d However I would like to delete the same pattern in the entire file because this block appers several times in the file. Thank you for your help Best Fabian (3 Replies)
Discussion started by: Fabduarte
3 Replies

9. Linux

cant mount dvd on iso9660 format

Hello experts, Im having the following problem: I have recorded a data dvd and need to mount it on a linux red hat 4 enterprise server. But when I run: mount -t iso9660 /dev/hda /media/cdrecorder appear the following message: mount: wrong fs type, bad option, bad superblock then I run dmesg... (5 Replies)
Discussion started by: mig28mx
5 Replies

10. Solaris

100% wait and heavy wsvc_t for new harddrive

Hi, recently we had an hdd failing in my SVM mirror, throwing hard errors; engineer on site swapped the hdd (he did it all right, from as I see - he broke the mirror, unconfigured the hdd, replaced it with the new one, configured and attached as metadevice). But, after this it began to throw i/o... (7 Replies)
Discussion started by: masloff
7 Replies

11. Hardware

Repair HDD with approporiate partitioning

Hi gurus, this is non standard linux question but I thing linux could help with this :) I have HDD (Samsung) which contains bad sectors (or clusters/blocks - dont know exact terminology). I downloaded official software for diagnostic (bootable CD with free DOS and utility) - and I executed low... (3 Replies)
Discussion started by: wakatana
3 Replies

12. Linux

Need help on 2>&1

I need help. I'm trying to have the out of en error not only show up on the screen , but also be copied into a file. This is part of my script file="`date +%b_%d_%y:%H:%M:%S`" touch $file | mv $file ~/errors/idtoolerrorlogs | cp ~/errors/idtoolerrorlog ~/errors/idtoolerrorlogs/$file ... (15 Replies)
Discussion started by: wdog17
15 Replies

13. AIX

TCP Wrappers on AIX 5.3

Hi, I have in my organization varied OS types (AIX,RHEL,Solaris) My need was to block ftp connections from some addresses on my organization, but to not disable the protocol. In the linux servers i did that with the hosts.deny file that used by the vsftpd deamon. In my AIX servers, i have... (6 Replies)
Discussion started by: moshesa
6 Replies

14. Red Hat

Increase the filesystem size

Hi I am using oracle linux 6.4. My hard drive capacity is 500 GB. my filesystem size onbly 50GB. I would like to extend my filesystem size to around 100GB. I tried many codes but still I am not able. this is the output of df -h : Filesystem Size Used Avail Use% Mounted on... (6 Replies)
Discussion started by: farshad
6 Replies

15. UNIX for Beginners Questions & Answers

How do I determine the best number to use for the bs (block size) operand of the dd command?

When I create a bootable Linux distro installation USB drive, I use this command: sudo dd if=/Path/to/linux_distro.iso of=/dev/rdisk<disk number> bs=<number of bytes> When I look it up, I've seen variations of people choosing 4M, and I think 8M, 2M, and maybe even 1M. If I leave the operand... (4 Replies)
Discussion started by: Quenz
4 Replies