Sponsored Content
Full Discussion: how to mount RAID partician
Special Forums Hardware Filesystems, Disks and Memory how to mount RAID partician Post 302508020 by Corona688 on Friday 25th of March 2011 12:02:47 PM
Old 03-25-2011
/dev/sdb is the entire disk, you can't mount an entire disk unless the entire disk is just one partition.

What kind of RAID is it? Is it a software raid? You may not be able to mount it until you activate it with mdadm, in which case it'll become a new device, /dev/md*.

Maybe it's activated itself already. That would explain why it thinks it's busy -- it's been "eaten" by the software RAID driver. Try ls -l /dev/md* to see if you have any software RAID devices available. And df -h for good measure to see what devices you already have mounted where.
This User Gave Thanks to Corona688 For This Post:
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command?

Hi... question is this: How do I mount an LVD hotswap scsi drive in bay #2 on a netra using the mount command? volmgt doesn't seem to mount it and/or I don't know how to view the drives data if it's formatted which it may not be. This drive is not new out of the box so I'm not sure. ... (4 Replies)
Discussion started by: soulshaker
4 Replies

2. Solaris

RAID 5 mount points don't automount on boot

Hi, I set up a RAID 5 configuration and for some reason the volumes won't mount when the system boots. I have to manually mount them from the command line and all is fine. Here's the vfstab entries: #device device mount FS fsck mount mount #to mount ... (2 Replies)
Discussion started by: rpollard001
2 Replies

3. UNIX for Advanced & Expert Users

mount -t cifs permission denied by mount -t smbfs works fine

I am having trouble mounting with cifs, but mounting the exact same command with smbfs works fine. The share is on another samba server and is set to full public guest access. # mount -t cifs //servername/sharename /mnt/temp -o password="" mount error 13 = Permission denied Refer to the... (3 Replies)
Discussion started by: humbletech99
3 Replies

4. UNIX for Dummies Questions & Answers

RAID software vs hardware RAID

Hi Can someone tell me what are the differences between software and hardware raid ? thx for help. (2 Replies)
Discussion started by: presul
2 Replies

5. Solaris

implementing RAID 1 from RAID 5

Dear ALl, I have a RAID 5 volume which is as below d120 r 60GB c1t2d0s5 c1t3d0s5 c1t4d0s5 c1t5d0s5 d7 r 99GB c1t2d0s0 c1t3d0s0 c1t4d0s0 c1t5d0s0 d110 r 99GB c1t2d0s4 c1t3d0s4 c1t4d0s4 c1t5d0s4 d8 r 99GB c1t2d0s1 c1t3d0s1... (2 Replies)
Discussion started by: jegaraman
2 Replies

6. Solaris

Creation of Raid 01 and Raid 10

Hello All, I have read enough of texts on Raid 01 and Raid 10 on solaris :wall: . But no-where found a way to create them using SVM. Some one pls tell me how to do or Post some link if that helps. TIA Curious solarister (1 Reply)
Discussion started by: Solarister
1 Replies

7. AIX

SCSI PCI - X RAID Controller card RAID 5 AIX Disks disappeared

Hello, I have a scsi pci x raid controller card on which I had created a disk array of 3 disks when I type lspv ; I used to see 3 physical disks ( two local disks and one raid 5 disk ) suddenly the raid 5 disk array disappeared ; so the hardware engineer thought the problem was with SCSI... (0 Replies)
Discussion started by: filosophizer
0 Replies

8. Solaris

Software RAID on top of Hardware RAID

Server Model: T5120 with 146G x4 disks. OS: Solaris 10 - installed on c1t0d0. Plan to use software raid (veritas volume mgr) on c1t2d0 disk. After format and label the disk, still not able to detect using vxdiskadm. Question: Should I remove the hardware raid on c1t2d0 first? My... (4 Replies)
Discussion started by: KhawHL
4 Replies

9. Red Hat

RAID Configuration for IBM Serveraid-7k SCSI RAID Controller

Hello, I want to delete a RAID configuration an old server has. Since i haven't the chance to work with the specific raid controller in the past can you please help me how to perform the configuraiton? I downloaded IBM ServeRAID Support CD but i wasn't able to configure the video card so i... (0 Replies)
Discussion started by: @dagio
0 Replies
ri(7)							 Miscellaneous Information Manual						     ri(7)

