|
Page 9 of 24 |
|
Prev |
7 8 9
10 11 19
|
Next
| Last
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Aligatro,
From what i understand, using xterm is done via sfdisk. As advised by Dj Steve for NITDroid setup on SD card: sfdisk -uM /dev/mmcblk1 << EOF ,6100,C ,,L ,, ,, EOF Gives you a 6.1gb partition and the other is remainder. |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
You can probably manually edit the partition table dump and put it back.
sfdisk -d /dev/mmcblk1 > partition.table.dump and the do cat partition.table.dump it should give you something like # partition table of /dev/mmcblk1 unit: sectors /dev/mmcblk1 : start= 0, size= 8388608, Id= 0 and you can add partitions to it here is for example my partition table of ssd # partition table of /dev/sda unit: sectors /dev/sda1 : start= 0, size= 0, Id= 0 /dev/sda2 : start= 63, size= 21012957, Id=83 /dev/sda3 : start= 21013020, size= 72196110, Id=83 /dev/sda4 : start= 93209130, size= 31824765, Id= 5 /dev/sda5 : start= 93209193, size= 31824702, Id= b you can use http://www.t1shopper.com/tools/calculate/ tool to convert gb to kilobytes. |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Aligatro,
Thank you for the offer mate though way over my head and wouldn't feel safe going this road. If anyone else could assist I would be most appreciateive. Stephen |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Download this: http://gparted.sourceforge.net/download.php
burn it to cd/dvd or get http://unetbootin.sourceforge.net/ instead and let it install a cd image to a usb flash drive. Alternatively, you can download vmware player , mount the iso from http://gparted.sourceforge.net/download.php, attach n900 as flash drive and resize from inside virtual machine. |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Thanks anyway mate but I think I will just wait for one of these guys to reply.
I am not very good with software and bound to hit further issues and hence ask further questions, just different or similar ones. Someone on here must have the smarts to use sfdisk and be able to give me the code. Plenty of clever cookies on here. :) Thank you for your time and effort though, much appreciated. |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
@coffee
you can just learn from djsteves work like if he wants to partition mmcblk1p1 and mmcblkp2, well u do that with p3 and p4 and tell me how it went! |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Anyone?
Surely some of you clever guys can assist with using sfdisk to partition the SD card on the n900? |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
I don't really follow, sorry. umount /dev/mmcblk1p1 sfdisk -uM /dev/mmcblk1 << EOF If correct? mmcblk1 is the SD card and the p1 is the partition 1? So are you saying it would be something like this: umount /dev/mmcblk1p1 sfdisk -uM /dev/mmcblk1 << EOF ,3500,C ,,L ,, ,, EOF umount /dev/mmcblk1p2 sfdisk -uM /dev/mmcblk1 << EOF ,1900,C ,,L ,, ,, EOF and the 3rd partition would be the remaining? |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
I am gonna try to create 3 partitions inside emulator and see if it gonna work.
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Are you sure, when I got invalid argument in the first line.
I tried: sfdisk -uM /dev/mmcblk1p2 << EOF ,1900,C ,,L ,, ,, EOF and got: BLKRRPART: invalid argument OK Warning: start=7168000 - this looks like a partition rather than the entire disk. Using fdisk on it is probably meaningless. [use the --force option if you really want this] |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
When I do:
sfdisk -uM /dev/mmcblk1 << EOF ,3500,C ,,L ,, ,, EOF and then: sfdisk -l I see the table, it list: mmcblk1p1 as a W95 FAT32 (LBA) 3583999+ mmcblk1p2 as LINUX 4177920 mmcblk1p3 Empty mmcblk1p4 Empty So I assume that works and simply sets partition 1 as close as possible to 3.5gb. Leaving the rest as partition 2. How do I partition (split) p2 to give me p3 remaining? or can I just set p3? I don't know how.. |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
sfdisk -uM /dev/mmcblk1 << EOF
,3778,C ,1900,L ,2500,83 EOF creates 3 partitions, but they don't have a proper filesystems for some reason. oO This can be fixed by manually reformating each one mkfs.vfat /dev/mmcblk1p1 #first one into fat32 mkfs.ext3 /dev/mmcblk1p2 #second one into ext3 (android) mkfs.ext3 /dev/mmcblk1p3 #for easy debian . also ext3 you can copy-paste with comments, it will just ignore them |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Much appreciated mate, will give that a go and get back to you
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
sorry mate, didn't work.
BLKRRPART: Device or resource busy This disk is currently in use - repartitioning is probably a bad idea. Unmount all file systems, and swapoff all swap partitions on this disk. Use the --no-reread flag to suppress this check. use the --force flag to overrule all checks. Didn't look good though continued anyway. /dev/mmcblkp1: No such file or directory. BUGGERRRRRRR |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
yeah, I already did that before replying. Didn't make any difference.
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
I think you made a spelling mistake there /dev/mmcblkp1: No such file or directory.
should be /dev/mmcblk1p1 with 1 after k |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
I cant stand it anymore :( Guys its nice that you help each other but please go to help thread its annoying to read how someone struggles because he is not paying attention or has issues please leave this thread for announcements/debugging info etc
Thanks |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
This time it spat out the part table, no change. At the bottom states: Warning: Given size (2500) exceeds max allowable size (1902) sfdisk: bad input |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
i had previously posted in the Nitdroid help site though not one comment. i have posted here now as well, surely someone knows how to do it?
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
mate,
i am on the phone and at home win 7. from what i understand this is linux based and hence more confusion for me and complicated. hence why i loaded it previously via xterm, also Dj Steve's code covered it though only for 2 partitions and not 3 as i am requesting. |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
@DJ_steve can you (in the next relase) enlarge the screen size??in earlier versions was perfect :D
another question: How do I change "bootscreen animation"? how do I access the folder "system / media?:confused: |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
i install now nitdroid and i use the how to in the first post (but with the new .tbz2 file)
i get in step 6 a problem the tbz2 file cannot be found... what should i do? |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
i have not the bzip2 package... where can i get it?
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
;) |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
i get with apt-get install bzip2 an error too...
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
the problem is fixed
|
| All times are GMT. The time now is 23:15. |
Page 9 of 24 |
|
Prev |
7 8 9
10 11 19
|
Next
| Last
vBulletin® Version 3.8.8