![]() |
ext3 on microSD help??
This has been killing me. I have a 2GB microsd card that I've formatted ext3 under GParted. It shows up fine under two separate Linux VMs and under my Mac (using extFuse).
When I put it in the N900 it, of course, shows unsupported card format (the default is FAT). When I try to manually mount the partition using: Code:
mount -t ext3 /dev/mmcblk1p1 /mnt/mmc1 O.K. so I format the card on the N900 itself using: Code:
mkfs.ext3 /dev/mmcblk1p1 Loading it up under GParted the device is there, but shows as unallocated space. Running fsck on the dev under GParted gives me the same superblock corruption error I saw previous. I can still connect it back to the N900, mount it fine and even see the files I created. Anyone have any idea what might make this happen?? I have no data on the card I need to save. I simply want to be able to mount it on my laptop and the N900 to move files around. Other info. Same problem if it's ext2. FAT and VFAT don't help me because I need to set permissions on files on the card. |
Re: ext3 on microSD help??
sudo mount...
possibly? |
Re: ext3 on microSD help??
Thanks for the response! I'm using rootsh, so I've already run sudo gainroot.
Also the error wasn't "Invalid Command". It was "Invalid Argument". |
Re: ext3 on microSD help??
without '-t ext3' works for me
|
Re: ext3 on microSD help??
@karl.sigler,
Could you try formatting the card again from Linux (gparted or otherwise), and then on your N900 do (as root) # sfdisk -l /dev/mmcblk1 and post the results? |
Re: ext3 on microSD help??
OK. So I fixed it. I had to recreate the entire partition on the N900 using sfdisk.
Code:
sfdisk /dev/mmcblk1 Code:
mkfs.ext3 /dev/mmcblk1p1 Thanks everyone! |
Re: ext3 on microSD help??
Quote:
# sfdisk -lV /dev/mmcblk1 |
Re: ext3 on microSD help??
As an aside, when using rootsh the commands are not preceded by sudo once the "sudo gainroot" command has been issued.
|
Re: ext3 on microSD help??
I've noticed that Gparted doesn't always get the partition boundaries right. Therefore I don't use it. I create partitions with cfdisk and format them with mkfs. This way I formatted a microsdhc with ext2 card on my laptop which works fine in my N900.
|
All times are GMT. The time now is 00:03. |
vBulletin® Version 3.8.8