Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Zugreifen user?
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
Blackpanter
n00b
n00b


Joined: 09 Apr 2005
Posts: 5

PostPosted: Sat Apr 09, 2005 3:23 pm    Post subject: Zugreifen user? Reply with quote

Hallo bin neu hier und habe auch erst seid 2-3 Tagen Gentoo-Linux drauf.(hat mir ein Kumpel draufgespielt)Und jetzt habe ich ein Prob. ich kann als user nicht auf meine NFTS Platte die noch von win übrig ist zugreifen. Und zwar steht da:Ordner /mnt/hdb5 lässt sich nicht öffnen .
Was Kann ich da Machen?? Für hilfe wäre ich sehr dankbar!

Mfg Black.
Back to top
View user's profile Send private message
JRV
Apprentice
Apprentice


Joined: 10 Jan 2004
Posts: 291

PostPosted: Sat Apr 09, 2005 3:32 pm    Post subject: Re: Zugreifen user? Reply with quote

Hallo,

guck mal in die Datei /etc/fstab. Da müsste auch ein Eintrag mit der NTFS-Partition sein. Nun kannst Du in der Optionen-Spalte z.B. angeben, dass alle Dateien im gemounteten NTFS Deinem Benutzer gehören. Das könnte dann etwas so aussehen:

Code:

/dev/hdb5       /mnt/hdb5   ntfs        uid=<deinusername>,gid=users    0 0


Gruß,
Julius
Back to top
View user's profile Send private message
Blackpanter
n00b
n00b


Joined: 09 Apr 2005
Posts: 5

PostPosted: Sat Apr 09, 2005 4:39 pm    Post subject: Reply with quote

Hallo Jrv habe das mal so eingetragen wie du das gepostet hast nur halt mit meinem usernamen drin und nochmimmer komtOrdner /mnt/hdb5 lässt sich nicht öffnen .!?


Mfg Black
Back to top
View user's profile Send private message
Mentallo
n00b
n00b


Joined: 16 Aug 2004
Posts: 16

PostPosted: Sat Apr 09, 2005 4:51 pm    Post subject: Reply with quote

Kannst du als Root auf die Partition zugreifen? Ist im Kernel das richtige FS mit einkompiliert oder steht es wenigstens als Modul zur Verfügung?
Back to top
View user's profile Send private message
Blackpanter
n00b
n00b


Joined: 09 Apr 2005
Posts: 5

PostPosted: Sat Apr 09, 2005 5:17 pm    Post subject: Reply with quote

Als Root kann ich drauf zugreifen! Ob im Kernel das richtige FS ist kann ich nicht sagen soviel anhnug habe ich noch nicht. Wie kann ich das denn nachschauen?

Mfg Black.
Back to top
View user's profile Send private message
COiN3D
Guru
Guru


Joined: 02 Aug 2004
Posts: 543
Location: Munich, Germany

PostPosted: Sat Apr 09, 2005 5:24 pm    Post subject: Reply with quote

Sorry, aber jetzt ist dir genau das passiert was vorauszuahnen war. Es ist evtl. wirklich vernünftiger zuerst mit einer Einsteigerdistribution zu beginnen, da du bei Gentoo doch sehr viel von Hand machen musst. (Hat dir das dein auch Freund verraten? :))
_________________
e17 documentation | Be free and use Jabber as your IM! | Combine IRC and IM
Back to top
View user's profile Send private message
COiN3D
Guru
Guru


Joined: 02 Aug 2004
Posts: 543
Location: Munich, Germany

PostPosted: Sat Apr 09, 2005 5:26 pm    Post subject: Reply with quote

Oh sorry, hab vergessen dir zu antworten. Als root kannst du also auf die Partition zugreifen? Dann hast du auch NTFS Support im Kernel.

Ähm, du kannst GID und UID weglassen. Stattdessen schreibe
Code:
umask=000
dahinter.
_________________
e17 documentation | Be free and use Jabber as your IM! | Combine IRC and IM
Back to top
View user's profile Send private message
Blackpanter
n00b
n00b


Joined: 09 Apr 2005
Posts: 5

PostPosted: Sat Apr 09, 2005 5:35 pm    Post subject: Reply with quote

Nee hat er nicht! aber jetzt lass ich es auch drauf.Wie meintest du das jetzt?



Code:

/dev/hdb5       /mnt/hdb5   ntfs        blackmagic,users,umask000    0 0



Mfg Black
Back to top
View user's profile Send private message
JRV
Apprentice
Apprentice


Joined: 10 Jan 2004
Posts: 291

PostPosted: Sun Apr 10, 2005 10:17 am    Post subject: Reply with quote

Blackpanter wrote:
Nee hat er nicht! aber jetzt lass ich es auch drauf.Wie meintest du das jetzt?

Code:
/dev/hdb5       /mnt/hdb5   ntfs        blackmagic,users,umask000    0 0


Also da hast Du jetzt einmal das "=" bei "umask=000" vergessen und auch die "uid="- und "gid="-Teile, die ich Dir geschrieben hatte. Probier es nochmal so, bitte:

Code:
/dev/hdb5       /mnt/hdb5   ntfs        uid=blackmagic,gid=users    0 0


oder halt:

Code:
/dev/hdb5       /mnt/hdb5   ntfs        umask=000    0 0


Ach ja: nach der Änderung musst Du das Device auch neu mounten:

Code:

umount /mnt/hdb5
mount /mnt/hdb5


_Wenn_ es jetzt immer noch nicht geht, dann poste mal bitte den Output von:

Code:

$ ls -ld /mnt/hdb5
$ ls -l /mnt/hdb5
$ mount


Natürlich im gemounteten Zustand!

Im Übrigen kann ich re-nice nur Recht geben: für jemanden, der noch keinerlei oder wenig Linux-Erfahrungen hat, ist Gentoo nicht administrierbar (lass das z.B. Deinen Freund machen, der hat es Dir eingebrockt! :-) ). D.h., auch wenn Du es nun drauf lässt, ist es nicht unwahrscheinlich, dass Du es bald "gegen die Wand fährst"... natürlich freuen wir uns über alle neuen Gentoo-Benutzer, aber als Total-Neueinsteiger will ich Dich nur warnen, dass Du _sehr_ viel Geduld und Zeit brauchen wirst!

Gruß,
Julius
Back to top
View user's profile Send private message
Blackpanter
n00b
n00b


Joined: 09 Apr 2005
Posts: 5

PostPosted: Sun Apr 10, 2005 9:20 pm    Post subject: Reply with quote

Ok Vielendank hat sich erledigt ich komme drauf!

Mfg Black
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