Re: Fstab and JFS



Further research of mine has uncovered that JFS doesn't have support
for such things as umask, users, user, uid, gid when mounting it. Please
correct me if I'm wrong.

Using a line like
sudo mount -t jfs -o rw,user /dev/hda5 /server
DOESN'T WORK

sudo mount -t jfs -o rw /dev/hda5 /server
Does work, but only superuser has write permissions. What gives?


On Wed, 2006-07-05 at 15:22 +0800, Gabriel M Dragffy wrote:

I tried user and it gave me the following error:
mount: wrong fs type, bad option, bad superblock on /dev/hda5,
missing codepage or other error



On Wed, 2006-07-05 at 17:34 +1200, Michal Ludvig wrote:

Gabriel M Dragffy wrote:

i have tried
/dev/hda5 /server jfs users,rw,owner 0 2
/dev/hda5 /server jfs defaults 0 2
/dev/hda5 /server jfs users,rw,owner,umask=000

Try "user" not "users"

Michal Ludvig
* http://www.logix.cz/michal




--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


Relevant Pages

  • Re: Fstab and JFS
    ... ~$ mount /tmp/m1 ... Obviously umask, uid, gid don't work as JFS is a unixish filesystem that knows about users and permissions. ...
    (Ubuntu)
  • Re: Where do I go from here?
    ... have gotten in there - uid, gids, guids, umask. ... A user on Unix is identified as a number, called the UID ... is set to the UID and main GID of the user. ... Windows/SAMBA can also create/modify/delete files on my Linux server, ...
    (comp.sys.acorn.networking)
  • Re: automount vfat partition
    ... > where xxx is your uid number and gid number ... mounting points are created in /media. ... I just dont feel comfortable when I got 2 mnt directories. ...
    (Fedora)
  • Re: /etc/fstab Woes
    ... The format when using mount from the command line is slightly ... you can use umask or uid to limit access. ... gid and uid when mounting, and then set the umask to something like ...
    (Fedora)
  • Re: Accessing SuSE 9.0 files from 9.1
    ... the mount command has a very long man page you ... >> The other issue I can think of concerns UID and GID numbers. ... Every user you create is allocated a UID number. ... the second matter was that you said you needed to chown the files ...
    (alt.os.linux.suse)