PDA

View Full Version : mount ext3 partition as writable (solved)



dmizer
06-12-2006, 03:42 AM
i have 3 hdd partitions as follows:
hda1 = swap
hda3 = ext3 (15 gig)
hda4 = ext3 (rest of disk +40gig)

these partitons were created to a blank hdd from fdisk ... there is no os on any of these drives ... they are blank save for being formated in ext3
in order to free my cd burner to create iso images for a new os install, i performed a "tohdd" switch at the knoppix boot.
the tohdd is mounted and appears on the hda3 partition.
the hda4 partition is free and is unmounted at boot.

i cannot mount the hda4 partition as writable. i need this space to save my iso's

i have:
right click on hda4 and select "actions > change read/write mode" so that it says it should be writeable.
right click on hda4 and select "properties > permissions" and changed everything to "can read & write"
right click on hda4 and select "properties > permissions > advanced permissions" and made sure that everything had a check for write.
right click on hda4 and select "properties > device" and unchecked "read only".

what's the deal?

also note: i've tried searching for the answer on the forum, but the forum search function seems to be quite lacking ... i searched on "mount ext3 write" and came up with nothing remotely like what would be considered related to my problem.

dmizer
06-12-2006, 04:27 AM
i rewrote the partition as fat32, and no problems writing to it now.

but strange that knoppix can't write to ext3 ...

ckamin
06-13-2006, 12:46 AM
If you are attempting to save ISOs to a FAT32 partition, there is a limitation of 4Gig. The current Knoppix 5.0.1 DVD ISO is over this limit, so it will not save to a FAT32 partition. You had mentioned in your post that your intention was to save ISOs to the partition you created.

dmizer
06-13-2006, 02:22 AM
thanks for the information, i was not aware of this limitation.

however, i do not have a dvd writer so the iso files i'm downloading are only ~650M each. 5 of them total (fedora core 5).

is this save limitation a TOTAL of 4 gig, or is it 4gig for one file?

Harry Kuhman
06-13-2006, 02:38 AM
is this save limitation a TOTAL of 4 gig, or is it 4gig for one file?
4 gig (actually 4 gig minus one byte) is a file size limitation for FAT32 partitions. You can have larger partitions that that on FAT32 (you apparently do) and it should be pretty obvious that you can have more than 4 gogs of files total if you have, say, an 80 gig partition.