Le Vendredi 2 Janvier 2004 19:41, Giuseppe Di Bona a écrit : > Hi, > > I've got three problem: > > 1) > > These are my partitions on my disk. > > /dev/hdb1 * 1 1045 8393931 83 Linux > /dev/hdb2 1046 2498 11671222+ 83 Linux > > In the first one there is the system and in the second one i've my data. > I'm using fedora core 1 and gnome. > I'd like to mount my data partition, but i can do it only when i'm root. > > How can i do that as normal user? as a norma user in a shell su passwd then mount etc... > > 2) > > I'd like to have a directory with data that i can share beetwen users, > > what/where is the best directory i can use in the file system? between users on the same computer or on a network ? > > 3) > > When i use my flash pen disk the system try to mount it using /dev/sda1 > and tell me that i need to specify the kind of file systems (it is a > vfat). > > Where i can specify that the system must use /dev/sda (instead of > /dev/sda1) and the filesystem is a vfat ? in /etc/fstab, where you need to indicate what you want to mount : /dev/sda1 which type : vfat where you want to mount it, for example /home/me(username)/mypen(directoryname) or manually as a super user : mount /dev/sda1 vfat /home/me/mypen regards Arkel > > > Thanks in advance, > > gdb > > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list