Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« previous next »
  • Print
Pages: 1 [2]

Author Topic: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu  (Read 1349 times)

Offline Bilgus

  • Developer
  • Member
  • *
  • Posts: 817
Re: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« Reply #15 on: December 21, 2021, 09:26:18 PM »
Quote from: gswallow on December 20, 2021, 09:04:18 AM
Problem is evidently my car: 2011 Ford Edge Limited (Sync 2 v3). It sees the iPod as an "Unsupported Device" when booted into Rockbox.


DO NOTE

Rockbox will not work with a car as an ipod would

a rockboxed ipod can only be used as a (usb) drive in mass storage mode or as line in to your stereo

Logged

Offline speachy

  • Administrator
  • Member
  • *
  • Posts: 322
Re: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« Reply #16 on: December 22, 2021, 10:52:11 PM »
MBR's sector addresses are 32-bits.  This means there can only be 2^32 (=~ 4 billion) addressable sectors.  With the hardware using 512 byte sectors, this yields both a maximum disk and partition size of 2^32 * 512 == 2 terabytes.

In theory with a drive that uses >612B sectors would support larger disk sizes under MBR, but crucially SD cards, even the latest SDUC, still use 512 byte blocks.

As already mentioned, In order to utilize more than 2TB on a single physical drive (note the quad iflash adapter counts as a "single" drive in this context), Rockbox would need support for GPT partitions (not that difficult) but critically also would need to move to 64-bit addressing throughout the storage stack.  But even once that's in place, FAT32 is still limited to 32-bit sector counts, yielding the same 2TB partition size limit on 512-byte sector drives.

ExFAT blows away those limits, but would be a significant undertaking to implement.
« Last Edit: December 22, 2021, 10:53:43 PM by speachy »
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3519
  • creature
Re: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« Reply #17 on: December 23, 2021, 03:51:09 AM »
Quote from: speachy on December 22, 2021, 10:52:11 PM
MBR's sector addresses are 32-bits.  This means there can only be 2^32 (=~ 4 billion) addressable sectors.  With the hardware using 512 byte sectors, this yields both a maximum disk and partition size of 2^32 * 512 == 2 terabytes.

Ah, forgot about the sector size. Stupid me :-[
Logged

  • Print
Pages: 1 [2]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.026 seconds with 16 queries.