Jordan Elver wrote:
> 
> Hi,
> How can I mount my zip disk as another user other than root?
> Or, how can I change the ownership of files on the zip disk, at the moment it
> says 'Operation Not Permitted' even as root?

In your /etc/fstab file, it is specifically forbidding regular users to
mount and unmount that filesystem.  You can allow that by editing the
file (have to be root though :) and changing it similar to this (note
the "users" in the options column:
/dev/hdc4   /mnt/zip    vfat  noauto,users  0 0

A great deal of info about the layout of this file can be obtained by
reading 'man fstab'.
-- 
tlyons at mandrakesoft dot com
http://www.linux-mandrake.com/en

Reply via email to