Sponsored Content
Full Discussion: Blockdev vs /sys/block/
Special Forums Hardware Filesystems, Disks and Memory Blockdev vs /sys/block/ Post 302905586 by Sergiu-IT on Thursday 12th of June 2014 08:53:05 AM
Old 06-12-2014
Blockdev vs /sys/block/

Hello,

I want to set/get the read-ahead for my disks and there is a little issue that confuses me. There are three ways to get/set the read-ahead buffer:

1. cat /sys/block/md0/bdi/read_ahead_kb
2. cat /sys/block/md0/queue/read_ahead_kb
3. blockdev --getra /dev/md0

Which one is the correct one? The first two gives me a value of 128. The last one gives me a value of 256. Where does this difference come from?
 

10 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Sys Administration

What happend to the Administration board, How come no one posts there? (1 Reply)
Discussion started by: tovsky
1 Replies

2. UNIX for Dummies Questions & Answers

BSD Sys 5????

Since I failed a test that I didn't have the chance to study for, my wonderful instructor told me to write a paper about BSD sys 5. I can't find anything...does it even exist yet??? If you have any input, I would love you forever if you can enlighten me ASAP. (2 Replies)
Discussion started by: Toughgirl27
2 Replies

3. Shell Programming and Scripting

sys info script

Hi, i need a shell script that write in a file called sys.txt this: <output of date command> HN <host name> OS <OS name> <OS version> I can have this info with uname command, but I can't write these in sys.txt. Can any one help me? (1 Reply)
Discussion started by: FastMagister
1 Replies

4. Solaris

Differences Sys 5 and BSD

Hi I would like to know the difference between System V release and BSD style release. Regards, Raja (2 Replies)
Discussion started by: RajaRC
2 Replies

5. Solaris

Any sys admins from uk?

Hello Guys, im new to this forum. Im from UK and ive recently completed my SCSA I & II and also got trained in Veritas Suite (Veritas Volume Manager and Veritas Clusters, Veritas NetBackup), SAN Configuration. I was trying to get a break as a junior sun solaris admin. I am applying for the jobs... (1 Reply)
Discussion started by: megadeth
1 Replies

6. Programming

Hi errno in sys/stat.h

How should I use errno in a c program and what info does it have . I am working with directories and files. So can any one tell me How to access errno?I am using the stat() function on \etc directory and I am alble to access only the half of the directories.I am not able to access other half and... (6 Replies)
Discussion started by: vijlak
6 Replies

7. What is on Your Mind?

Network Sys Admin

Hi, my name is wesly. I an IT tech at the Junior Level. I have a bachelors degree in Computer Information Systems. I would like to fully become a Unix Sys Admin. Can anyone please tell me what I have to do. Do I have to set up a Unix or Linux server. How about Apache. Please give me clues and tips... (1 Reply)
Discussion started by: wes.lat
1 Replies

8. Solaris

Sys Admin Certification

Hi, I am planning to get certified in Solaris 10 for my own interest. Although I don't have much experience in sys admin, I have got some background in scripting and some sort of beginner level administration. But I have read in many places that one must have a good amount of experience in sys... (8 Replies)
Discussion started by: King Nothing
8 Replies

9. UNIX for Dummies Questions & Answers

need help about config. sys message.

Dear All, I am trying to config a sys mail message on solaris 10. I am doing the following commands but it dose not work with me; #touch /var/mail-test #vi /etc/syslog.cong local0.notice /var/mail-test #svcadm disable svcs:/system/system-log:default #svcadm enable... (1 Reply)
Discussion started by: ahmedamer12
1 Replies

10. Programming

Interactive Python 3.5+ sys.stdout.write() AND sys.stderr.write() bug?

(Apologies for any typos.) OSX 10.12.3 AND Windows 10. This is for the serious Python experts on at least 3.5.x and above... In script format sys.stdout.write() AND sys.stderr.write() seems to work correctly. Have I found a serious bug in the interactive sys.stdout.write() AND... (2 Replies)
Discussion started by: wisecracker
2 Replies
BLKTOOL(8)						      System Manager's Manual							BLKTOOL(8)

