Ciao a tutti ragazzi lo so che sono un rompi.... ma testardo Vi ringrazio
tutti delle vostre risposte! ma non ci sono riuscito..
questo e il mio fstab:
/dev/hda2 / ext2 defaults 1 1
none /dev/pts devpts mode=0620 0 0
none /dev/shm tmpfs defaults 0 0
/mnt/cdrom /mnt/cdrom supermount
dev=/dev/hdb,fs=iso9660,ro,--,iocharset=iso8859-15 0 0
/mnt/cdrom2 /mnt/cdrom2 supermount
dev=/dev/scd0,fs=iso9660,ro,--,iocharset=iso8859-15 0 0
/mnt/floppy /mnt/floppy supermount
dev=/dev/fd0,fs=msdos,--,iocharset=iso8859-15,umask=0,sync,codepage=850 0 0
/dev/hde1 /mnt/win_c ntfs iocharset=iso8859-15 0 0
/dev/hde5 /mnt/win_d vfat iocharset=iso8859-15,umask=0,codepage=850 0 0
/dev/hde6 /mnt/win_e vfat iocharset=iso8859-15,umask=0,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hda1 swap swap defaults 0 0
Ho provato a cambiare umask=0 anche=222 anche=555 ecc...
da shell:
[root@localhost gigi]# mount -t ntfs umask=222 /dev/hde1
mount: il device speciale umask=222 non esiste
[root@localhost gigi]#
----------------------------------------------------------
[gigi@localhost gigi]$ su
Password:
[root@localhost gigi]# mount -t ntfs umask=222/dev/hde1
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p num].
For many more details, say man 8 mount .
[root@localhost gigi]#
-------------------------------------------------------
Ho dato un occhiata anche ai vari man.. boo e anche a mtab..
Ho deciso mi comprer� un bel libro per placare la mia ignoranza
Ciao a tutti GIGI