Announcement

Collapse
No announcement yet.

Having trouble seeing contents of RAID-0 drive

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Having trouble seeing contents of RAID-0 drive

    At the moment, I have three hard drives. Two 250GB in RAID-0 configuration with Windows Vista on it and one 1 500GB with Kubuntu Gutsy. The linux drive also holds GRUB and I was able to boot into Windows by adding it to /boot/grub/menu.lst using (hd1,0).

    I noticed that in the storage media folder the RAID-0 drive showed up as a full 500GB, whereas in something like gparted, they would show up as separate drives and I wasn't able to do anything to them. (They would state unallocated). If I went into the folder for the RAID-0 drive, at the bottom of Dolphin, I got hal-storage-fixed-mount-all-options refused uid 1000.

    Anyway, a quick little search and I thought maybe I should install dmraid. I tried to access the RAID-0 drive again in Dolphin and now I have
    Error opening partition device: Permission denied
    Failed to mount '/dev/sdb1': Permission denied.

    Here is my output for sudo fdisk -l
    Code:
    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x51cb67ba
    
      Device Boot   Start     End   Blocks  Id System
    /dev/sda1  *      1     12    96358+ 83 Linux
    /dev/sda2       13    1836  14651280  83 Linux
    /dev/sda3      1837    60801  473636362+  5 Extended
    /dev/sda5      1837    2809   7815591  82 Linux swap / Solaris
    /dev/sda6      2810    60801  465820708+ 83 Linux
    
    Disk /dev/sdb: 250.0 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xc207f30c
    
      Device Boot   Start     End   Blocks  Id System
    /dev/sdb1  *      1    59913  481250272+  7 HPFS/NTFS
    /dev/sdb2      59913    60803   7143424  12 Compaq diagnostics
    
    Disk /dev/sdc: 250.0 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00080028
    
    Disk /dev/sdc doesn't contain a valid partition table
    
    Disk /dev/dm-0: 500.1 GB, 500118585344 bytes
    255 heads, 63 sectors/track, 60802 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xc207f30c
    
       Device Boot   Start     End   Blocks  Id System
    /dev/dm-0p1  *      1    59913  481250272+  7 HPFS/NTFS
    /dev/dm-0p2      59913    60803   7143424  12 Compaq diagnostics
    
    Disk /dev/dm-1: 492.8 GB, 492800279040 bytes
    255 heads, 63 sectors/track, 59912 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x2052474d
    
    This doesn't look like a partition table
    Probably you selected the wrong device.
    
       Device Boot   Start     End   Blocks  Id System
    /dev/dm-1p1  ?     410   119791  958924038+ 70 DiskSecure Multi-Boot
    Partition 1 does not end on cylinder boundary.
    /dev/dm-1p2  ?   121585   234786  909287957+ 43 Unknown
    Partition 2 does not end on cylinder boundary.
    /dev/dm-1p3  ?    14052    14052      5  72 Unknown
    Partition 3 does not end on cylinder boundary.
    /dev/dm-1p4     164483   164486    25945  0 Empty
    Partition 4 does not end on cylinder boundary.
    
    Partition table entries are not in disk order
    
    Disk /dev/dm-2: 7314 MB, 7314866176 bytes
    255 heads, 63 sectors/track, 889 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x2052474d
    
    This doesn't look like a partition table
    Probably you selected the wrong device.
    
       Device Boot   Start     End   Blocks  Id System
    /dev/dm-2p1  ?     410   119791  958924038+ 70 DiskSecure Multi-Boot
    Partition 1 has different physical/logical beginnings (non-Linux?):
       phys=(365, 99, 47) logical=(409, 142, 41)
    Partition 1 has different physical/logical endings:
       phys=(371, 114, 37) logical=(119790, 20, 38)
    Partition 1 does not end on cylinder boundary.
    /dev/dm-2p2  ?   121585   234786  909287957+ 43 Unknown
    Partition 2 has different physical/logical beginnings (non-Linux?):
       phys=(288, 115, 51) logical=(121584, 74, 6)
    Partition 2 has different physical/logical endings:
       phys=(364, 116, 50) logical=(234785, 103, 28)
    Partition 2 does not end on cylinder boundary.
    /dev/dm-2p3  ?    14052    14052      5  72 Unknown
    Partition 3 has different physical/logical beginnings (non-Linux?):
       phys=(288, 116, 47) logical=(14051, 94, 29)
    Partition 3 has different physical/logical endings:
       phys=(372, 101, 51) logical=(14051, 94, 38)
    Partition 3 does not end on cylinder boundary.
    /dev/dm-2p4     164484   164488    25945  43 Unknown
    Partition 4 has different physical/logical beginnings (non-Linux?):
       phys=(325, 0, 18) logical=(164483, 237, 61)
    Partition 4 has different physical/logical endings:
       phys=(325, 79, 22) logical=(164487, 41, 38)
    Partition 4 does not end on cylinder boundary.
    
    Partition table entries are not in disk order
    I've noticed a few times that people are given a link to the Ubuntu website concerning fakeraid. I'm not really sure how to follow it since that seems to be more about trying to install Linux on the RAID drive, but that's not what I want. I have lots of music and videos on the RAID drive that I would like to access and at the moment, the only way I can think of doing it is using an external hard drive.
Working...
X