Re: [expert] mounting windows drives

2000-08-06 Thread Ron Stodden
lorne schachter wrote: How do I set up /etc/fstab so that I can write to my windows drives when I'm a regular user? I have no trouble writing as root, but I can't as a regular user. Write access is only available to the user who mounted the FAT32 disk. That is very logical and sensible

RE: [expert] mounting windows drives

2000-08-02 Thread Zaleski, Matthew (M.E.)
Use the uid= and gid= options in that fstab line (do a 'man mount' for further details). FAT systems have no concept of user IDs and Linux defaults to UID/GID of the mounter (which is root during the boot sequence). The override fixes that. -Original Message- From: lorne schachter

Re: [expert] mounting windows drives

2000-08-02 Thread David Talbot
Have you checked the permissions on the device? -- -David Talbot * So long as the government has the power to invade our lives, rummage through our records, and take what it wants from our income, we will have only

Re: [expert] mounting windows drives

2000-08-02 Thread John Aldrich
On Sun, 30 Jul 2000, you wrote: How do I set up /etc/fstab so that I can write to my windows drives when I'm a regular user? I have no trouble writing as root, but I can't as a regular user. It's a "Bad Idea (tm)" to let "joe user" have write access to non-linux partitions. Why? Because

Re: [expert] mounting windows drives

2000-08-02 Thread Tony McGee
On Mon, 31 Jul 2000, the little plastic letters were pressed in this order: How do I set up /etc/fstab so that I can write to my windows drives when I'm a regular user? I have no trouble writing as root, but I can't as a regular user. Thanks, Lorne To do that you need a line like