From: Matthew F. <mf...@ci...> - 2001-07-16 19:08:47
|
> > I need to copy the ard disk of one laptop to others, it seems we > cannot conect two hard disks in same laptop so we'll have to use the > network: > > something like: > dd if=/dev/hda|gzip|rsh target "gunzip|dd of=/dev/hda" > > 1) what packages do I need to install/configure to use rsh? (is there > a rshd, or another program with the funcionality that I need?) anything that is is possible with rcp/rsh should be possible with scp/ssh > > 2) dd sends the error message: > dd: /dev/hda: Device not configured. > what do to install/configure to access my hard disk and cdrom? Are any devices visible when you do a dmesg | grep hd ? You can use the ide boot floppy which has IDE and ext2, vfat, ntfs, minix support or do a getpkg 2.4.5/ide or add ide.tgz to the /tux/config/kpkglist -mdf |