- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Owner and Group names are not showing up correctly...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 08:00 AM
05-02-2005 08:00 AM
Owner and Group names are not showing up correctly on 11.11 when mounting CD
Did a ls -l, it showed as below.
-r-xr-xr-x 1 4294967295 4294967295 286886884 Apr 29 11:48 caha_suite.jar.
It showing owner and group with a big numbers.
Same CD showing correctly on 11.23
Any help will be appreciated.
thanks in advance
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 08:14 AM
05-02-2005 08:14 AM
Re: Owner and Group names are not showing up correctly on 11.11 when mounting CD
(Is the format of the CDROM recognized in 11.23 and not in 11.11?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 08:18 AM
05-02-2005 08:18 AM
Re: Owner and Group names are not showing up correctly on 11.11 when mounting CD
Is the CD a Rock Ridge format CD?
If so try mounting it in 11.11 with
mount -F cdfs -o rr /dev/dsk/cXtYdZ /mnt_point
The 11.23 OS may auto-detect the CD format.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 08:22 AM
05-02-2005 08:22 AM
Re: Owner and Group names are not showing up correctly on 11.11 when mounting CD
/etc/pfs_fstab or /etc/pfs_mtab
Just wondering if when you're mounting it on the 11.11 server if it's grabbing any value from either of those two files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 08:29 AM
05-02-2005 08:29 AM
Re: Owner and Group names are not showing up correctly on 11.11 when mounting CD
Could be a difference in the numeric user id between the machine that wrote the cd and the machine that reads it.
user ids are really numbers and if user apache for example is 56 on one box and 57 on a second, these kind of strange read results happen.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 08:45 AM
05-02-2005 08:45 AM
Re: Owner and Group names are not showing up correctly on 11.11 when mounting CD
The system that wrote the CD is different than where I mounted.
Any solutions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 10:44 AM
05-02-2005 10:44 AM
Re: Owner and Group names are not showing up correctly on 11.11 when mounting CD
I can't swear on it, but it'd be my first guess.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 01:31 PM
05-02-2005 01:31 PM
Re: Owner and Group names are not showing up correctly on 11.11 when mounting CD
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 04:09 PM
05-02-2005 04:09 PM
Re: Owner and Group names are not showing up correctly on 11.11 when mounting CD
However, I believe that owner and group ids are stored as -1 over here, and they would not match with any users/group belonging to the system where you are mounting the CD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 04:36 AM
05-03-2005 04:36 AM
Re: Owner and Group names are not showing up correctly on 11.11 when mounting CD
I installed the patch. No it's showing -1.
Bill,
What are those 3 patches? Can you list those?
thanks
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 05:34 AM
05-03-2005 05:34 AM
Re: Owner and Group names are not showing up correctly on 11.11 when mounting CD
PHCO_25841 PHKL_26269 PHKL_32035
Note that you can always find your patches 24x7 at:
http://www1.itrc.hp.com/service/patch/search.do?BC=patch.breadcrumb.main|&pageContextName=hpux:::
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 07:46 AM
05-03-2005 07:46 AM
Re: Owner and Group names are not showing up correctly on 11.11 when mounting CD
I installed the patches, now it's showing the correct UID and GID. thank you
-Arun