ddrueding
Fixture
Quoting from another thread:
So, I just took my first stab and managed a kernel panic! Yay! Good to know I haven't lost my touch.
What I have learned is that I don't know nearly enough about this subject, but Googling hasn't returned much. Where would I look to see if these features are already in the default kernel? Where would I find the bits (modules?) I need to make it so?
Thanks in advance.
Umm, Linux has supported GPT and Dynamic Disks for a while now? (GPT was added in when the Linux Kernel started to support Itanium based systems, and Dynamic Disks has been in for at least 3-4 years).
You may just need to recompile your kernel to support those options. (It's under the filesystems area in the kernel configuration, look for GPT under Partition types, and the Dynamic Disks support is called LDM, and NTFS support is funny enough called NTFS).
If however you want to install Linux onto the same array, then you may have problems due to GRUB/lilo not handling GPT correctly. (But if it's just a data array and you're install Linux onto a different array, then no problems).
So, I just took my first stab and managed a kernel panic! Yay! Good to know I haven't lost my touch.
What I have learned is that I don't know nearly enough about this subject, but Googling hasn't returned much. Where would I look to see if these features are already in the default kernel? Where would I find the bits (modules?) I need to make it so?
Thanks in advance.