foghollow wrote:
> In article <518ed9ed-6f1a-4b19-beec-3055ee9ebc18
> @e10g2000prf.googlegroups.com>, roybasan.TakeThisOut@gmail.com says...
> > Hello group
> > I would like to know if portable antivirus software is possible where
> > you can just carry it on your USB or External hard drive and install
> > it just when needed.
> > I was asking these as I occasionally travel and I don't bring my
> > laptop often and had to use other PCs which are available on the
> > locality I am visiting.
> > My concern is many of these PCs don't have reliable antivirus
> > softwares installed so in many cases my portable drives etc will be
> > infected.
> > Could somebody give me some info about this matter?
> > Thank You!
> > Roy
> >
> >
> Some guys here got a version of the Ultimate Boot CD For Windows working from a USB stick
> instead of a CD. But before I could get them to tell me how to get the booting from the stick to work,
> their section was dissolved, several of them made redundant, and they lost interest in being helpful.
> If anybody knows, please tell me!
Dunno about the USB stick booting
Ultimate Boot CD but if Linux interest
you try.
http://pendrivelinux.com
Warning some pendrives are physically
set to 2048 bytes sectors which might
be a problem with lilo -M /dev/drive
setting MBR (well that's my experiance).
I've got an Asus Eee PC with XP as the
main installation (instead of Xandros)
But I boot multi-distro's of Linux
via USB stick or SD card.
Here's how to setup a USB boot device (overview).
fdisk /dev/sdX
setup 2 partitions 1) partition 1
make FAT16 (750Mb)
2) partition 2 EXT2 (rest of device)
make partition 1 the active partition
==========
format the partitions.
mkfs.vfat -F 16 -n MyFAT16 /dev/sdX1
mkfs.ext2 -b 4096 -L MyEXT2 /dev/sdX2
==========
Mount partition 1
mount -t vfat /dev/sdX1 /mnt/sdX1
Now copy your Live-CD image over to the
FAT16 partition.
==========
setup MBR
lilo -M /dev/sdX
=========
Set BIOS to boot USB device, enjoy.
Checkout the pendrivelinux site for
detailed instructions.
4Q
>> Stay informed about: Portable Antivirus