xfs
[Top] [All Lists]

/dev permissions problem

To: unlisted-recipients:; (no To-header on input)
Subject: /dev permissions problem
From: Russell Cattelan <cattelan@xxxxxxxxxxx>
Date: Tue, 09 Jan 2001 22:28:24 -0600
Cc: linux-xfs@xxxxxxxxxxx
References: <3A5B9F57.23B46D92@xxxxxxx> <10101101228.ZM27003@xxxxxxxxxxxxxxxxxxxxxxxx> <3A5BBDB9.21B404CD@xxxxxxx>
Sender: owner-linux-xfs@xxxxxxxxxxx
Yup we have a small problem.

Since I run devfs on most of the system I set up
this hasn't cropped up before.

It would appear the mode is never being set.


brw-r--r--    1 root     root       8,   1 Jan 10 04:19 sdb
[root@localhost /tmp2]# ls -i
8668138 foo  21223722 null  8668139 sdb

[root@localhost /tmp2]# xfs_db -r /dev/sda5
xfs_db: inode 21223722
xfs_db: p
core.magic = 0x494e
core.mode = 0
core.version = 1
core.format = 2 (extents)
core.nlinkv1 = 0
core.uid = 0
core.gid = 0
core.atime.sec = Wed Jan 10 04:02:01 2001
core.atime.nsec = 057426000
core.mtime.sec = Wed Jan 10 04:02:01 2001
core.mtime.nsec = 057426000
core.ctime.sec = Wed Jan 10 04:02:01 2001
core.ctime.nsec = 057426000
core.size = 0
core.nblocks = 0
core.extsize = 0
core.nextents = 0
core.naextents = 0
core.forkoff = 0
core.aformat = 2 (extents)
core.dmevmask = 0
core.dmstate = 0
core.newrtbm = 0
core.prealloc = 0
core.realtime = 0
core.gen = 34
next_unlinked = null
u = (empty)
xfs_db:
xfs_db: inode 8668139
xfs_db: p
core.magic = 0x494e
core.mode = 0
core.version = 1
core.format = 2 (extents)
core.nlinkv1 = 0
core.uid = 0
core.gid = 0
core.atime.sec = Sun Jan  7 20:35:29 2001
core.atime.nsec = 484237000
core.mtime.sec = Sun Jan  7 20:35:18 2001
core.mtime.nsec = 474237000
core.ctime.sec = Sun Jan  7 20:35:35 2001
core.ctime.nsec = 624237000
core.size = 17
core.nblocks = 0
core.extsize = 0
core.nextents = 0
core.naextents = 0
core.forkoff = 0
core.aformat = 2 (extents)
core.dmevmask = 0
core.dmstate = 0
core.newrtbm = 0
core.prealloc = 0
core.realtime = 0
core.gen = 10
next_unlinked = null
u = (empty)


Russell Cattelan
cattelan@xxxxxxxxxxx




<Prev in Thread] Current Thread [Next in Thread>
  • /dev permissions problem, Russell Cattelan <=