- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: raw device
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
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
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
тАО07-17-2003 05:58 AM
тАО07-17-2003 05:58 AM
How do I find out the raw device for these disks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-17-2003 06:08 AM
тАО07-17-2003 06:08 AM
Re: raw device
ciao
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-17-2003 06:23 AM
тАО07-17-2003 06:23 AM
Re: raw device
I see a /dev/raw directory with devices listed in it.
so for disk /dev/sda, the raw device is the same?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-17-2003 06:31 AM
тАО07-17-2003 06:31 AM
Solution/dev/sda and /dev/sdb are the block devices for your hard disks (this is shown by the leftmost 'b' in the output of 'ls -l /dev/sd*'). If you are looking for the character devices, I don't know if they exist for scsi disks. Linux has a different management of raw/character devices than hpux.
I always used the block devices of my IDE drive partitions. Try with /dev/sda and /dev/sdb, I think they will work.
hth
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-17-2003 12:57 PM
тАО07-17-2003 12:57 PM
Re: raw device
I'm not shure that you have the raw devices
for sda & sdb, why you need them in linux?
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2003 06:23 AM
тАО07-18-2003 06:23 AM
Re: raw device
Running SuSE in my shop. In /etc there is a file called raw which contains a list of how the raw device driver knows where to access the information in our Informix database.
Example out of that file...
# sample configuration to bind raw devices
# to block devices
# The format of this file is:
# raw
# example:
# ---------
# raw1:hdb1
#
# this means: bind /dev/raw1 to /dev/hdb1
raw1:vg02/PD10lvol01
Under /informix/SMS/sapdata/physdev10 we have a link data01 -> /dev/raw1
Don't know if this will help.... maybe point you in the right direction