Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Installing Gentoo
  • Search

LDM Tools for dynamic Windows Drives and Volumes

Having problems with the Gentoo Handbook? If you're still working your way through it, or just need some info before you start your install, this is the place. All other questions go elsewhere.
Post Reply
Advanced search
2 posts • Page 1 of 1
Author
Message
axel-klick
n00b
n00b
Posts: 3
Joined: Mon Feb 17, 2020 4:24 pm

LDM Tools for dynamic Windows Drives and Volumes

  • Quote

Post by axel-klick » Mon Feb 17, 2020 7:16 pm

Hello

My goal it ist to use 2 HDD. I need one RAID1 partition for Windows and two RAIDs for Gentoo (Oned RAID1 and one RAID0) evertihing with SoftRAID. It will be nice to RW the Windows RAID but if not it is okay...

When i build the Windows Softraid the complete HDD is used. Ther was no "external" space to build partitions for the Linux RAIDs. But there was space but only in the LDM patition.

So i think i need the LDM Kernel option and the LDM Libs and tools.

I installed a fresh AMD64 multilib Gentoo. But emerge did not find the sys-fs/libldm. Looks like a Overlay form jkolo (layman).

How can I install this ldm software ?

Thx for help Axel

PS i am a gentoo beginner but using Linux since Slackware 1.0
Top
mondrillo
n00b
n00b
Posts: 1
Joined: Thu Oct 12, 2023 7:48 am

Only for mount Windows Distributed Volumen Disk

  • Quote

Post by mondrillo » Thu Oct 12, 2023 3:37 pm

I know that the message is from a long time ago... despite everything, I put here the steps that have helped me to permanently migrate to gentoo in case it helps someone.

These steps DO NOT help you to have a dual Windows and Linux system like the one you mention.

In my case, in Windows, apart from the operating system disk, I had a distributed Volume made up of two SSD disks with LDM partitions.

These were the steps to get the libldm package:


* How to find out which overlay repository the package is in?

Code: Select all

   # eix-remote update
   # eix-sync
   # eix libldm

[I] sys-fs/libldm [1]
     Available versions:  (~)0.2.5^m
     Installed versions:  0.2.5^m(16:36:41 12/10/23)
     Homepage:            https://github.com/mdbooth/libldm
     Description:         Tool for managing windows's LDM partitions

[1] "pkalin" /var/db/repos/pkalin
* Find id of repository pkalin:

Code: Select all

 # eselect repository list | grep pkalin

 [258] pkalin * (https://github.com/thinrope/pkalin)
* Enable pkalin repository

Code: Select all

 # eselect repository enable pkalin
* Update cache repository pkalin:

Code: Select all

 # emaint sync --repo pkalin
* Pretend install package libldm:

Code: Select all

 # emerge -avp libldm
 
* Autounmask packgage libldm:

Code: Select all

 # emerge -av libldm --autounmask-write --autounmask
* Accept and apply changes in files:

Code: Select all

 # etc-update
 
* Install package libldm:

Code: Select all

 emerge -av libldm
Only if all is OK ! proced to mount de Microsoft Distributed Volume :

A basic usage:

* Create devmapper volume detected:

Code: Select all

 # ldmtool create all
	{
		ldm_vol_PC-Dg0_Volume1
	}
* Create mount point:

Code: Select all

 # mkdir /mnt/ldmwindows
* Mount volume:

Code: Select all

 # mount -t ntfs3 /dev/mapper/ldm_vol_PC-Dg0_Volume1 /mnt/ldmwindows/
Enjoy!

PD.; I don't understand why it hasn't been added to the gentoo base repository if other distributions already have it.

[Moderator edit: added [code] tags to preserve output layout. -Hu]
Top
Post Reply

2 posts • Page 1 of 1

Return to “Installing Gentoo”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic