Topic: 0.5.2 can't resize nVidia RAID 0 partition
I've got a ~300 GiB two-drive RAID 0 (striped array) setup via my computer's on-board nVidia RAID controller. It currently has a single ntfs partition with Windows XP, and I'd like to shrink it so that I can install Ubuntu in a separate partition.
When I boot my GParted 0.5.2 CD, it sees the array as /dev/mapper/nvidia/jcbjcfdf . It also sees the 298.09 GiB ntfs partition on it, but shows an exclamation mark next to it in the partition list.
When I open the Info screen for the partition, I get the following:
File system: ntfs
Size: 298.09 GiB
Flags: bootPath: /dev/mapper/nvidia_jcbjcfdfp1
Status: Not mounted
Label:
UUID:First sector: 63
Last sector: 625137344
Total sectors: 625137282/!\ Warning:
The device /dev/mapper/nvidia_jcbjcfdfp1 doesn't existntfsresize v2.0.0 (libntfs 10:0:0)
ERROR(2): Failed to check '/dev/mapper/nvidia_jcbjcfdfp1'
mount state: No such file or directory
Probably /etc/mtab is missing. It's too risky to continue. You
might try
an another Linux distro.Unable to read the contents of this file system!
Because of this some operations may be unavailable.The following list of software packages is required for ntfs
file system support: ntfsprogs.
Does GParted not support my RAID controller, or is there some trick to making it work? Or, is there another partitioning tool out there that can do the job?
Thanks.
Edit: Also, if I do a "mount -t ntfs /dev/mapper/nvidia_jcbjcfdf1 /mnt" then Linux is able to mount it and I can see the files at /mnt . When I then view it in GParted it is now able to see how much of the partition is used, but it still gives a warning saying "The device /dev/mapper/nvidia_jcbjcfdfp1 doesn't exist".