Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Help Understanding Output and question about /dev/ Post 302332570 by mojoman on Thursday 9th of July 2009 12:57:57 PM
Old 07-09-2009
Help Understanding Output and question about /dev/

Hi,

I am having some problems understanding the info from the following output:

Disk /dev/sda: 17849 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start End #cyls #blocks Id System
/dev/sda1 * 0+ 499 500- 4016218+ 83 Linux
/dev/sda2 500 999 500 4016250 82 Linux swap / Solaris
/dev/sda3 1000 17848 16849 135339592+ 83 Linux
/dev/sda4 0 - 0 0 0 Empty


I wan to know how large each partition is. I selected the size for /dev/sda2 in fdisk to be 1000M but if I am understanding the info correctly I only have 0.5megs for /dev/sda2. Can someone tell me how to effectively create partition sizes in fdisk? it seems when I try and specify the size using the actual size it does not work well.

One other question:
/dev/shm 517172 0 517172 0% /dev/shm

Is /dev/shm the swap partition /dev/sda2?

Thanks!
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

/dev question

RH 7.2 My machine has an LCD screen on the front of the panel. I've been given software to control some text on the LCD. The software checks /dev/tts/1 for the LCD. Since I don't have any /dev/tts directory, the developer told me just to make a link from the LCD to /dev/tts/1, but I don't... (4 Replies)
Discussion started by: jalburger
4 Replies

2. Solaris

What is /dev/tty /dev/null and /dev/console

Hi, Anyone can help My solaris 8 system has the following /dev/null , /dev/tty and /dev/console All permission are lrwxrwxrwx Can this be change to a non-world write ?? any impact ?? (12 Replies)
Discussion started by: civic2005
12 Replies

3. UNIX for Dummies Questions & Answers

/dev/fd question

what exactly is going on in this piece of code? what is the role of /dev/fd? i know that /dev/fd/0 is somehow linked to standard input, but that's the extent of my knowledge cat header.txt /dev/fd/0 footer.txt (2 Replies)
Discussion started by: momo.reina
2 Replies

4. UNIX for Dummies Questions & Answers

Understanding the output command

Could you please explain me whats happening in the below code, appreciate your help, Thank you. /product/apps/informatica/v7/pc/ExtProc/NewDAC/dacRecBuilder.sh /product/apps/informatica/v7/pc/TgtFiles/NEW_DAC/DAC_Pos_TradeInv_Records.out ... (5 Replies)
Discussion started by: Ariean
5 Replies

5. UNIX for Advanced & Expert Users

How to output 1s endlessly like /dev/zero?

/dev/zero can output 0's (null characters) endlessly. I am looking for a technique to output 1's (0xFF or 0b11111111) endlessly in a similar manner as /dev/zero. The following dd statement writes 4 terabytes of 0's to the drive /dev/sdb. This dd statement does not cause any memory shortage. ... (3 Replies)
Discussion started by: LessNux
3 Replies

6. Shell Programming and Scripting

Understanding the output of TOP

ok, so I have a script im running on a linux box that uses "egrep" a lot. now, when i run this script, i check the TOP to see how much system resource it is using. the "top" command gives the following output: last pid: 25384; load avg: 1.06, 1.04, 0.76; up 351+06:30:24 ... (0 Replies)
Discussion started by: SkySmart
0 Replies

7. UNIX for Dummies Questions & Answers

Understanding nm command output

After running nm command on any object file from out put can we get to know that wheather a symbol is a call to a function or definition of function ? I am searching a class and function definitions inside many .so files. I have 3 files which contain the symbol but I don't know wheather they... (2 Replies)
Discussion started by: yatrik007
2 Replies

8. Shell Programming and Scripting

Understanding the output of fwtmp

Hi all, First time post, so please be gentle. :) I'm writing a Solaris 10 ksh script to retrieve details of logins and logouts using specific user names. The details I want are quite basic - the username, the computer logged in from, and the date and time the user logged in and logged off.... (6 Replies)
Discussion started by: confusedAdmin
6 Replies

9. Red Hat

Command understanding the output file destination in case of standard output!!!!!

I ran the following command. cat abc.c > abc.c I got message the following message from command cat: cat: abc.c : input file is same as the output file How the command came to know of the destination file name as the command is sending output to standard file. (3 Replies)
Discussion started by: ravisingh
3 Replies

