- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to NFS mount a rock ridge cd
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
12-01-2004 01:58 AM
12-01-2004 01:58 AM
I mount the cd like so:
mount -F cdfs -o ro,rr,noauto /dev/cdrom /cdrom
Then export:
exportfs -i -o ro /cdrom
I then go to client machine, and mount like so:
mount -F nfs sha1:/cdrom /zmnt
# file /zmnt/install
/zmnt/install: cannot open for reading
# ll /zmnt
total 40
drwxr-xr-x 1 root bin 2048 May 11 2004 Doc
drwxr-xr-x 1 root bin 2048 May 11 2004 NBClients
dr-x------ 1 root bin 2048 May 11 2004 hp-ux
-r-x------ 1 root bin 13655 May 11 2004 install
The file command works on the NFS server - but not client - what gives? I installed Rock Ridge patches so I don't have to use pfs_mount any more...
Rgds...Geoff
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 02:09 AM
12-01-2004 02:09 AM
Re: How to NFS mount a rock ridge cd
Unmount and ll -d /zant
If there is no read can be enough
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 02:12 AM
12-01-2004 02:12 AM
Re: How to NFS mount a rock ridge cd
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 02:13 AM
12-01-2004 02:13 AM
Re: How to NFS mount a rock ridge cd
# umount /zmnt
root@svr1000 [ / ]
# ll -d /zmnt
drwxr-xr-x 6 root sys 96 Jul 3 19:11 /zmnt
Originally, I was trying to NFS mount on another server - that didn't have the Rock Ridge - so I thought, maybe both servers need them - makes sense? no? Unfortunately - it still doesn't work...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 02:13 AM
12-01-2004 02:13 AM
SolutionFavourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 02:17 AM
12-01-2004 02:17 AM
Re: How to NFS mount a rock ridge cd
exportfs -i -o ro,anon=0 /cdrom
# mount -F nfs sha1:/cdrom /zmnt
root@svr1000 [ / ]
# file /zmnt/install
/zmnt/install: commands text
Rgds...Geoff