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:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Rockbox Utility
| | |-+  Installation error message: "Permission for disc access denied!"
« previous next »
  • Print
Pages: 1 [2]

Author Topic: Installation error message: "Permission for disc access denied!"  (Read 21898 times)

Offline dyeckman

  • Member
  • *
  • Posts: 8
Re: Installation error message: "Permission for disc access denied!"
« Reply #15 on: May 09, 2009, 05:46:00 PM »
Yes I followed the Rockbox instructions to convert to FAT32. When I start the Ipod it gives me a message instructing me to connect it to iTunes in order to to restore.
Logged

Offline psycho_maniac

  • Member
  • *
  • Posts: 814
    • MyWebPage
Re: Installation error message: "Permission for disc access denied!"
« Reply #16 on: May 09, 2009, 07:17:34 PM »
Maybe get a new drive? Try the ipod restore first, unless you tried that already?, What kind of drive does that ipod take?
Logged
Please SEARCH the wiki | Please read the Forum Guidelines | Please Read the Manual
I Own A Gigabeat F80

Offline kellykcb

  • Member
  • *
  • Posts: 5
Re: Installation error message: "Permission for disc access denied!"
« Reply #17 on: May 31, 2009, 10:53:03 AM »
Having the exact same problem with a 5G 80GB. Tried everything suggested here with no luck.
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3528
  • creature
Re: Installation error message: "Permission for disc access denied!"
« Reply #18 on: May 31, 2009, 11:06:41 AM »
Quote from: kellykcb on May 31, 2009, 10:53:03 AM
Tried everything suggested here with no luck.
This doesn't tell us anything about your environment: which version of Rockbox Utility? Which OS? What is the output of the About / System Info dialog of Rockbox Utility? How did you configure Rockbox Utility: did you use the autodetection feature? Did it succeed?
Logged

Offline kellykcb

  • Member
  • *
  • Posts: 5
Re: Installation error message: "Permission for disc access denied!"
« Reply #19 on: May 31, 2009, 11:19:56 AM »
Sorry, new to this.

Reformated my ipod to FAT32 using disk utility (Mac OS X).

Tried running Utility (v1.2.1) complete installation and got "No iPod detected. Permission for disc access denied" error.

Tried installing the bootloader and got the same error.

Tried manual install by extracting "rockbox-ipodvideo64mb-3.2.zip" to the root of the drive - which was fine.

Then tried to run ipodcatcher and ended up with the error
[INFO] Scanning disk devices...
[ERR]  FATAL: Permission denied on 1 device(s) and no ipod detected.
[ERR]  You need permissions for raw disc access for this program to work!

Now I'm not sure what to do...

**EDIT** I also tried sudo opening the utility and completely deleting iTunes and retrying everything. Also, Autodected in the utility didn't work, if that makes any difference.


« Last Edit: May 31, 2009, 11:24:23 AM by kellykcb »
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3528
  • creature
Re: Installation error message: "Permission for disc access denied!"
« Reply #20 on: May 31, 2009, 11:25:39 AM »
I'm still missing two answers:
1. Did you use the autodetection feature of Rockbox Utility?
2. What is the output of the About / System Info dialog of Rockbox Utility?

I asked those questions for a reason.
Logged

Offline linuxstb

  • Developer
  • Member
  • *
  • Posts: 1163
Re: Installation error message: "Permission for disc access denied!"
« Reply #21 on: June 01, 2009, 03:48:12 AM »
Quote from: kellykcb on May 31, 2009, 11:19:56 AM
Reformated my ipod to FAT32 using disk utility (Mac OS X).

Does your ipod still function normally?  There is more to converting an ipod to FAT32 than simply reformatting.

It sounds like you need to restore your ipod using itunes, and then do the conversion properly (see the link in the Rockbox manual).
Logged

Offline kellykcb

  • Member
  • *
  • Posts: 5
Re: Installation error message: "Permission for disc access denied!"
« Reply #22 on: June 01, 2009, 07:16:02 AM »
Converting to FAT32 is likely my problem then. Is there a separate thread I should use for this?

I'm trying to follow the instructions in the link through the Rockbox wiki. I restored through iTunes, then tried applying the partition table (unmounted, got the right bin file and disk device name, ran the dd command), but ended up with my ipod continually rebooting. The wiki says that this means that whole thing failed, so I put it into disk mode and am not sure if I'm suppose to try the whole thing again or not?

Then I tried installing mtools because my ipod is 80GB - I downloaded and unpacked the mtools tar file into my home directory, but then when I try to configure it, I get this:

kelly-krawchuks-computer:~/mtools-4.0.10 kellyk$ ./configure
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

I don't even know what to look for in the config log to find out what's going wrong - complete newbie.

Is this a lost cause at this point?
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3528
  • creature
Re: Installation error message: "Permission for disc access denied!"
« Reply #23 on: June 01, 2009, 08:14:45 AM »
Quote from: kellykcb on June 01, 2009, 07:16:02 AM
configure: error: no acceptable C compiler found in $PATH
This line is pretty specific: you don't have a useable C compiler installed which is required for building mtools. You need to fix that.
Logged

Offline linuxstb

  • Developer
  • Member
  • *
  • Posts: 1163
Re: Installation error message: "Permission for disc access denied!"
« Reply #24 on: June 01, 2009, 09:02:48 AM »
@kellykcb,

Do you know anyone with a Windows computer with itunes installed?  The conversion is much simpler if you can do it that way.

Alternatively, you can download mtools via the "darwin ports" installer - use the download link on the following page to install the darwin ports installer, then follow the instructions on that page for installing mtools itself:

http://mtools.darwinports.com/

But finding a Windows computer (you only need it once - for the conversion to FAT32) will be a lot easier.
Logged

Offline kellykcb

  • Member
  • *
  • Posts: 5
Re: Installation error message: "Permission for disc access denied!"
« Reply #25 on: June 03, 2009, 07:08:05 AM »
No access to a PC - stuck in a rural village in scotland.

Thanks for the link - I tried installing Darwin Ports, but when I ran the installer, then ran "sudo port -d selfupdate", I just got a pile of failures:

DEBUG: Synchronizing ports tree(s)
Synchronizing local ports tree from rsync://rsync.macports.org/release/ports/
DEBUG: /usr/bin/rsync -rtzv --delete-after rsync://rsync.macports.org/release/ports/ /opt/local/var/macports/sources/rsync.macports.org/release/ports
dyld: lazy symbol binding failed: Symbol not found: _close$UNIX2003
  Referenced from: /opt/local/share/macports/Tcl/pextlib1.0/Pextlib.dylib
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: _close$UNIX2003
  Referenced from: /opt/local/share/macports/Tcl/pextlib1.0/Pextlib.dylib
  Expected in: /usr/lib/libSystem.B.dylib

dyld: lazy symbol binding failed: Symbol not found: _close$UNIX2003
  Referenced from: /opt/local/share/macports/Tcl/pextlib1.0/Pextlib.dylib
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: _close$UNIX2003
  Referenced from: /opt/local/share/macports/Tcl/pextlib1.0/Pextlib.dylib
  Expected in: /usr/lib/libSystem.B.dylib

Trace/BPT trap
kelly-krawchuks-computer:~ kellyk$


Also, it seems like I got far enough into the process of manually reformating to FAT32 that itunes can no longer restore my ipod.

So, it looks like I need to install a c compilier? I don't have access to my OS X disks, so I can't install the xcode one that comes free with OS X. Does anyone know how I would go about installing a free c compilier that would be recognized as "acceptable" when I go to configure mtools?

I realize that this has digressed quite a ways from Rockbox, but I feel like my lack of coding skillz and I have gone past the point of no return. If anyone could help, it would be greatly appreciated.
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4383
Re: Installation error message: "Permission for disc access denied!"
« Reply #26 on: June 03, 2009, 01:45:12 PM »
kellykcb, it should always be possible -- even with a completely blank disk with wrong partitions -- to get into Disk Mode and ask iTunes to restore the device.  It's likely that you can't boot the Apple firmware right now, but you should at least be able to do this if you want to get back to a known initial condition.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline kellykcb

  • Member
  • *
  • Posts: 5
Re: Installation error message: "Permission for disc access denied!"
« Reply #27 on: June 04, 2009, 06:56:05 AM »
Sorted. Erased the disk with disk utility and was able to restore. Happily back to square one. Thanks for the help.
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4383
Re: Installation error message: "Permission for disc access denied!"
« Reply #28 on: June 04, 2009, 11:54:56 AM »
Good.   :)

Now if you're interested in installing Rockbox you can make sure you have all the necessary ingredients to do the conversion before proceeding.

Someone with expertise with OSX will have to help you with acquiring the tools you need.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

  • Print
Pages: 1 [2]
« previous next »
+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Rockbox Utility
| | |-+  Installation error message: "Permission for disc access denied!"
 

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

Page created in 0.112 seconds with 18 queries.