Rockbox.org home
releases
current build
extras FAQ
manual
wiki
docs index mailing lists
IRC
forums bugs
patches



Rockbox mail archive

Subject: Re: Is my hard drive locked? Need help with Linux unlock
From: Linus Nielsen Feltzing (linus_at_haxx.se)
Date: 2003-11-04


Honda wrote:
> Still no go. I can't even imagine what else I can try. I tried every
> conceivable way of partitioning and formatting under both Win XP and
> Linux. The Jukebox works fine as a USB drive but not as a stand-alone
> MP3 player.
>
> Could you please suggest a specific sequence of commands in Linux fdisk?

# fdisk /dev/sda

Command (m for help): o

(this creates an empty DOS partition table)

Command (m for help): n

(select type "c" and use the entire available space)

Command (m for help): w

(writes the table to disk)

Linus



Page was last modified "Mar 9 2008" The Rockbox Crew