View Full Version : non mi fa cambiare i permessi di una partizione fat appena creata neanche da root
LiFeHaCk
16-06-2006, 01:10
ciao a tutti ho appena creato una partizione FAT da 180gb sul mio sata2 e nn riesco a scriverci sopra cm utente normale cosi ho deciso di loggarmi come root e di cambiare i permessi come farei per ogni cartella ma non me li cambia! cioèè non mi da errori se seto visibile e modificabile però non li cambia restano solo visibili mentre modificabili da root come posso fare ? tank
LiFeHaCk
16-06-2006, 01:28
ho fatto delle prove e sembra sia colpa del filesystem cioè in FAT nn puoi scrivere se nn come root! MHA! mentre in reiser posso tranquillamente mha! vabbe lascio reiserf mi sarebbe piaciuto fat cosi se un gg devo passare file ad un sistema winzozzo l'avrei ftt ma tanto io nn uso win quindi per il momento ;)
gurutech
16-06-2006, 07:37
ho fatto delle prove e sembra sia colpa del filesystem cioè in FAT nn puoi scrivere se nn come root! MHA! mentre in reiser posso tranquillamente mha! vabbe lascio reiserf mi sarebbe piaciuto fat cosi se un gg devo passare file ad un sistema winzozzo l'avrei ftt ma tanto io nn uso win quindi per il momento ;)
please RTFM
(read the fine? manual)
mount [-fnrsvw] [-t vfstype] [-o options] device dir
All files accessible in a Unix system are arranged in one big tree, the file hierarchy, rooted at /. These files can be spread out over several devices.
The mount command serves to attach the file system found on some device to the big file tree. Conversely, the umount(8) command will detach it again.
...
Mount options for fat
(Note: fat is not a separate filesystem, but a common part of the msdos, umsdos and vfat filesystems.)
uid=value and gid=value
Set the owner and group of all files. (Default: the uid and gid of the current process.)
umask=value
Set the umask (the bitmask of the permissions that are not present). The default is the umask of the current process. The value is given in octal.
e.g.
mount -t vfat -o uid=nobody,umask=0 /dev/hda5 /mnt/mydata
PS:
per quanto riguarda il titolo: in una partizione fat non puoi cambiare i permessi perche la FAT non supporta i permessi!
VegetaSSJ5
16-06-2006, 11:37
sei sicuro che la partizione fat sia di 180gb? guarda qui...
http://it.wikipedia.org/wiki/File_Allocation_Table#FAT32
LiFeHaCk
16-06-2006, 11:45
sei sicuro che la partizione fat sia di 180gb? guarda qui...
http://it.wikipedia.org/wiki/File_Allocation_Table#FAT32
sisi anzi è 183 ihhi cmq ho risolto reseirf e via huhuhuhu :D
VegetaSSJ5
16-06-2006, 11:58
sisi anzi è 183 ihhi cmq ho risolto reseirf e via huhuhuhu :D
hai fatto come me, bravo! ;)
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.