You are not logged in.

#1 2009-03-21 21:09:56

deicist
Member
Registered: 2009-03-17
Posts: 36

Arch kernel has LDM support?

Just a quick question: does the default Arch kernel support windows dynamic disks?  I believe the driver (or module or whatever) needed for this is 'LDM' .

I have a windows server that is aching to be converted to Arch, just need to make sure I can mount my media volume (spanned across two disks) if I do.

Cheers!

Offline

#2 2009-03-21 23:24:55

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,577

Re: Arch kernel has LDM support?

http://www.mjmwired.net/kernel/Documentation/ldm.txt says that LDM is enabled via the option CONFIG_LDM_PARTITION.

So, we do 'zcat /proc/config.gz | grep CONFIG_LDM_PARTITION'

and we get "# CONFIG_LDM_PARTITION is not set". This probably means no, but maybe yes. Try and see. If it doesn't work, the solution is trivial: edit the config (or config.x86_64) file of the kernel26 package in ABS so that line says "CONFIG_LDM_PARTITION=y", and 'makepkg -s' to make a new kernel package that can be installed with 'pacman -U nameofpackage'. You can even use tools like customizepkg to do this automatically in the future.

I would switch that Winblows technology for good old LVM, though wink

Offline

#3 2009-03-21 23:49:32

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Arch kernel has LDM support?

Ranguvar wrote:

"# CONFIG_LDM_PARTITION is not set". This probably means no, but maybe yes.

Definitely no.

Offline

Board footer

Powered by FluxBB