Node N132 can't see music on new external usb hard drive

Beantwortet

Kommentare

4 Kommentare

  • Offizieller Kommentar
    Alain DW
    Lossless

    Not 100% sure of this but it seems Windows has created a sort of "reserved" partition for restoring purposes if GPT is chosen as patition table.

    If you could format the disk on a linux computer, you could use modern GPT without this extra partition nonsense.

    It should be safe to delete this extra partition and grow the remaining partition to cover the full disk.

  • Gerben

    That is right, Windows creates a small "Microsoft Reserved partition" on GPT disks. Once read somewhere it is used for bitlocker encryption, not sure if correct.

    Linux would be one way, the graphical tool GParted is very nice and intuitive, gives you more control over what you are doing than Window's Disk Manager. No need to install Linux, you can run it from a "live USB stick" as well.

    In Windows you can get rid of it using the command line tool diskpart. Be very careful to select the correct disk, or you might be deleting a partition on the PC's built in disk.

    Would always choose GPT and use one of the mentioned tools.

    1
  • B

    Thanks for the feedback both Alain and Gerben. 

    At the time I was working on this I didn't really give it much thought on trying to get GPT to work but I think you both presented ways it could be done. I was happy to get it working with MBR at that moment in time, but I agree that I would prefer GPT so I might go redo it at some point to confirm it can be done (I would probably be trying Windows and diskpart in my case because I have that handy as opposed to linux). Anyways, I'm glad all this info is in the forum now and hopefully will help someone in the future. 

    0
  • Gerben

    There is a little neat tool that can convert a MBR disk into GPT, while retaining the data. Make sure you have a backup, just in case, should have that anyway. I used it a few times, works lovely.

    It is called gptgen, the original rev 1.1 is on sourceforge.net, another developer has continued it on GitHub.com latest rev 1.2.1.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.