NAME
ri - I2O RAID disk interface SYNOPSIS
bus i2o0 at pci2001 slot 4 controller i2o_bs0 at i2o0 slot 18 DESCRIPTION
The ri driver supports 32-bit and 64-bit PCI backplane RAID controllers with Intelligent I/O (I2O) host interface supporting backend SCSI channels. I2O is an open architecture for developing device drivers that is independent of the operating system, processor platform, and system I/O bus. The communication model is based on a message-passing protocol reducing the number of driver interfaces needed. A single driver called an Operating System Module(OSM) is provided to support all Block Storage class devices. Any RAID system that supports the I2O interface functions with this driver. These devices are designated as ri to distinguish them from ra, re, and rz (SCSI) devices. The StorageWorks Command Console Utility (SWCC) is supported for online configuration and monitoring of I2O raid devices. The following rules are used to determine the major and minor numbers that are associated with an ri type disk. A dynamic major number is used to represent ri block devices, and is assigned during initial configuration. The current major number can be determined using the following command: # /sbin/devswmgr -getnum i2o_bs The preceding command displays the driver switch reservation list, showing the device instance and major number for the i2o_bs driver. An alternative method is: # /sbin/sysconfig -q i2o_bs The highest 14 bits of the 20-bit minor number represents a particular Block Storage device, while lowest six bits of the minor number specify disk partitions (identified by the letters, a through h) on that device. The device special file names associated with ri disks are based on conventions that are closely associated with the minor number assigned to the disk. The standard device names begin with ri for block special files and rri for character (raw) special files. Following the ri is the unit number and then a letter, a through h, that represents the partition. Throughout this reference page, the question mark (?) character represents the unit number in the name of the device special file. For example, ri?b could represent ri0b, ri1b, and so on. A disk can be accessed through either the block special file or the character special file. The block special file accesses the disk using the file system's normal buffering mechanism. Reads and writes to the block special file can specify any size. This capability avoids the need to limit data transfers to the size of physical disk records and to calculate offsets within disk records. The file system can break up large read and write requests into smaller fixed size transfers to the disk. The character special file provides a raw interface that allows for direct transmission between the disk and the user's read or write buf- fer. A single read/write operation to the raw interface results in exactly one I/O operation. Consequently, raw I/O may be considerably more efficient for large transfers. For systems with ri disks, the first software boot after the system is powered on may take longer than expected. This delay is normal and is caused by the software spinning up the ri disks. Disk Support The ri driver handles all disk drives that can be connected to the I2O RAID controller. To determine which drives are supported for spe- cific CPU types and hardware configurations, see the hardware installation and configuration information for your I2O system. I2O RAID Controllers are viewed in all cases as RI type disks. There are some notable differences that should be taken into consideration when configuring a RAID device: Currently only sector sizes of 512 bytes are supported. Logical Volume sizes are not fixed sizes as com- pared to other disk devices. The size of the Logical Volume is configurable based on needs. The dynamic nature of Logical Volume sizes is dealt with by defining RAID devices as DYNAMIC. Only partitions a, b, c, and g are defined. If necessary, the disklabel(8) command can be run to change and define partitions for RAID devices Usually, the ri?a partition is used for the root file system and the ri?b partition as a paging area. The ri?c partition can be used for disk-to-disk copying because it maps the entire disk. The starting location and length (in 512 byte sectors) of the disk partitions of each drive are shown in the following table. Partition sizes can be changed by using the disklabel(8) command. I2O RAID partitions for systems based on the Alpha AXP architecture disk start length ri?a 0 131072 ri?b 131072 262144 ri?c 0 end of media ri?d 0 0 ri?e 0 0 ri?f 0 0 ri?g 393216 end of media ri?h 0 0 FILES
/dev/disk/ri??? /dev/disk/rri??? RELATED INFORMATION
RAID(7), SCSI(7), tz(7), rz(7),disklabel(8), MAKEDEV(8), uerf(8) delim off ri(7)
All times are GMT -4. The time now is 12:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy