OESF Portables Forum

Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => C1000/3x00 Hardware => Topic started by: BarrySamuels on October 31, 2005, 10:23:26 am

Title: Changing Hdd3 On The C3100
Post by: BarrySamuels on October 31, 2005, 10:23:26 am
I don't want to connect my C3100 to a Windows machine so I'd like to convert hdd3 to ext3.

I unmounted that partition and ran fdisk.which listed 3 partitions on /dev/hda but when I went to delete a partition it asked which partition (1-4). Are there 4 partitions and, if so, why doesn't it show in fdisk? Where has the 4th partition come from? Do I need it?

Do I need to change a script somewhere to cope with the change when the partition is mounted. I see that it's not listed in /etc/fstab.
Title: Changing Hdd3 On The C3100
Post by: GadgetGuy on October 31, 2005, 10:27:22 am
Quote
I don't want to connect my C3100 to a Windows machine so I'd like to convert hdd3 to ext3.

I unmounted that partition and ran fdisk.which listed 3 partitions on /dev/hda but when I went to delete a partition it asked which partition (1-4). Are there 4 partitions and, if so, why doesn't it show in fdisk? Where has the 4th partition come from? Do I need it?

Do I need to change a script somewhere to cope with the change when the partition is mounted. I see that it's not listed in /etc/fstab.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=101467\")

1. There is no 4th partition by default.

2. See here: [a href=\"http://www.eleves.ens.fr/home/leurent/zaurus.html]http://www.eleves.ens.fr/home/leurent/zaurus.html[/url] for details about how to convert hdd3 to ext3  ( that website tells you about the scripts to be changed)
Title: Changing Hdd3 On The C3100
Post by: BarrySamuels on October 31, 2005, 12:17:56 pm
Quote
Quote
I don't want to connect my C3100 to a Windows machine so I'd like to convert hdd3 to ext3.

I unmounted that partition and ran fdisk.which listed 3 partitions on /dev/hda but when I went to delete a partition it asked which partition (1-4). Are there 4 partitions and, if so, why doesn't it show in fdisk? Where has the 4th partition come from? Do I need it?

Do I need to change a script somewhere to cope with the change when the partition is mounted. I see that it's not listed in /etc/fstab.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=101467\")

1. There is no 4th partition by default.

2. See here: [a href=\"http://www.eleves.ens.fr/home/leurent/zaurus.html]http://www.eleves.ens.fr/home/leurent/zaurus.html[/url] for details about how to convert hdd3 to ext3  ( that website tells you about the scripts to be changed)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=101469\"][{POST_SNAPBACK}][/a][/div]

There appears to be a fourth partition on my disc. Running fdisk on /dev/hda and entering 't' to change partition type it asks me 'which partition (1-4)?'.

Where is this invisible partition is it number 1 or number 4?

That link could be useful - thanks.
Title: Changing Hdd3 On The C3100
Post by: GadgetGuy on October 31, 2005, 12:20:45 pm
Quote
Quote
Quote
I don't want to connect my C3100 to a Windows machine so I'd like to convert hdd3 to ext3.

I unmounted that partition and ran fdisk.which listed 3 partitions on /dev/hda but when I went to delete a partition it asked which partition (1-4). Are there 4 partitions and, if so, why doesn't it show in fdisk? Where has the 4th partition come from? Do I need it?

Do I need to change a script somewhere to cope with the change when the partition is mounted. I see that it's not listed in /etc/fstab.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=101467\")

1. There is no 4th partition by default.

2. See here: [a href=\"http://www.eleves.ens.fr/home/leurent/zaurus.html]http://www.eleves.ens.fr/home/leurent/zaurus.html[/url] for details about how to convert hdd3 to ext3  ( that website tells you about the scripts to be changed)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=101469\"][{POST_SNAPBACK}][/a][/div]

There appears to be a fourth partition on my disc. Running fdisk on /dev/hda and entering 't' to change partition type it asks me 'which partition (1-4)?'.

Where is this invisible partition is it number 1 or number 4?

That link could be useful - thanks.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=101489\"][{POST_SNAPBACK}][/a][/div]

As far as I know, there is no invisible partition. Fdisk always offers you (1-4) for all modifications. I would assume that if you have only 1 partition on the whole disk, you would still get (1-4) mentioned by fdisk...

In my case, fdisk asked about (1-4), when I had only 2 partitions ( after I deleted partition 3).
Title: Changing Hdd3 On The C3100
Post by: BarrySamuels on October 31, 2005, 12:30:20 pm
Quote
As far as I know, there is no invisible partition. Fdisk always offers you (1-4) for all modifications. I would assume that if you have only 1 partition on the whole disk, you would still get (1-4) mentioned by fdisk...

In my case, fdisk asked about (1-4), when I had only 2 partitions ( after I deleted partition 3).

Yes, of course, you're quite right - I had forgotten that.  It's got to be within that range to be a primary, rather than a logical, partition. It's just a maximum and not an indication of how many partitions there are.

Thanks for the reminder.