Here's an entry from my fstab:
/dev/rd/c0d0p1 /RAID1 xfs defaults 0 0
Here's a mount command to mount it
mount -t xfs /dev/rd/c0d0p1 /RAID1
I think you need to specify "-t xfs" because XFS uses the default Linux
partition type (0x82?), and the system assumes it to be of type ext2.
Ajay
On Fri, May 04, 2001 at 01:06:37PM -0400, Dave Strout wrote:
> I just had the same problem -- you can mount them the hard way by hand
> by doing:
> mount /dev/rd/disc0/part1 /wherever_it_goes
>
> etc., then edit the /etc/fstab to use the long device paths -- that'll
> make them mount on boot, but I still haven't figured out why that
> happened.
>
> dave.
>
>
> Mr Lancealot wrote:
>
> > Has anyone got a XFS SCSI RAID setup working with the DAC960 module?
> > I go through the Redhat 7.1 XFS install disk, and everything seems to
> > work fine. When I boot the system up it can not mount the RAID
> > device. I get "mount: special device /dev/rd/c0d0p1 does not exist"
> > anytime I try to mount the XFS raid device. I have no trouble getting
> > this setup working with EXT2. Any ideas? Thanks.
> >
> > -----------------------------------------------------------------------
> > Get your FREE download of MSN Explorer at http://explorer.msn.com
|