Any User Can Modify /Windows

Hi
Sup??
I Must Say 11.2 Rocks !!
Yes Really but
my familly wont let me in peace so i must complete downloading for them the torrent stored in /windows/C for EX (Its A Ntfs Partition Mounted There)
But The Root Only Has The Permission To Modify
How Can I Let Anyone Modify It ?

And Thx Forward

Hi
Have a read of swerdna’s howto’s;
http://opensuse.swerdna.org/susentfs.html


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.37-0.1-default
up 1 day 12:16, 3 users, load average: 0.67, 0.24, 0.13
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.18

You realize it’s like that to prevent a certain level of user from engaging in a course of self destruction.
FSTAB - Editing Manually - openSUSE Forums

Wooha Self Destruction ??
Bzzzzzzzzzzt Wrong Answer !!
Sorry But I Was On Ubuntu It Lets Users To Modify The Disk
And O
The Font Is SOSOSOSO Small I Modify It But It Stil Small

The Font Is SOSOSOSO Small I Modify It But It Stil Small
What font, where?

In FireFox
PidGin
Almost EveryWhere
I Tried From KDE Panel But Still Same

Have you updated?

Yast Online Update…
It should pull in a load of fonts

Also check your settings here:
http://thumbnails21.imagebam.com/5602/8ae16156013948.gif](http://www.imagebam.com/image/8ae16156013948)

Fully Updated
And I Made That PPP Thing
I Will Restart My Pc Soon (rarely done !)
and aaa
i did the same as the tut
but still same
i didnt mention that the Disk Is Automounted at the SUSE Start

Edit /etc/fstab (you’ll probably ignore “locale” in your case):

/dev/sda2 /mnt/winxp ntfs-3g users,gid=users,fmask=113,dmask=002,locale=it_IT.UTF-8 0 0

Its Same As You Said !!!
EX:
/dev/disk/by-id/ata-Hitachi_HDT721025SLA380_STAB05MC09A9SB-part2 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=fr_FR.UTF-8 0 0

dmask=022 or dmask=002 ???

Like this:

/dev/disk/by-id/ata-Hitachi_HDT721025SLA380_STAB05MC09A9SB-part2 /windows/C ntfs-3g defaults 0 0

Sure to work. Like I know anything though…

Can you tell what dmask means ?
and fmask ?
am curious you know !!!

:~>man mount

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.

       dmask=value
              Set  the umask applied to directories only.  The default is the umask of the
              current process.  The value is given in octal.

       fmask=value
              Set the umask applied to regular files only.  The default is  the  umask  of
              the current process.  The value is given in octal.

O Man That Works Thx
I Am Curious About Another Thing
defaults 0 0
what does it mean ?

fstab - Wikipedia, the free encyclopedia

defaultsUse default settings. Default settings are defined per file system at the file system level. For ext3 file systems these can be set with the tune2fs command. The normal default for Ext3 file systems is equivalent to rw,suid,dev,exec,auto,nouser,async(no acl support). Modern Red Hat based systems set acl support as default on the root file system but not on user created Ext3 file systems. Some file systems such as XFS enable acls by default. Default file system mount attributes can be over ridden in /etc/fstab.