Active Topics

 


Reply
Thread Tools
Posts: 79 | Thanked: 41 times | Joined on May 2012 @ kenya
#1
hi guys,

i have a 64gb N9 and i was wondering,,is there a way to make a partition from the huge mass storage(somethng like 40gb) with a different format that is not limited to the fat 32 4G file size limit..
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#2
Why not? Just format it to ext3/4 and you are good to go
 
Posts: 79 | Thanked: 41 times | Joined on May 2012 @ kenya
#3
oh thnx mate...wil try tht...wen in tht ext3/4 format..will the userdata partition be available for the phone.
 
Posts: 446 | Thanked: 207 times | Joined on Sep 2012 @ Austria/Germany
#4
You can reformat your MyDocs partition with ext4
Dont forget to edit /etc/fstab though
 
Posts: 79 | Thanked: 41 times | Joined on May 2012 @ kenya
#5
hi mcbook...m new to this linux thng...plz assist me hw to do this...thanks in advance.
 
Mikkosssss's Avatar
Posts: 645 | Thanked: 519 times | Joined on Apr 2012 @ Finland
#6
Originally Posted by kibet85 View Post
hi mcbook...m new to this linux thng...plz assist me hw to do this...thanks in advance.
u shud prbl try writ nglish so it wud b esy to read

You should probably write english so it would be easier to understand.
__________________
────────────────────
Try:My N9 bootvideo
 

The Following User Says Thank You to Mikkosssss For This Useful Post:
Posts: 446 | Thanked: 207 times | Joined on Sep 2012 @ Austria/Germany
#7
Well, first thing to do obviously is to make a backup...
Just hook up your N9 to your pc and copy everything over (don't forget the hidden folders!!!)

easiest if you have a linux box!

Last edited by mcbook; 2013-08-27 at 12:22.
 
Posts: 79 | Thanked: 41 times | Joined on May 2012 @ kenya
#8
what abou editing the /etc/fstab...what m i supposed to add to that file and how do i do it
 
Posts: 446 | Thanked: 207 times | Joined on Sep 2012 @ Austria/Germany
#9
Be aware that you cannot read from or write to ext4 partitions with a windows pc! so go linux...

You need to open terminal, su to root and edit /etc/fstab

Code:
devel-su (default password is rootme)
install nano if you don't already have
Code:
apt-get install nano
edit /etc/fstab
Code:
nano /etc/fstab
alter the line for your MyDocs Partition
mine looks like this

Code:
/dev/mmcblk0p1 /home/user/MyDocs ext4 rw,noatime,errors=remount-ro,barrier=1 0 0
make no typos here!!! no surplus spaces between values! everything in a single line!

then just format your partition:

1. unmount
Code:
#umount /dev/mmcblk0p1
2. partition
Code:
#/sbin/mkfs.ext4 /dev/mmcblk0p1
3. mount again
Code:
mount -t ext4 /dev/mmcblk0p1 /home/user/MyDocs
reboot and copy everything back

you also need to check your user-dirs.dirs file (located under /home/user/config) to see if all paths are still correct and probably trigger tracker to index your files again (just make some photos....)

Last edited by mcbook; 2013-08-27 at 13:41.
 
Posts: 466 | Thanked: 661 times | Joined on Jan 2009
#10
If you don't want to format, you can actually use LVM on dd'd loop back image files concatenated together for an embedded ext* file system. Not sure how one would expose it over USB, though. I use Bluetooth to the N9 and WinSCP as a wireless hard drive.
 
Reply


 
Forum Jump


All times are GMT. The time now is 21:19.