Sponsored Content
Full Discussion: Installing os on slave
Top Forums UNIX for Dummies Questions & Answers Installing os on slave Post 302075811 by tayyabq8 on Wednesday 7th of June 2006 02:30:08 AM
Old 06-07-2006
Sorry for delayed reply, as I was on sick leave for 2 days.

You have two hard drives, LINUX'll identify these as follows:

hda (Your Master Drive, with Windows 2000 pre-installed)
hdb (Your Slave Drive, you are planning to install LINUX on this drive)

Make sure that hda is formatted with VFAT not NTFS and hdb is un-partitioned. During installation select hdb as your installation drive, create your partitions as desired, using Disk Druid(NOTE: Make sure that while creating partitions in hdb, /boot is your first partition, means /dev/hdb1 should be mounted to /boot, /boot'll contain the LINUX kernel and all files necessary to boot and some BIOSes have limit to read beyod 1028 cylenders, so its most recommended to have /boot as your first partition)

About DUAL boot:
GRUB'll take care of your boot process, therefor I suggested you that hda(Win2k) partition should be VFAT so that GRUB can recognize it and put an pointing entry to hda in its grub.conf. No need to worry about that, grub will do the necessary work for you. (If your BIOS doesn't make any trouble)

Select boot from your slave drive in your BIOS setup and enjoy the UNIX world.

Regards,
Tayyab

Last edited by tayyabq8; 06-07-2006 at 04:14 AM..
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Slave hard disk

Hello, After installing redhat linux to primary master harddisk, i connected one more hardisk containing fat file system harddisk as a slave. How can i see the files of slave disk(fat) from a linux Thanks (3 Replies)
Discussion started by: bache_gowda
3 Replies

2. UNIX for Advanced & Expert Users

What is an I/O slave ?

Hi, I've heard mention of "I/O slaves". Anybody know what it is ? Is it connected to "asynchronous I/O" ? Thanx, sunil (1 Reply)
Discussion started by: sunil
1 Replies

3. Linux

slave bind name resolution inquiry

hi. i configured a master and slave bind server on my vmware test network. i used nslookup to the slave name server to lookup a fake entry for network.com that the master dns set, however, the slave is resolving the real ip of www.network.com, instead of what the master dns server set. i checked... (2 Replies)
Discussion started by: marcpascual
2 Replies

4. UNIX for Advanced & Expert Users

Automount on NIS slave

I am setting up the NIS slave server to automount the home directory just like its master server on suse linux (SLES 10). Since the master will be the first to mount the /home on the client. I have not been able to mount the /home on the on the slave when the master NIS server is unavailable. How... (0 Replies)
Discussion started by: ibroxy
0 Replies

5. SuSE

Automount on NIS slave

I am setting up the NIS slave server to automount the home directory just like its master server on suse linux (SLES 10). Since the master will be the first to mount the /home on the client. I have not been able to mount the /home on the on the slave when the master NIS server is unavailable.... (1 Reply)
Discussion started by: ibroxy
1 Replies

6. Solaris

Cannot create slave process

Hi I have solaris 10 system. I try get backup of one mount point to LTO2 tape drive which is attached to another machine but backup aborted.(restoring files to another mount point at same time) . can anybody help me DUMP: Mapping (Pass I) DUMP: Mapping (Pass II) DUMP: Writing 63... (1 Reply)
Discussion started by: lskod
1 Replies

7. Solaris

How to bind from a NIS slave server

Hi All, I have a client already binded with a NIS master server. Now, I want to bind this particular client to one of NIS slave. How to do it? Thanks, Deepak (2 Replies)
Discussion started by: naw_deepak
2 Replies

8. Linux

Setting up slave DNS?

can someone point me in the right direction im trying to setup a Slave dns server this is my named.conf file zone "website1.org" { type slave; file"mydb-for-website1-org"; notify NO; };and this is my var/named/mydb-for-website1-org $TTL 3D @ IN SOA ... (1 Reply)
Discussion started by: gangsta
1 Replies

9. Solaris

Testing NIS slave server

Hi guys, In my Sol-10 i setup NIS server following the oracle doc and setup a Linux as NIS client all went ok. I added another Sol-10 and configure it as a NIS slave server following the oracle doc again. and added the server on the yp.conf on my NIS client How do i test if my NIS slave... (3 Replies)
Discussion started by: batas
3 Replies
MODBUS_SET_SLAVE(3)						 Libmodbus Manual					       MODBUS_SET_SLAVE(3)

NAME
modbus_set_slave - set slave number in the context SYNOPSIS
int modbus_set_slave(modbus_t *ctx, int slave); DESCRIPTION
The modbus_set_slave() function shall set the slave number in the libmodbus context. The behavior depends of network and the role of the device: RTU Define the slave ID of the remote device to talk in master mode or set the internal slave ID in slave mode. According to the protocol, a Modbus device must only accept message holing its slave number or the special broadcast number. TCP The slave number is only required in TCP if the message must reach a device on a serial network. The special value MODBUS_TCP_SLAVE (0xFF) can be used in TCP mode to restore the default value. The broadcast address is MODBUS_BROADCAST_ADDRESS. This special value must be use when you want all Modbus devices of the network receive the request. RETURN VALUE
The modbus_set_slave() function shall return 0 if successful. Otherwise it shall return -1 and set errno to one of the values defined below. ERRORS
EINVAL The slave number is invalid. AUTHORS
The libmodbus documentation was written by Stephane Raimbault <stephane.raimbault@gmail.com[1]> NOTES
1. stephane.raimbault@gmail.com mailto:stephane.raimbault@gmail.com libmodbus 3.0.3 05/26/2012 MODBUS_SET_SLAVE(3)
All times are GMT -4. The time now is 08:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy