I have had this problem before and fixed it, but I don't recall how I did it and I did not record it (sadness :( )

I have all the requisite commands installed on OpenSuse to support gparted's efforts in creating any of the supported file systems. I recall that the problem was that gparted could not find the commands, in any event all the file systems are greyed out in the context menu except for the legacy hfs partition which only supports < 2gb. Even extfs2-extfs4 are greyed out.

How do I fix this?

link|improve this question
You should migrate this question to superuser. – Raphink Dec 28 '09 at 19:17
Done - thank you. – cmdematos.com Dec 29 '09 at 4:20
feedback

3 Answers

its probably a two-fold issue.

  1. Make sure you have the correct kernel modules for the filesystems

  2. Make sure you have the correct userland tools for the filesystems installed.

link|improve this answer
feedback

Is gparted launched with root privileges (using sudo or equivalent) ?

link|improve this answer
Yes - I am running gparted with root privs through gnomesu. – cmdematos.com Dec 29 '09 at 4:20
feedback

try this:

cd /usr/sbin
sudo bash    
./gparted

anybetter?

if not search for ntfsprogs at http://software.opensuse.org/search and install it and retry above steps.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.