- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Create raw partitions in SUSE Linux 8
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
08-03-2006 05:04 AM
08-03-2006 05:04 AM
Create raw partitions in SUSE Linux 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 06:03 AM
08-03-2006 06:03 AM
Re: Create raw partitions in SUSE Linux 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 06:30 AM
08-03-2006 06:30 AM
Re: Create raw partitions in SUSE Linux 8
I did that and it created the /dev/sdd1, /dev/sdd5,/dev/sdd6, and /dev/sdd7 but fdisk did not create the raw file under directory /dev/raw/raw(N). So I can not attach the block device to the raw file.
What am I doing wrong?
Thanks,
Juan Gonzalez
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 07:21 AM
08-03-2006 07:21 AM
Re: Create raw partitions in SUSE Linux 8
crw-rw---- 1 root root 162, 11 Oct 21 2002 raw11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 07:23 AM
08-03-2006 07:23 AM
Re: Create raw partitions in SUSE Linux 8
Do you have the file already... right?
So... is It in a partiton... right?
Do you want access the file's content as it is in another partition?
Then maybe you want use losetup command:
http://www.linux.com/howtos/Cryptoloop-HOWTO/loopdevice-setup.shtml
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 08:14 AM
08-03-2006 08:14 AM
Re: Create raw partitions in SUSE Linux 8
You use fdisk to create partitions under most Linuxes.
fdisk /dev/hda lets you carve up the first hard disk.
I think thats what is wrong,the methodology.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 08:27 AM
08-03-2006 08:27 AM
Re: Create raw partitions in SUSE Linux 8
I did a fdsik on a disk called /dev/sdd. I first did n for create new partition then I did e to create an extended partition and included all of the disk then I did w to write out the partition table. After that I ran fdisk /dev/sdd again then I type n then l to create a logical partition, I did this three times for the different partitions. Then I did a w to write out the partition table. Then I went to look under directory /dev/raw but no new files were created so then I looked in /dev for the files that were created and they were sdd1 sdd5, sdd6, and sdd7. I did a blockdev --getsize /dev/ssd(N) on each of the size of the partition came back. when I bring up the yast I see the sdd disk with the partitions sdd5, sdd6, and sdd7 under it but the raw files are not created. That is my problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 09:00 AM
08-03-2006 09:00 AM
Re: Create raw partitions in SUSE Linux 8
raw -a must show you the raw device nodes.
Maybe these links culd be useful:
http://www.linux.com/howtos/SCSI-2.4-HOWTO/rawdev.shtml
http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/admin/t0004971.htm
I'll check a SuSE system and and post the results here as soon as possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 11:13 AM
08-03-2006 11:13 AM