- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error mounting HFS disk
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
03-28-2003 12:44 PM
03-28-2003 12:44 PM
Error mounting HFS disk
I've got an HFS disk that was mounted on a 10.20 system that I am trying to mount on a 11.i system. When I try to mount it using "sam" I get the following two errors:
mount: illegal file system specific option delaylog
mount: illegal file system specific option detainlog
I can mount the drive manually using "mount". So I can live with that but my problem is that I now want to mount the drive on boot up. What are the lines I need to put in my "fstab" file (not sure this the the correct one) to be able to have the file mount on bootup?
-- Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 12:51 PM
03-28-2003 12:51 PM
Re: Error mounting HFS disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 01:58 PM
03-28-2003 01:58 PM
Re: Error mounting HFS disk
If you built it with commands and not sam, you'll need a proper entry in the /etc/fstab file if you wanted moutned every time you start the box.
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
03-28-2003 02:05 PM
03-28-2003 02:05 PM
Re: Error mounting HFS disk
As explained by Clay, those two options are for Vxfs filesystems.
If you want to verify if your fstab works during the boot, do the following.
Add the entry
/dev/vgxx/lvolx /mount_point hfs defaults 0 2
#umount /mount_point (if you already mounted it)
#mount -a
#bdf /mount_point
If /mount_point is a mounted filesystem now, then it will get mounted without any issues during the boot.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 02:07 PM
03-28-2003 02:07 PM
Re: Error mounting HFS disk
In addition to the fact that 'delaylog' and 'detainlog' are options specific to VxFS filesystems, you need an OnlineJFS license to utilize 'delaylog'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2003 04:28 AM
03-29-2003 04:28 AM
Re: Error mounting HFS disk
You got the correct answers - please assign points to these people who gave up their own time to assist you.
;^)
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2003 11:10 PM
03-29-2003 11:10 PM
Re: Error mounting HFS disk
mount -p |grep myfilesys >> /etc/fstab