10. Shell Programming and Scripting

Simply question about capturing output to /dev/tty

Suppose another person wrote the following one-line shell script: echo $RANDOM > /dev/tty QUESTION #1: How can the random number, which is output to the terminal by this script, be captured in a variable? QUESTION #2: How can this be done in a cron job? Specific code, whether in ksh or... (1 Reply)
Discussion started by: Paul R
1 Replies
fd(7D)								      Devices								    fd(7D)

NAME
fd, fdc - drivers for floppy disks and floppy disk controllers SYNOPSIS
SPARC /dev/diskette0 /dev/rdiskette0 x86 /dev/diskette[0-1] /dev/rdiskette[0-1] DESCRIPTION
The fd and fdc drivers provide the interfaces to floppy disks using the Intel 8272, Intel 82077, NEC 765, or compatible disk controllers on x86 based systems. The default partitions for the floppy driver are: a All cylinders except the last b Only the last cylinder c Entire diskette The fd driver autosenses the density of the diskette. When the floppy is first opened the driver looks for a SunOS label in logical block 0 of the diskette. If attempts to read the SunOS label fail, the open will fail. If block 0 is read successfully but a SunOS label is not found, auto-sensed geometry and default partitioning are assumed. The fd driver supports both block and raw interfaces. The block files (/dev/diskette*) access the diskette using the system's normal buffering mechanism and may be read and written without regard to physical diskette records. There is also a raw (/dev/rdiskette*) interface that provides for direct transmission between the diskette and the user's read or write buffer. A single read(2) or write(2) call usually results in one I/O operation; therefore raw I/O is considerably more efficient when larger blocking factors are used. A blocking factor of no less than 8 Kbytes is recommended. See the Notes section, below, for information on the number of sectors per track. 3.5 Diskettes" For 3.5" double-sided diskettes, the following densities are supported: SPARC 1.7 Mbyte density 80 cylinders, 21 sectors per track, 1.7 Mbyte capacity high density 80 cylinders, 18 sectors per track, 1.44 Mbyte capacity double density 80 cylinders, 9 sectors per track, 720 Kbyte capacity x86 extended density 80 cylinders, 36 sectors per track, 2.88 Mbyte capacity 1.7 Mbyte density 80 cylinders, 21 sectors per track, 1.7 Mbyte capacity high density 80 cylinders, 18 sectors per track, 1.44 Mbyte capacity double density 80 cylinders, 9 sectors per track, 760 Kbyte capacity 5.25 Diskettes" For 5.25" double-sided diskettes on x86 platforms, the densities listed below are supported: SPARC 5.25" diskettes are not supported on SPARC platforms. x86 high density 80 cylinders, 15 sectors per track, 1.2 Mbyte capacity double density 40 cylinders, 9 sectors per track, 360 Kbyte capacity double density 40 cylinders, 8 sectors per track, 320 Kbyte capacity quad density 80 cylinders, 9 sectors per track, 720 Kbyte capacity double density 40 cylinders, 16 sectors per track (256 bytes per sector), 320 Kbyte capacity double density 40 cylinders, 4 sectors per track (1024 bytes per sector), 320 Kbyte capacity ERRORS
EBUSY During opening, the partition has been opened for exclusive access and another process wants to open the partition. Once open, this error is returned if the floppy disk driver attempted to pass a command to the floppy disk controller when the controller was busy handling another command. In this case, the application should try the operation again. EFAULT An invalid address was specified in an ioctl command (see fdio(7I)). EINVAL The number of bytes read or written is not a multiple of the diskette's sector size. This error is also returned when an unsup- ported command is specified using the FDIOCMD ioctl command (see fdio(7I)). EIO During opening, the diskette does not have a label or there is no diskette in the drive. Once open, this error is returned if the requested I/O transfer could not be completed. ENOSPC An attempt was made to write past the end of the diskette. ENOTTY The floppy disk driver does not support the requested ioctl functions (see fdio(7I)). ENXIO The floppy disk device does not exist or the device is not ready. EROFS The floppy disk device is opened for write access and the diskette in the drive is write protected. x86 Only ENOSYS The floppy disk device does not support the requested ioctl function ( FDEJECT). X86 CONFIGURATION The driver attempts to initialize itself using the information found in the configuration file, /platform/i86pc/kernel/drv/fd.conf. name="fd" parent="fdc" unit=0; name="fd" parent="fdc" unit=1; FILES
SPARC /platform/sun4u/kernel/drv/fd driver module /usr/include/sys/fdreg.h structs and definitions for Intel 82072 and 82077 controllers /usr/include/sys/fdvar.h structs and definitions for floppy drivers /dev/diskette device file /dev/diskette0 device file /dev/rdiskette raw device file /dev/rdiskette0 raw device file For ucb Compatibility /dev/fd0[a-c] block file /dev/rfd0[a-c] raw file /dev/diskette0 directory containing volume management character device file /dev/rdiskette0 directory containing the volume management raw character device file /dev/aliases/floppy0 symbolic link to the entry in /dev/rdiskette0 x86 /platform/i86pc/kernel/drv/fd driver module /platform/i86pc/kernel/drv/fd.conf configuration file for floppy driver /platform/i86pc/kernel/drv/fdc floppy-controller driver module /platform/i86pc/kernel/drv/fdc.conf configuration file for the floppy-controller /usr/include/sys/fdc.h structs and definitions for x86 floppy devices /usr/include/sys/fdmedia.h structs and definitions for x86 floppy media x86 First Drive /dev/diskette device file /dev/diskette0 device file /dev/rdiskette raw device file /dev/rdiskette0 raw device file For ucb Compatibility /dev/fd0[a-c] block file /dev/rfd0[a-c] raw file /dev/diskette0 directory containing volume management character device file /dev/rdiskette0 directory containing the volume management raw character device file /dev/aliases/floppy0 symbolic link to the entry in /dev/rdiskette0 x86 Second Drive /dev/diskette1 device file /dev/rdiskette1 raw device file For ucb Compatibility /dev/fd1[a-c] block file /dev/rfd1[a-c] raw file /dev/diskette1 directory containing volume management character device file /dev/rdiskette1 directory containing the volume management raw character device file /dev/aliases/floppy1 symbolic link to the entry in /dev/rdiskette1 SEE ALSO
fdformat(1), dd(1M), drvconfig(1M), read(2), write(2), driver.conf(4), dkio(7I) fdio(7I) DIAGNOSTICS
All Platforms fd<n>: <command name> failed (<sr1> <sr2> <sr3>) The <command name> failed after several retries on drive <n>. The three hex values in parenthesis are the contents of status register 0, status register 1, and status register 2 of the Intel 8272, the Intel 82072, and the Intel 82077 Floppy Disk Controller on comple- tion of the command, as documented in the data sheet for that part. This error message is usually followed by one of the following, interpreting the bits of the status register: fd<n>: not writable fd<n>: crc error blk <block number> There was a data error on <block number>. fd<n>: bad format fd<n>: timeout fd<n>: drive not ready fd<n>: unformatted diskette or no diskette in drive fd<n>: block <block number> is past the end! (nblk=<total number of blocks>) The operation tried to access a block number that is greater than the total number of blocks. fd<n>: b_bcount 0x<op_size> not % 0x<sect_size> The size of an operation is not a multiple of the sector size. fd<n>: overrun/underrun fd<n>: host bus error. There was a hardware error on a system bus. SPARC Only Overrun/underrun errors occur when accessing a diskette while the system is heavily loaded. Decrease the load on the system and retry the diskette access. NOTES
3.5" high density diskettes have 18 sectors per track and 5.25" high density diskettes have 15 sectors per track. They can cross a track (though not a cylinder) boundary without losing data, so when using dd(1M) or read(2)/write(2) calls to or from the raw diskette, you should specify bs=18k or multiples thereof for 3.5" diskettes, and bs=15k or multiples thereof for 5.25" diskettes. The SPARC fd driver is not an unloadable module. Under Solaris (x86 Edition), the configuration of the floppy drives is specified in CMOS configuration memory. Use the BIOS setup program for the system to define the diskette size and density/capacity for each installed drive. Note that MS-DOS may operate the floppy drives correctly, even though the CMOS configuration may be in error. Solaris (x86 Edition) relies on the CMOS configuration to be accurate. SunOS 5.11 2 Mar 2007 fd(7D)
All times are GMT -4. The time now is 11:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy