Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I was having trouble mounting my NTFS partition from the RAID controller on my MB.
I'm still pretty noob.. all ive done in ubuntu is c programming in a text editor like emacs and installed and updated a few packages...
any way... this is what i did..
output of fdisk -l:
Quote:
ankur@ankurpc:~$ sudo fdisk -l
Disk /dev/hdb: 20.0 GB, 20020396032 bytes
255 heads, 63 sectors/track, 2434 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 2330 18715693+ 83 Linux
/dev/hdb2 2331 2434 835380 5 Extended
/dev/hdb5 2331 2434 835348+ 82 Linux swap / Solaris
Disk /dev/sda: 300.0 GB, 300069052416 bytes
255 heads, 63 sectors/track, 36481 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/sda doesn't contain a valid partition table
Disk /dev/sdb: 300.0 GB, 300069052416 bytes
255 heads, 63 sectors/track, 36481 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 72961 586059201 7 HPFS/NTFS
then i added the last line into my /etc/fstab so it looked like this...
i created the mountpoint earlier so /mnt/winpart DOES exist.
here is some other info that might help:
im using ubuntu 5.10 amd64
the MD is a ASUS K8V SE Deluxe
the RAID controller is the Promise FastTrack chipset PDC20378
its configured in RAID 0 (striping) and it is bootable with windows installed on the partition
theres one big partition made from 2 300GB seagate disks
if theres any other info needed to help... ill gladly post it up...
i hope someone has an idea and id appreciate any feedback...
Im also gonna guess teh problem is related to the fact that there are 2x300GB disks on the RAID array.. and its only seeing it as one 300GB disk in fdisk -l. Also just to clarify, I have an additional 20GB drive in the machine on which ubuntu is installed and its on the motherboard's regular IDE controller. so the complete setup is 2x300GB seagate disks in RAID 0 and 1 20GB disk on the IDE controller.
Morpheus: I'm trying to free your mind, Neo. But I can only show you the door. You're the one that has to walk through it.
Use your package management tool to install it, read dmraid documentation, Google will give you answers to about every question you might have - instantly. If stuck - come back here.
root@ankurpc:~# dmraid -r
/dev/sda: pdc, "pdc_deihdadhbj", stripe, ok, 586072192 sectors, data@ 0
/dev/sdb: pdc, "pdc_deihdadhbj", stripe, ok, 586072192 sectors, data@ 0
root@ankurpc:~# dmraid -ay
RAID set "pdc_deihdadhbj" already active
RAID set "pdc_deihdadhbj1" already active
root@ankurpc:~# fdisk -l
Disk /dev/hdb: 20.0 GB, 20020396032 bytes
255 heads, 63 sectors/track, 2434 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 2330 18715693+ 83 Linux
/dev/hdb2 2331 2434 835380 5 Extended
/dev/hdb5 2331 2434 835348+ 82 Linux swap / Solaris
Disk /dev/sda: 300.0 GB, 300069052416 bytes
255 heads, 63 sectors/track, 36481 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/sda doesn't contain a valid partition table
Disk /dev/sdb: 300.0 GB, 300069052416 bytes
255 heads, 63 sectors/track, 36481 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 72961 586059201 7 HPFS/NTFS
so my fdisk -l looks the same... ive looked around and havent really understood what to do from here... i didnt even kno what i wanted the dmraid -ay command to do but it just seemed like that was the use that all the sites ive seen had used it in. apparently most ppl are concerned with gettin thier linux distro installed ON the raid which is not the case with me...
so what should my next step be if you dont mind Morpheus?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.