Mount Fat32

js-mueller

Erfahrenes Mitglied
Hi

wie kann ich eine Fat32 Partition mounten, so dass die rechte bei einem bestimmten user liegen und nicht bei root? Und das alle User darauf zugreifen können, im moment mounte ich es als rootund ein normaler user bekomme die meldung "Keine Berechtigung".
 
dort ist garkeine hda4 angegeben :-/
edit:

das ist die fstab vll kan mir die ja wer anpassen
# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.12 2003/03/11 02:50:53 azarah Exp $
#
# noatime turns of atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs> <mountpoint> <type> <opts>
<dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1 /boot reiserfs noauto,noatime,notail 1 1
/dev/hda3 / reiserfs noatime,notail 0 0
/dev/hda2 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0

# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none /dev/shm tmpfs defaults 0 0
 
Eintrag in der FSTAB

/dev/hda3[tab] /home/account/test[tab] vfat{tab] rw, user,gid=users[tab] 0 0

So sollte es eigentlich funzen. Das Verzeichniss account/test ist nur ein Bsp
für deinen Mountpoint.

Gruss

RedWing
 
Zuletzt bearbeitet:
Naja hda3 ist die normale linux. had4 soll eingebunden werden
was hat dies[Tab] zu bedeuten? WÄre nett wenn man das noch erklären könnte, weil sonst kann ich es ja beim nächsten mal immernoch net
 
Das Tab steht einfach nur für den Tabulator.
Weiss nicht wie ich das in diesem Forum ausdrücken soll, da ich
das vB Tag nicht kenne.
Soweit ich weiss muss die Formatierung der fstab mit Tabulatoren vorgenommen
werden, da Leerzeichen nicht akzeptiert werden.
Und anstatt hda3 setzt du dann halt hda4 ein und dann solltest du es mounten können.
Ich hoffe jetzt is alles klar?

Gruss
RedWing
 
So eingebunden hat er das ganze schonmal automatisch.
Aber die ordner werden als dateien interpretiert, ich weiss net wieso.
Woran kann das liegen? Und als User bekomme ich immernoch keinen zugriff
 
Versteht keiner was ich meine? Wenn ja dann fragt bitte nach, das ist wichtig das es funktioniert. Auf der Partitionen sind meine ganzen Daten

edit:

habs hinbekommen
hab noch uid=js-mueller gemacht und nu gehts einwandfrei :)
 
Zuletzt bearbeitet:
Zurück