NAME
blktool - Display or change block device settings SYNOPSIS
blktool [options] device [acoustic-mgmt nnn] blktool [options] device [block-sz nnn] blktool [options] device [bus-id] blktool [options] device [bus-state nnn] blktool [options] device [class] blktool [options] device [cd-speed nnn] blktool [options] device [defect-mgmt off|on] blktool [options] device [dev-keep-settings off|on] blktool [options] device [dev-read-ahead off|on] blktool [options] device [dma off|on] blktool [options] device [geometry] blktool [options] device [i2o-rcache nnn] blktool [options] device [i2o-wcache nnn] blktool [options] device [id] blktool [options] device [keep-settings off|on] blktool [options] device [media unlock|lock] blktool [options] device [multiple-count nnn] blktool [options] device [no-write-err off|on] blktool [options] device [pio-data 16-bit|32-bit] blktool [options] device [pio-mode nnn] blktool [options] device [pm-mode nnn] blktool [options] device [queue-depth nnn] blktool [options] device [read-ahead nnn] blktool [options] device [readonly off|on] blktool [options] device [reread-part] blktool [options] device [reset] blktool [options] device [sector-sz] blktool [options] device [sleep] blktool [options] device [standby] blktool [options] device [unmask-irq off|on] blktool [options] device [version] blktool [options] [version] blktool [options] device [wcache off|on] DESCRIPTION
blktool is used for querying and/or changing settings of a block device. device is the name of the block device to query or modify. OPTIONS
-f For a few commands, blktool will flush the buffers of the block device out to disk, before performing the requested command. Spec- ify this option, "force", disables any flushing blktool would attempt to do. -t class where class is one of 'ide', 'ata', 'scsi', 'i2o', or 'auto' to override the default auto-detection of device class. COMMANDS
acoustic-mgmt Query or set underlying device's acoustic level. block-sz Query or set device block size. bus-id Query device bus id. bus-state Query or set device bus state (0 off, 1 on, 2 tristate) class Query the detected (or overridden, via -t) device class. Typically this will result in 'ATA' or 'SCSI' for most devices. Detection is based on device major; thus your SATA device may appear as 'SCSI'. cd-speed Set CD-ROM device speed (in Kbytes/sec). defect-mgmt Toggle underlying device's defect management (obsolete). dev-keep-settings Toggle underlying device's revert-to-defaults-on-reset feature. dev-read-ahead Toggle underlying device's read-ahead feature. dma Toggle DMA data transfer. Omitting the on/off argument will print the current state. geometry Query device geometry (cylinders / heads / sectors / etc.). i2o-rcache Query or set an I2O block device's read cache. i2o-wcache Query or set an I2O block device's write cache. id Query IDENTIFY [PACKET] DEVICE data. keep-settings Keep settings across device resets. Omitting the on/off argument will print the current state. media Lock in (or unlock) a removable device. multiple-count Set multiple count for use in READ/WRITE MULTIPLE commands. no-write-err Toggle ignore-write-errors flag. Omitting the on/off argument will print the current state. pio-data ATA PIO data transfer via 16-bit or 32-bit I/O. Omitting the on/off argument will print the current state. pio-mode Set underlying ATA device's PIO data transfer mode. pm-mode Set underlying device's Advanced Power Management mode. queued-depth Query or set underlying device's queue depth. read-ahead Query or set block device read-ahead (in units of sectors). readonly Toggle block device read-only setting. Omitting the on/off argument will print the current state. reread-part Re-read partition table. reset Execute device reset. sector-sz Query device sector size. sleep Put device to sleep immediately. standby Put device in standby mode. unmask-irq Toggle unmasked irqs. Omitting the on/off argument will print the current state. version Print version number and exit. wcache Toggle underlying device's writeback cache. BUGS
Inevitably there are some. Please report any you find. AUTHOR
blktool was written by Jeff Garzik. AVAILABILITY
blktool is available over the Web on the SourceForge site at http://sourceforge.net/projects/gkernel/ blktool version 4 August 2004 BLKTOOL(8)
All times are GMT -4. The time now is 05:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy