Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APP is Unknown partition can not extend #97

Closed
rsemihkoca opened this issue Sep 2, 2024 · 8 comments
Closed

APP is Unknown partition can not extend #97

rsemihkoca opened this issue Sep 2, 2024 · 8 comments

Comments

@rsemihkoca
Copy link

I have successfully downloaded and burned into a sd card. But on Gpart when i want to use rest of sd card it shows unknown and i can not extend it. How can we extend it ?
image

@Qengineering
Copy link
Owner

First and for all, there are two versions available:

  • JetsonNanoUb20_3b (with additional DNN software) MD5: D738F120088A1BDBD10E2358B512F7
  • JetsonNanoUb20_bare (only overclocked Ubuntu OS) MD5: DB4FC5A1B09876B37FF57F42540B3250

I can't reproduce your issue however.
I just downloaded the file, burn it successfully with BalenaEtcher, and insert the SD card in a Linux PC slot.
Gparted shows the following screen.
Screenshot from 2024-09-03 13-42-19

Here, you can alter the size of the /dev/mmcblk0p1 partition without any problem once you unmounted the section.

@rsemihkoca
Copy link
Author

to reproduce:
JetsonNanoUb20_3b download this from link.
on windows 10 flash this image via balenaetcher to 128GB SDXC card you will get i guess 14 partition and same number of error(format this partition to recognize it in windows).

I plug this sd card to a device running gpart on linux 20. it shows APP partition as unknown. so you can not extend it since format is unknown.

How did i resolved:

delete all partition everythin from sd card with disk manager on windows.
use raspberry pi image flasher there is link in readme.md
flash it and when it finished it will give errors just like before but when you run gparted now it will show APP as ext4
and then i extendid now it is booting without any error.

@semih-karakaya
Copy link

to reproduce: JetsonNanoUb20_3b download this from link. on windows 10 flash this image via balenaetcher to 128GB SDXC card you will get i guess 14 partition and same number of error(format this partition to recognize it in windows).

I plug this sd card to a device running gpart on linux 20. it shows APP partition as unknown. so you can not extend it since format is unknown.

How did i resolved:

delete all partition everythin from sd card with disk manager on windows. use raspberry pi image flasher there is link in readme.md flash it and when it finished it will give errors just like before but when you run gparted now it will show APP as ext4 and then i extendid now it is booting without any error.

how did you extend? I guess I can't do the extend part. Did you extend all partitions to app or not? Can you be more spesific? Thank you.

@Qengineering
Copy link
Owner

The image has a lot of small partitions. Leave these.
The important partition is the large one, the one with the size of 20 GB. (In the picture above called /dev/mmcblk0p1.
Now, first unmount this partition (with the right-click context menu).
Then you can resize this partition to the full size of the card.
Last action is the clicking the green 'apply' button

@semih-karakaya
Copy link

WhatsApp Image 2024-11-12 at 16 09 09_29d0ae9c
I did the gparted thing as you mentioned but problem still exist, what should I can try?

@Qengineering
Copy link
Owner

Did your original Ubuntu20 image had any problems? Or just after you Gparted?

@semih-karakaya
Copy link

Yes, I had problems before Gparted. Now I will install 18.04 jetpack and try to update.

@Qengineering
Copy link
Owner

Please check #96

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants