First of all thanks for at least reading this, and hopefully you can find what I did wrong and help me fix all this. I’m new to Linux so go easy on me. I’m using openSUSE 11.1 as the host OS for VWware Workstation 6.5.2.
What I’m trying to do:
1 - create seperate drives for different purposes from two 500GB drives using RAID 0
2 - 400GB - standard Ext3 drive for Home Files
3 - 200GB - NTFS drive so Linux and Windows can read from it
4 - 300GB - standard Ext3 drive to store VMware files
5 - mount a external USB drive to backup all the drives from Linux or Windows XP
Problems I’m having
1 - I can’t understand how to load or use NTFS-3G to convert or create the 200GB NTFS drive (it’s FAT now)
2 - the 200GB drive is now FAT and I can copy files to it and read files from it, but I can not edit files on it. If I open a MS Word document from it and try to save back to it, I get an “out of memory” error. I can save it to another drive and then copy it to the FAT drive. What is with that???
3 - looking at the output of fdisk -l I have errors, How do I fix all these errors? How bad are they? How did they get there?
[li]Host-OS:~ # fdisk -l
[/li][li]Warning: ignoring extra data in partition table 6
[/li][li]Warning: ignoring extra data in partition table 6
[/li][li]Warning: ignoring extra data in partition table 6
[/li][li]Warning: invalid flag 0x7274 of partition table 6 will be corrected by w(rite)
[/li]
[li]Disk /dev/sda: 500.1 GB, 500107862016 bytes
[/li][li]255 heads, 63 sectors/track, 60801 cylinders
[/li][li]Units = cylinders of 16065 * 512 = 8225280 bytes
[/li][li]Disk identifier: 0x000e696d
[/li]
[li] Device Boot Start End Blocks Id System
[/li][li]/dev/sda1 * 1 121601 976760001 f W95 Ext’d (LBA)
[/li][li]/dev/sda5 1 9 72229+ 83 Linux
[/li][li]/dev/sda6 ? 87099 206632 960147890+ 6c Unknown
[/li]
[li]Disk /dev/sdb: 500.1 GB, 500107862016 bytes
[/li][li]255 heads, 63 sectors/track, 60801 cylinders
[/li][li]Units = cylinders of 16065 * 512 = 8225280 bytes
[/li][li]Disk identifier: 0x00000000
[/li]
[li]Disk /dev/sdb doesn’t contain a valid partition table
[/li]
[li]Disk /dev/dm-0: 1000.2 GB, 1000210432000 bytes
[/li][li]255 heads, 63 sectors/track, 121601 cylinders
[/li][li]Units = cylinders of 16065 * 512 = 8225280 bytes
[/li][li]Disk identifier: 0x000e696d
[/li]
[li] Device Boot Start End Blocks Id System
[/li][li]/dev/dm-0p1 * 1 121601 976760001 f W95 Ext’d (LBA)
[/li][li]/dev/dm-0p5 1 9 72229+ 83 Linux
[/li][li]/dev/dm-0p6 10 271 2104483+ 82 Linux swap / Solaris
[/li][li]/dev/dm-0p7 272 2882 20972826 83 Linux
[/li][li]/dev/dm-0p8 2883 56144 427826983+ 83 Linux
[/li][li]/dev/dm-0p9 56145 82254 209720542 c W95 FAT32 (LBA)
[/li][li]/dev/dm-0p10 82254 121548 315629055 83 Linux
[/li][li]omitting empty partition (6)
[/li]
[li]Disk /dev/dm-1: 1000.2 GB, 1000202241024 bytes
[/li][li]255 heads, 63 sectors/track, 121600 cylinders
[/li][li]Units = cylinders of 16065 * 512 = 8225280 bytes
[/li][li]Disk identifier: 0x00000000
[/li]
[li] Device Boot Start End Blocks Id System
[/li][li]/dev/dm-1p1 1 9 72229+ 83 Linux
[/li][li]/dev/dm-1p2 9 271 2104515 5 Extended
[/li][li]/dev/dm-1p5 10 271 2104483+ 82 Linux swap / Solaris
[/li]
[li]Disk /dev/dm-2: 73 MB, 73963008 bytes
[/li][li]255 heads, 63 sectors/track, 8 cylinders
[/li][li]Units = cylinders of 16065 * 512 = 8225280 bytes
[/li][li]Disk identifier: 0x00000000
[/li]
[li]Disk /dev/dm-2 doesn’t contain a valid partition table
[/li]
[li]Disk /dev/dm-3: 2154 MB, 2154991104 bytes
[/li][li]255 heads, 63 sectors/track, 261 cylinders
[/li][li]Units = cylinders of 16065 * 512 = 8225280 bytes
[/li][li]Disk identifier: 0x00000000
[/li]
[li]Disk /dev/dm-3 doesn’t contain a valid partition table
[/li]
[li]Disk /dev/dm-4: 21.4 GB, 21476173824 bytes
[/li][li]255 heads, 63 sectors/track, 2610 cylinders
[/li][li]Units = cylinders of 16065 * 512 = 8225280 bytes
[/li][li]Disk identifier: 0x00000000
[/li]
[li]Disk /dev/dm-4 doesn’t contain a valid partition table
[/li]
[li]Disk /dev/dm-5: 438.0 GB, 438094831104 bytes
[/li][li]255 heads, 63 sectors/track, 53261 cylinders
[/li][li]Units = cylinders of 16065 * 512 = 8225280 bytes
[/li][li]Disk identifier: 0x00000000
[/li]
[li]Disk /dev/dm-5 doesn’t contain a valid partition table
[/li]
[li]Disk /dev/dm-6: 214.7 GB, 214753835008 bytes
[/li][li]255 heads, 63 sectors/track, 26108 cylinders
[/li][li]Units = cylinders of 16065 * 512 = 8225280 bytes
[/li][li]Disk identifier: 0x00000000
[/li]
[li] Device Boot Start End Blocks Id System
[/li]
[li]Disk /dev/dm-7: 323.2 GB, 323204152320 bytes
[/li][li]255 heads, 63 sectors/track, 39294 cylinders
[/li][li]Units = cylinders of 16065 * 512 = 8225280 bytes
[/li][li]Disk identifier: 0x00000000
[/li]
[li]Disk /dev/dm-7 doesn’t contain a valid partition table
[/li][*]Host-OS:~ #