djc290761
Posts: 23
Joined: Fri Apr 17, 2020 4:07 pm

256GB Micro SD Card Pi 4

Wed May 06, 2020 8:55 pm

I have just used Win32DiskImager to make an image of my Raspberry Pi 4, stored on my Windows Backup SSD and to then copy the image on to a new 256GB card. Both images were verified using Win32DiskImager.

I then put the new card into the Pi 4 and rebooted. Everything seemed to worked OK, after making a few screen display tweeks.

I then opened raspi-config, went to Advanced Options (7) and then to Expand File System (A1).

Here the Pi displayed the error message "Your current layout is not supported by this tool". I assume this is something to do with Fat32 vesus Exfat!!

I have two questions

1. How can I get A1 to work as expected?
2. How can I find the actual size of the memory that the Pi actually sees?

Thanks

User avatar
kerry_s
Posts: 740
Joined: Thu Jan 30, 2020 7:14 pm

Re: 256GB Micro SD Card Pi 4

Wed May 06, 2020 9:05 pm

that's a big sd to use on a pi. :D

first thought: it should auto expand at first boot, if you made the sd correctly.
next: the /boot is always "fat32" the /root is ext4, so file system should not be a issue.

run "lsblk" and post the output.
Attachments
2020-05-06-110352_1920x1080_scrot.png
2020-05-06-110352_1920x1080_scrot.png (228.08 KiB) Viewed 296 times

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5590
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: 256GB Micro SD Card Pi 4

Wed May 06, 2020 9:20 pm

djc290761 wrote:
Wed May 06, 2020 8:55 pm
I have just used Win32DiskImager to make an image of my Raspberry Pi 4, stored on my Windows Backup SSD and to then copy the image on to a new 256GB card. Both images were verified using Win32DiskImager.

I then put the new card into the Pi 4 and rebooted. Everything seemed to worked OK, after making a few screen display tweeks.

I then opened raspi-config, went to Advanced Options (7) and then to Expand File System (A1).

Here the Pi displayed the error message "Your current layout is not supported by this tool". I assume this is something to do with Fat32 vesus Exfat!!

I have two questions

1. How can I get A1 to work as expected?
2. How can I find the actual size of the memory that the Pi actually sees?

Thanks
Are you running Raspbian? If so, what happens if, instead of using Win32DiskImager (on another computer) you try using Raspbian's SD Card Copier tool (aka piclone) to clone the original card directly to the 256Gb (uSDXC?) card using a USB-based uSDHC/XC compatible card reader/writer?
(FWIW some screenshots of the above process can be seen here: https://www.cpmspectrepi.uk/raspberry_p ... OnP4B.html
(albeit for a 16Gb setup to a 32Gb card).
W.r.t. option "A1" what size was the original card? (AIUI when using the cloning tool file system expansion is handled "automatically" and that raspi-config option is not required. If your original card was <256Gb then the Win32DiskImager written image will be that size and the "expansion" mechanism will know nothing about the extra space and will think the filesystem is already expanded!)
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

drgeoff
Posts: 10676
Joined: Wed Jan 25, 2012 6:39 pm

Re: 256GB Micro SD Card Pi 4

Wed May 06, 2020 11:25 pm

djc290761 wrote:
Wed May 06, 2020 8:55 pm
I have just used Win32DiskImager to make an image of my Raspberry Pi 4, stored on my Windows Backup SSD and to then copy the image on to a new 256GB card. Both images were verified using Win32DiskImager.

I then put the new card into the Pi 4 and rebooted. Everything seemed to worked OK, after making a few screen display tweeks.

I then opened raspi-config, went to Advanced Options (7) and then to Expand File System (A1).

Here the Pi displayed the error message "Your current layout is not supported by this tool". I assume this is something to do with Fat32 vesus Exfat!!

I have two questions

1. How can I get A1 to work as expected?
2. How can I find the actual size of the memory that the Pi actually sees?

Thanks
NOOBS?

User avatar
rpdom
Posts: 17029
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: 256GB Micro SD Card Pi 4

Thu May 07, 2020 5:19 am

FTrevorGowen wrote:
Wed May 06, 2020 9:20 pm
W.r.t. option "A1" what size was the original card? (AIUI when using the cloning tool file system expansion is handled "automatically" and that raspi-config option is not required. If your original card was <256Gb then the Win32DiskImager written image will be that size and the "expansion" mechanism will know nothing about the extra space and will think the filesystem is already expanded!)
if that were true, the expand option wouldn't work on any size card.

The expansion routine looks at the size of the current card and expands the file system to fill that.

My guess is NOOBS, although the message reported is different to the one I'd expect, which is "Your partition layout is not currently supported by this tool. You are probably using NOOBS, in which case your root filesystem is already expanded anyway.".
Unreadable squiggle

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5590
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: 256GB Micro SD Card Pi 4

Thu May 07, 2020 10:02 am

rpdom wrote:
Thu May 07, 2020 5:19 am
FTrevorGowen wrote:
Wed May 06, 2020 9:20 pm
W.r.t. option "A1" what size was the original card? (AIUI when using the cloning tool file system expansion is handled "automatically" and that raspi-config option is not required. If your original card was <256Gb then the Win32DiskImager written image will be that size and the "expansion" mechanism will know nothing about the extra space and will think the filesystem is already expanded!)
if that were true, the expand option wouldn't work on any size card.
...
:oops: a bit tired last night - you are correct of course (assuming the first boot expansion mechanism is the same as raspi-config does if that hasn't happened which, for some reason, I was thinking might not be the case). W.r.t. to it possibly being a NOOBS-based install seems quite likely.
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

Return to “Beginners”