- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- block i/o and file i/o
HPE EVA Storage
1824981
Members
3773
Online
109678
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2007 09:18 PM
тАО06-18-2007 09:18 PM
block i/o and file i/o
What is the difference between block i/o (as in case of a SAN device) and file i/o (as in case of a NAS device)?
Why is block i/o faster than file i/o?
Why is block i/o faster than file i/o?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2007 09:26 PM
тАО06-18-2007 09:26 PM
Re: block i/o and file i/o
Hi.
Block IO is faster because the block level is under file (file system) layer.
when you are writing to file it looks like
FILE IO to file system
--------
Volume manager layer (if it's implemented)
manage RAID level or extending/reducing volumes etc.
--------
BLOCK IO where it's written to block device
When you are writing to block device you're skipping through file system and volume manager layer then it's faster to write direct to block, but managment of block layer is not so nice like on file system which gives added value to you.
Block IO is faster because the block level is under file (file system) layer.
when you are writing to file it looks like
FILE IO to file system
--------
Volume manager layer (if it's implemented)
manage RAID level or extending/reducing volumes etc.
--------
BLOCK IO where it's written to block device
When you are writing to block device you're skipping through file system and volume manager layer then it's faster to write direct to block, but managment of block layer is not so nice like on file system which gives added value to you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2007 03:05 PM
тАО06-19-2007 03:05 PM
Re: block i/o and file i/o
File I/O is built on top of block I/O.
An application makes file I/O calls (e.g. open a file, read a record, create a directory)
A file system takes these file I/O requests and returns the records or performs the actions. Often this requires the file system to read and write blocks of data to disks. These are block I/Os.
File I/Os do more work so they are somewhat slower. Also a single file I/O might require a number of block I/Os.
A SAN device looks like disk drives, They don't have any concept of files or directories. The just know disk blocks.
A NAS devices has filesystem software on it and understands things like files, directories, and file records.
An application makes file I/O calls (e.g. open a file, read a record, create a directory)
A file system takes these file I/O requests and returns the records or performs the actions. Often this requires the file system to read and write blocks of data to disks. These are block I/Os.
File I/Os do more work so they are somewhat slower. Also a single file I/O might require a number of block I/Os.
A SAN device looks like disk drives, They don't have any concept of files or directories. The just know disk blocks.
A NAS devices has filesystem software on it and understands things like files, directories, and file records.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP