- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mm driver and /dev/zeros special file
Categories
Company
Local Language
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
Discussions
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
Community
Resources
Forums
Blogs
- 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
04-04-2002 12:11 AM
04-04-2002 12:11 AM
mm driver and /dev/zeros special file
I always thought /dev/zeros couldn't be created in HP-UX.
But I found a NetApp doc where there is a discussion to create /dev/zeros:
mknod /dev/zeros c 3 4
I tried and it works fine.
Then I used lsdev to get the driver name: mm.
Not found info about this driver. I'm interested to get profit from all these "unknown" drivers.
Does anybody know docs about this issue ?
Thanx in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 12:30 AM
04-04-2002 12:30 AM
Re: mm driver and /dev/zeros special file
look at
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd25787dc4d7dd5118ff00090279cd0f9,00.html
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 12:50 AM
04-04-2002 12:50 AM
Re: mm driver and /dev/zeros special file
lssf /dev/* 2>/dev/null | grep " mm "
pseudo driver mm minor 0x000002 /dev/dtremote
pseudo driver mm minor 0x000001 /dev/kmem
pseudo driver mm minor 0x000000 /dev/mem
pseudo driver mm minor 0x000002 /dev/null
___________
* Driver install table
*
* This table contains the name of drivers which have converged I/O header
* structures and install entry points. Drivers in this table should not
* be defined in the driver table above.
***************************************************************************
* Driver Block major Char major Required for
* minimal system
asio0 -1 1
sastty -1 -1
cpd -1 -1 1
kepd -1 227 1
dev_config -1 69 1
klog -1 189 1
cn -1 0 1
mm -1 3 1
pty0 -1 16 1
pty1 -1 17 1
sy -1 207 1
dmem -1 27
iomap -1 -1
diag0 -1 28
diag1 -1 183
diag2 -1 232
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 01:01 AM
04-04-2002 01:01 AM
Re: mm driver and /dev/zeros special file
The /dev/zero special file is not standard created on 11.00 but can be created with 'mknod /dev/zero c 3 0x000004'
From 11i and up the zero file will be available from installation on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 02:12 AM
04-04-2002 02:12 AM
Re: mm driver and /dev/zeros special file
Then, I think HP doesn't provide the whole info aobut HP.