- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- A couple of questions
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
06-23-2000 09:42 AM
06-23-2000 09:42 AM
A couple of questions
How do you expand an / HFS file system? I know you can't just expand it because its mounted so I assume you boot from the CD and go to the shell, but then what?
What is chroot use for?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2000 09:53 AM
06-23-2000 09:53 AM
Re: A couple of questions
To check if you running 32/64 bit :-
a) file /stand/vmunix (if it says ELF then your 64 bit)
b) use getconf (can't remember which option)
To expand a HFS filesystem, first extend the logical volume using lvextend (this can be done online) and then extend the filesystem with 'extendfs' which can't be done online
As for chroot. Mainly used for ftp these days. The support media also uses it. I allows you to assume another directory as root. Obviously any commands you may want to use must be present under the new directory.
For example :-
chroot /tmp/myroot /usr/bin/sh
Will put you in the /tmp/myroot directory. However, it's now the root. So 'ls /' gives the contents of /tmp/myroot. However, Unless under /tmp/myroot/usr/bin' you have the ls command it won't work. If you have anon ftp setup cd ~ftp and browse under there (in etc, bin, usr) as anon ftp uses it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2000 09:56 AM
06-23-2000 09:56 AM
Re: A couple of questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2000 12:38 PM
06-23-2000 12:38 PM
Re: A couple of questions
What is the function of a semaphore?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2000 12:51 PM
06-23-2000 12:51 PM