04-22-2002
Also the core part before you started to install any of the OS's check your Motherboard specification. Try to check it out in the webpage. Also suggest you could check your BIOS compatibility. Some new/old boards doesnt really allow kernels such as Unix to be installed. Should work for most of it, but some doesnt allow. Give a try. If your Bios doesnt allow to install the OS as you said. Try check the BIOS webpage for setting tips. There should have some suggestion on setting Jumper wires on your Motherboard. Do post back.
7 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
hey is there a way or write a scipt to send messages to other people without using pre existing applications such as "write" or "to" (1 Reply)
Discussion started by: yngwie
1 Replies
2. Shell Programming and Scripting
Hi,
Need help. How can I get a listing of files in bare format with full path. I mean in the following format.
/root/dir1/sub-dir1/file1
/root/dir1/sub-dir1/file2
/root/dir1/sub-dir2/file1
/root/dir1/sub-dir2/file2
/root/dir2/sub-dir1/file1
/root/dir2/sub-dir2/file1... (2 Replies)
Discussion started by: tipsy
2 Replies
3. UNIX for Dummies Questions & Answers
hi members
i am reading RHEL and i am unable to under stand about PXE boot
and bare metal (1 Reply)
Discussion started by: wagmare
1 Replies
4. HP-UX
How can i make a dvd image ( bare metal backup ) for HP-UX 11i v3 installation on integrity servers , for quick recovery for the os and installed software in case of disaster (2 Replies)
Discussion started by: h@foorsa.biz
2 Replies
5. Debian
I have read into some of the complexity in the docs in Debian on the install procedure.
Is there any guiding light on what is required for a bare bones install.
I have read in maybe the wikipedia that the einstein behind Debian has put in place every thing imaginable for any particular Machine.... (2 Replies)
Discussion started by: cowLips
2 Replies
6. Red Hat
Hi all,
I am working on Linux Bare Metal Restore in which i have few things to be discussed with a person who has his/her hands on in that process.
If anyone kindly give a reply post in this thread.. :) :)
Thanks
Selva (3 Replies)
Discussion started by: selvarajvs
3 Replies
7. SCO
Hello,
We have a SCO Open Server 6 running on bare metal hardware, this is used for a legacy application that we continue to need.
I would like to migrate/virtualize the SCO server into VMware so that I can do VM level backups, etc.
I did test to make sure SCO 6.0 can run in VMware/ESXi... (11 Replies)
Discussion started by: c3rb3rus
11 Replies
LEARN ABOUT CENTOS
mountpoint
MOUNTPOINT(1) User Commands MOUNTPOINT(1)
NAME
mountpoint - see if a directory is a mountpoint
SYNOPSIS
mountpoint [-q] [-d] directory
mountpoint -x device
DESCRIPTION
mountpoint checks if the directory is mentioned in the /proc/self/mountinfo file.
OPTIONS
-h, --help
Print help and exit.
-q, --quiet
Be quiet - don't print anything.
-d, --fs-devno
Print major/minor device number of the filesystem on stdout.
-x, --devno
Print major/minor device number of the blockdevice on stdout.
EXIT STATUS
Zero if the directory is a mountpoint, non-zero if not.
AUTHOR
Karel Zak <kzak@redhat.com>
ENVIRONMENT
LIBMOUNT_DEBUG=0xffff
enables debug output.
NOTES
The util-linux mountpoint implementation was written from scratch for libmount. The original version for sysvinit suite was written by
Miquel van Smoorenburg.
SEE ALSO
mount(8)
AVAILABILITY
The mountpoint command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
util-linux June 2011 MOUNTPOINT(1)