amestica / qwbfs

Automatically exported from code.google.com/p/qwbfs
1 stars 0 forks source link

cannot open partition and cannot format partition (FAT32) Mac OSX Lion #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. plug in external hard drive (relatively new seagate 1TB)
2. run the app
3. click the partition button

What is the expected output? What do you see instead?
The expected outcome would be to format the partition as wbfs.  I get nothing 
but the message that it cannot open or format the partition.  

What version of the product are you using? On what operating system?
1.2.0 (svnexported release) Mac OSX Lion

Please provide any additional information below.

The wiki didnt have any additional information pertaining to this issue 
specifically.  Am I missing something?  Thank you.

Original issue reported on code.google.com by sotelo....@gmail.com on 5 Jun 2012 at 11:49

GoogleCodeExporter commented 8 years ago
im trying to install version 1.2.2 but not really sure how to without the 
configure file...  is there somewhere you can point me that will help walk me 
through install from source via the terminal?

Original comment by sotelo....@gmail.com on 9 Jun 2012 at 8:59

GoogleCodeExporter commented 8 years ago
Im currently in holidays. I Will check that at my return. Thanks

Original comment by pasnox on 13 Jun 2012 at 9:53

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I was also seeing the same issue.  It is related to the changes in security for 
Lion and Mountain Lion.  I've thrown together a script that requests for admin 
privileges.  All that needs to be done is the following:

/Applications/QWBFSManager.app/Contents/MacOS
rename: 
  QWBFSManager to QWBFSManager_app

And make sure you save the attached file as 
/Applications/QWBFSManager.app/Contents/MacOS/QWBFSManager

This is required until the QWBFSManager has implemented administration 
privileges requests within their application.

Original comment by Sum...@gmail.com on 30 Jul 2012 at 5:35

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the script, i will integrate it in the next release if u allow that.

Original comment by f.azeved...@gmail.com on 31 Aug 2012 at 2:55

GoogleCodeExporter commented 8 years ago
Ran into same problem. By the way, it won't work unless you give it the right 
permissions:

chmod a+x /Applications/QWBFSManager.app/Contents/MacOS/QWBFSManager

Original comment by re...@reven.org on 16 Oct 2012 at 7:57

GoogleCodeExporter commented 8 years ago
I have followed your steps but it doesn't work :-( 
Now the application asks me the password but it cannot open the partition or 
format it :-( 
What I can do? thank a lot

Original comment by massimil...@gmail.com on 3 Jan 2013 at 7:19

GoogleCodeExporter commented 8 years ago
I need help too!!!!

Original comment by ST3RRAPR...@gmail.com on 4 Apr 2013 at 2:19

GoogleCodeExporter commented 8 years ago
If you're still having issues it could be that your sudo isn't allowed to run 
outside of a tty environment. To fix this, edit /etc/sudoers and remove the 
"requiretty" Default.

Original comment by phyr...@gmail.com on 4 Jul 2013 at 5:47

GoogleCodeExporter commented 8 years ago
Actually, keep the requiretty and add the following to your /etc/sudoers:

Defaults:<username> !requiretty

where <username> is the account you want to allow sudo to run without tty.

Original comment by phyr...@gmail.com on 4 Jul 2013 at 6:15