Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem mit Fat-Partition
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
knue
Tux's lil' helper
Tux's lil' helper


Joined: 13 Oct 2004
Posts: 139

PostPosted: Fri Nov 26, 2004 3:04 pm    Post subject: Problem mit Fat-Partition Reply with quote

moin,
ich habe ein Prolbem mit meiner FAT-Partition.
Auf dieser Partition möchte ich mir meine C++-Projekte mit Windows teilen. Allerdings gibt mir Kdevelop aus:
*** Exited with status: 1 ***
wenn ich ein Projekt auf der FAT-Partion bauen will. Ich denke, das ist ein Berechtigungsproblem. Ähnliche Probleme hab ich bei anderen Anwendungen auch.
Die relevante Zeile in meiner fstab:

/dev/hda2 /mnt/fat vfat rw,umask=0,quiet 0 0
Back to top
View user's profile Send private message
knue
Tux's lil' helper
Tux's lil' helper


Joined: 13 Oct 2004
Posts: 139

PostPosted: Sun Nov 28, 2004 1:54 am    Post subject: Reply with quote

...Das Problem ist nachwievor ungelöst...
Kann mir irgendeiner helfen?
Back to top
View user's profile Send private message
Inte
Veteran
Veteran


Joined: 15 Jul 2003
Posts: 1387
Location: Mannheim, GER

PostPosted: Sun Nov 28, 2004 3:01 am    Post subject: Reply with quote

Probier doch einfach mal eine dreistellige Oktalzahl bei umask anzugeben - z.B. umask=000 :wink:

Wenn das nicht hilft, dann versuch doch mal eine etwas ausführlichere Fehlerausgabe aus Kdevelop herauszukitzeln.

Gruß, Inte.
_________________
Gentoo Linux - Die Metadistribution
Back to top
View user's profile Send private message
rjdtwo
n00b
n00b


Joined: 31 May 2004
Posts: 42
Location: /ruhrpott

PostPosted: Sun Nov 28, 2004 7:39 am    Post subject: Reply with quote

Probier' es doch mal mit der Option "user".
Ist zwar nicht die eleganteste Methode, allerdings wirkt sie.
z.B.:
Code:

/dev/hdaX               /mnt/windows      vfat            noauto,user            0 0


bye
rjdtwo
Back to top
View user's profile Send private message
knue
Tux's lil' helper
Tux's lil' helper


Joined: 13 Oct 2004
Posts: 139

PostPosted: Sun Nov 28, 2004 2:35 pm    Post subject: Reply with quote

Habs mit mehrern Optionen in meiner fstab versucht.
Momentan:
Code:

/dev/hda2               /mnt/fat        vfat noauto,user,umask=000,quiet     0 0

KDevelop gibt die überaus aufschlussreiche Fehlermeldung:
cd '/mnt/fat/ProjectsCpp/cpptest' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs && mkdir '/mnt/fat/ProjectsCpp/cpptest/debug' && cd '/mnt/fat/ProjectsCpp/cpptest/debug' && CXXFLAGS="-O0 -g3" "/mnt/fat/ProjectsCpp/cpptest/configure" --enable-debug=full && cd '/mnt/fat/ProjectsCpp/cpptest/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -k
*** Exited with status: 126 ***
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum