>    SIR KINDLY TELL ME HOW CAN  I MOUNT CDROM AND FLOPPY IN FREEBSD 5.1
>    ..OR TELL ME THE SPECIFIC SITE AT WHICH I SEARCH.PLZ SIR.KINDLY
>    REPLY ME AS SOON AS POSSIBLE.
man mount

For the cdrom, put it and try (as root, unless you have changed mount
permissions via sysctl)

mount /cdrom
(If the above doesn't work, than you do not have a valid entry for your
cdrom in /etc/fstab)

As for the floppy, assuming it is a msdos formatted floppy add the following
to your /etc/fstab file

/dev/fd0 /mnt/floppy msdos rw,noauto 0 0

then 
mount /mnt/floppy

Remember to create /mnt/floppy first however.

HTH
Mick Walker
NAAFI Finance International


**********************************************************************************
This email and any files transmitted with it are confidential, and may be 
subject to legal privilege, and are intended solely for the use of the 
individual or entity to whom they are addressed.  
If you have received this email in error or think you may have done so, you may 
not peruse, use, disseminate, distribute or copy this message. Please notify 
the sender immediately and delete the original e-mail from your system.

Computer viruses can be transmitted by e-mail. Recipients should check this 
e-mail for the presence of viruses. The Capita Group and its subsidiaries 
accept no liability for any damage caused by any virus transmitted by this 
e-mail.
***********************************************************************************

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to