Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. jacksmirk
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    jacksmirk

    @jacksmirk

    0
    Reputation
    261
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jacksmirk Unfollow Follow

    Latest posts made by jacksmirk

    • RE: Increase size of the sdcard

      @jacksmirk It seems recalbox overwrites my symlink on reboot.

      posted in Recalbox General
      jacksmirk
      jacksmirk
    • RE: Increase size of the sdcard

      What I think @eddywebs is trying to do is increase the space of /recalbox/share. I have achieved this doing the following:

      • Create a dir where there is empty space, in my case I had 20GB of free space on / so I created /opt/recalbox/roms/megadrive path.
      • Create a symlink to this new created directory. In my case I deleted the directory /recalbox/share/roms/megadrive and executed this line:
      ln -s /opt/recalbox/roms/megadrive/ /recalbox/share/roms/megadrive
      

      Now if you do an ls -alrth of /recalbox/share/roms you'll obtain this:

      drwxr-xr-x    8 root     root         440 Feb  5 16:21 nes
      drwxr-xr-x    4 root     root         180 Feb  5 16:21 mastersystem
      drwxr-xr-x    2 root     root         260 Feb  5 16:21 gba
      lrwxrwxrwx    1 root     root          29 Feb  5 18:36 megadrive -> /opt/recalbox/roms/megadrive/
      drwxr-xr-x   45 root     root         920 Feb  5 18:36 .
      

      Hope it helps.

      posted in Recalbox General
      jacksmirk
      jacksmirk