Active Topics

 


Reply
Thread Tools
Posts: 1,729 | Thanked: 388 times | Joined on Jan 2010 @ Canada
#11
Originally Posted by Rob1n View Post
Not really - if you want to use them for installable apps, you'd need to mount them below /opt somewhere. Unless you have particularly big apps then I doubt you'll find a suitable mountpoint that'll allow you to move a lot of data from the current location though.
okay, so i just need a mountpoint in /opt, thanks
__________________
if i did help you, just click "Thanks" on the lower right of my post. thanks!

"The best way to break a Spell is to prevent it from being cast in the first place"

N900: 1000/1150mhz; sampling_rate 15; up_threshold 150000;
 
Posts: 1,729 | Thanked: 388 times | Joined on Jan 2010 @ Canada
#12
Originally Posted by Rob1n View Post
Have you created /mnt/mountpoint? The directory you're mounting to has to exist first. Oh, and have you formatted the partitions?
formatted the partitions? uh oh, at default i only have /dev/mmcblk0p1, mmcblk0p2 and mmcblk0p3

then when i slice a partition from MyDocs, there comes the other mmcblk0px, so there is something still i did not perform?
__________________
if i did help you, just click "Thanks" on the lower right of my post. thanks!

"The best way to break a Spell is to prevent it from being cast in the first place"

N900: 1000/1150mhz; sampling_rate 15; up_threshold 150000;
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#13
Originally Posted by gabby131 View Post
formatted the partitions? uh oh, at default i only have /dev/mmcblk0p1, mmcblk0p2 and mmcblk0p3

then when i slice a partition from MyDocs, there comes the other mmcblk0px, so there is something still i did not perform?
You'll need to run mkfs on the partition before you can mount it - probably mke2fs (for ext2/3) - see http://checkmyip.com/man/mkfs.ext3.html for options.
 

The Following User Says Thank You to Rob1n For This Useful Post:
Posts: 1,729 | Thanked: 388 times | Joined on Jan 2010 @ Canada
#14
Originally Posted by Rob1n View Post
You'll need to run mkfs on the partition before you can mount it - probably mke2fs (for ext2/3) - see http://checkmyip.com/man/mkfs.ext3.html for options.
whoa! complicated! a Challenge and i like it!

i just need to go back to the repartitioning wiki for those.


thanks, be beck in quite some time
__________________
if i did help you, just click "Thanks" on the lower right of my post. thanks!

"The best way to break a Spell is to prevent it from being cast in the first place"

N900: 1000/1150mhz; sampling_rate 15; up_threshold 150000;
 
Posts: 1,729 | Thanked: 388 times | Joined on Jan 2010 @ Canada
#15
@robin:

i did:

mke2fs -j /dev/mmcblk0px

it was good, but where can i locate the ext3 file???
__________________
if i did help you, just click "Thanks" on the lower right of my post. thanks!

"The best way to break a Spell is to prevent it from being cast in the first place"

N900: 1000/1150mhz; sampling_rate 15; up_threshold 150000;
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#16
Originally Posted by gabby131 View Post
@robin:

i did:

mke2fs -j /dev/mmcblk0px

it was good, but where can i locate the ext3 file???
There is no ext3 file - what you've done is write an ext3 filesystem to /dev/mmcblk0px, which means you can now mount it.
 

The Following User Says Thank You to Rob1n For This Useful Post:
Posts: 1,729 | Thanked: 388 times | Joined on Jan 2010 @ Canada
#17
Originally Posted by Rob1n View Post
There is no ext3 file - what you've done is write an ext3 filesystem to /dev/mmcblk0px, which means you can now mount it.
awesome!!!!! doing it now!!!
__________________
if i did help you, just click "Thanks" on the lower right of my post. thanks!

"The best way to break a Spell is to prevent it from being cast in the first place"

N900: 1000/1150mhz; sampling_rate 15; up_threshold 150000;
 
Posts: 1,729 | Thanked: 388 times | Joined on Jan 2010 @ Canada
#18
@rob1n:

if i want more app memory, do you have any suggestions where in /opt should i mount?
__________________
if i did help you, just click "Thanks" on the lower right of my post. thanks!

"The best way to break a Spell is to prevent it from being cast in the first place"

N900: 1000/1150mhz; sampling_rate 15; up_threshold 150000;
 
Posts: 1,729 | Thanked: 388 times | Joined on Jan 2010 @ Canada
#19
file not found in /etc/fstab
__________________
if i did help you, just click "Thanks" on the lower right of my post. thanks!

"The best way to break a Spell is to prevent it from being cast in the first place"

N900: 1000/1150mhz; sampling_rate 15; up_threshold 150000;
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#20
Originally Posted by gabby131 View Post
@rob1n:

if i want more app memory, do you have any suggestions where in /opt should i mount?
When you mount a partition, you're effectively adding it in as a new directory (or to replace an existing directory). I'd suggest checking under /opt to see what directories are using a lot of space, which you can easily replace. Either use "du" from the command line, or the Storage Usage app to look at this.

For example, on my N900 /opt/maemo is about 320M, so that'd be a useful one to replace. I'd need to make sure that it's mounted at the right time though, otherwise any libraries/applications in there would be unavailable which could cause problems booting. Apps like stellarium or MAME would be simpler to replace, but they're only 35-40M each.
 

The Following User Says Thank You to Rob1n For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 04:55.