← Back to team overview

sony-vaio-z-series team mailing list archive

Re: SSD and RAM Upgrade

 


>  1. Has anyone succesfully installed linux (preferably debian stable
>     [maybe with some unstable backported packages etc]) and got it to
>     recognise the disk as one striped disk using the intel based RAID,
>     rather than two separate disks? The one install guide that I found
>     claims that this is not possible.


For what it's worth, I'm running Kubuntu with RAID0 configured with the
built-in Intel Rapid Storage Technology tool "Option ROM" but I have
slightly different machine: VPCZ1 (4x64GB SSD). I'm  using LVM + LUKS.
The only thing I remember giving me hard time was the Kubuntu installer
GUI, on picking the right disk.


sudo blkid gives me:

/dev/mapper/isw_bifaadbcij_QuadSSD5: UUID="..." TYPE="crypto_LUKS"

/dev/sda: TYPE="isw_raid_member"

/dev/sdb: TYPE="isw_raid_member"

/dev/sdc: TYPE="isw_raid_member"

/dev/sdd: TYPE="isw_raid_member"

/dev/mapper/isw_bifaadbcij_QuadSSD1: UUID="..." TYPE="ext2"

/dev/mapper/isw_bifaadbcij_QuadSSD5_crypt: UUID="..." TYPE="LVM2_member"
/dev/mapper/kubuntu--vg-root: UUID="..." TYPE="ext4"

/dev/mapper/kubuntu--vg-swap_1: UUID="..." TYPE="swap"





References