Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Is linux support second hardware profile?

10 views
Skip to first unread message

amy

unread,
Sep 14, 2004, 10:04:31 PM9/14/04
to
Hi,

I'm new in Linux. I want to know if any solution that can let me create
second hardware profile in RH Linux 9 server because I want to use mobile
hard disk between two PCs. Any suggestion will be good.
thanks!

Best Regards.
Amy Wang


Dragonfly

unread,
Sep 15, 2004, 6:33:09 AM9/15/04
to
> I want to know if any solution that can let me create
> second hardware profile in RH Linux 9 server because I want to use mobile
> hard disk between two PCs. Any suggestion will be good.
> thanks!

All initialization of hardware under Linux is doing by the "init" daemon. It
uses /etc/inittab file and /etc/init.d/ folder for startup scripts. So, this
files differs between systems with different hardware configurations.

As I know, the one solution to do you want is to keep two different versions
of these files. More elegant way is to write a second version of init
daemon, that will use other init files and specify it in the boot loader by
the init=/bin/init_2, for example, but this needs a some C programming exp.


0 new messages