1753774 Members
6896 Online
108799 Solutions
New Discussion юеВ

Re: pfs_umount is hung

 
SOLVED
Go to solution
Sheriff Andy
Trusted Contributor

Re: pfs_umount is hung

The files are in lowercase, but now I don't see the root:bin ownership. Is this a concern?

# mount -o rr,cdcase /dev/dsk/c1t4d0 /cdrom
# ll /cdrom
total 268
-r-xr-xr-x 1 -1 -1 534 May 10 2005 autorun.inf
-r-xr-xr-x 1 -1 -1 301 May 10 2005 cdinstall.bat
dr-xr-xr-x 1 -1 -1 2048 May 10 2005 docs
dr-xr-xr-x 1 -1 -1 2048 May 10 2005 j2re_win
-r-xr-xr-x 1 -1 -1 126617 Feb 12 10:43 relnotes.txt
dr-xr-xr-x 1 -1 -1 4096 Oct 5 2006 v61
A. Clay Stephenson
Acclaimed Contributor

Re: pfs_umount is hung

Why would you expect to see files which come from a completely foreign machine and proably a foreign OS to match your boxes UID's and GID's -- if the concept even exists on the foreign OS? By convention, -1 indicates unknown and -2 indicates anonymous on most flavors of UNIX. Normally, your installation program is either going to prompt you for a user and group or will assume the effective UID and GID of the installer when copying the files.
If it ain't broke, I can fix that.
Sheriff Andy
Trusted Contributor

Re: pfs_umount is hung

Thx Clay,

Sounds like I don't really need to concern myself with it.

When I ran pfs_mount earlier, the ownership was root:sys.

Thx again,
Andy
Peter Nikitka
Honored Contributor

Re: pfs_umount is hung

Hi,

for mounting DVDs I don't use the option 'rr' at all - only 'cdcase'. If I remember correctly, 'rr' had that effect for such media.
I use 'rr' solely for CDs.

mfg Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"
Sheriff Andy
Trusted Contributor

Re: pfs_umount is hung

Thank you everyone for your comments.