View Single Post
Old 03-17-2024, 10:51 AM   #12
Renate
Wizard
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 2,429
Karma: 10475447
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Ok, the Glow '21 (Glow4 Gentoo) does use /data/media/0/spsd
Three shell scripts are used for this:
  • /system/bin/initial_usb_mass.sh
  • /system/bin/ums_open_resize.sh
  • /system/bin/ums_close_resize.sh
So, apparently this stuff can grow, so you've got no real limitation.

You can do a mount command:
Code:
$ mount
...
/dev/loop0                   5232656      52   5232604   1% /mnt/media_rw/spsd
...
The default is 5G. You can delete spsd, fine-tune initial_usb_mass.sh and have whatever size you want. Down to almost nothing is easy. Removing it entirely takes some cleaning.

My advice (as always) shun UMS.

Last edited by Renate; 03-17-2024 at 10:58 AM.
Renate is offline   Reply With Quote