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

Is it possible to assign more than 32GB to the rootfs? #16

Open
Dreadlocke1984 opened this issue Dec 1, 2021 · 2 comments
Open

Is it possible to assign more than 32GB to the rootfs? #16

Dreadlocke1984 opened this issue Dec 1, 2021 · 2 comments

Comments

@Dreadlocke1984
Copy link

I tried flashing Jetson Xavier AGX using this git repository. However, I need more space than 32GB for the installations, hence after flashing and setting up Xavier, I tried increasing the partition size assigned to rootfs. This actually corrupted my SSD. And if I attach the SSD, my xavier board is not booting properly. Is there a way to control the memory size being allocated, during flashing? Is there a way to do it after successful flashing?
Device specifications -
Target - Jetson Xavier AGX
Host - Ubuntu 18.04
External storage - Samsung 1 TB nvme SSD

@gtirth
Copy link

gtirth commented Oct 23, 2023

I tried flashing the jetson xavier nx after installing a nvme drive with jetpack version 5.1.2. It did not ask me for the disk size after succesfull boot up. When i looked at the df it only allocated 16GB out of 256GB I tried to remove all the unused partition and tried to resize the rootfs but when i restarted the jetson it did not boot up.

Am i doing something wrong by removing alll the partiions except the rootfs. I had to do it becasue free size was at the end and the rootfs was at the beginning on the gparted, Is there a way to solve it. I tried the jetpack 5.1.1 and did not have any problem It even asked for size of the disk.

Is there a solution for it?

Device specifications -
Target - jetson-xavier-nx-devkit-emmc
Host - Ubuntu 22.04
External storage - Samsung 256 GB nvme SSD

@SurajRobotics19
Copy link

I had a similar issue when i flashed my jetson xavier nx.

I used a slighly weird method but it seems to be working for now.

Use gparted to have a look at the partitions in the SSD.

the goal is to have some unallocated partition below the fileroot partition in order to resize it.

It's a little tedious but i will do my best to explain,

step 1 : delete the jetpack partition.
step 2: create a temporary partition (around 300gb) ensure to leave some unallocated space below it
step 3: copy each partition from above and paste it. (The pasted partition should be below the temporary partition you created)
step 4: Once all the partitions are pasted, then delete all the original partitions except for the fileroot partition.
step 5: By now the temporary partition should be below the fileroot partition, delete the temporary partition.
step 6: Resize the fileroot partition as it has unallocated space below it.

It takes some time for the partition to save but it ended up working for me.

Not sure how long it will last though :D

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