Linux questions !

Discussion in 'Computer Science & Culture' started by Seeker01, Oct 18, 2002.

Thread Status:
Not open for further replies.
  1. Seeker01 Guest

    Hey guys, can you please help me on these:


    1) How to mount CD-ROM and A-drive ?

    2) How to setup your modem and internet connection ?


    I am talking about environement Gnomes.











     
  2. Google AdSense Guest Advertisement



    to hide all adverts.
  3. m0rl0ck Consume! Conform! Obey! Registered Senior Member

    Messages:
    415
    What distro are you using and how many harddrives do you have?


    usually something like "mount /dev/cdrom /mnt/cdrom" works. if /mnt/cdrom doesnt already exist youll have to create it before attempting to mount the drive. To unmount the drive "umount /mnt/cdrom" make sure your not in a directory under /mnt/cdrom when you do that or it wont work.

    Floppy:
    to mount "mount /devfd0 /mnt/floppy"
    same unmount directions except use /mnt/floppy


    As far as your internet connection if it wasnt set up during the install you can always edit the scripts involved, do you have kppp? Do "which kppp" to find out.
     
  4. Google AdSense Guest Advertisement



    to hide all adverts.
  5. Stryder Keeper of "good" ideas. Valued Senior Member

    Messages:
    13,105
    The Distro would decide the modem config, usually found in /etc/ but that's totally dependent on install and Distro.

    For instance Debian uses PPP for the modem. and has a couple of different dialing techniques.

    Main problem is though if your ISP doesn't allow UNIX dialups.
     
  6. Google AdSense Guest Advertisement



    to hide all adverts.
  7. gkun Registered Member

    Messages:
    9
    Since you are using the gnome desktop, you can actually mount the floppy by right clicking on the desktop and choose disk, then you should see floppy. Sometimes, the mount can could be done automatically depending on your distro. I usually like to use the command line and use the mount command. If you ever need any help on any command, you can always type man <command>.
    When you're done reading, just press 'q'.
     
  8. Rick Valued Senior Member

    Messages:
    3,336
    the Filesystem in Linux or generally UNIX is a tree type of structure.so we find that just as we have to open the file we have to use,anonymously we have to mount filesystem to use it.





    for mounting in LINUX
    ------------------------------------------------------------------------------
    mount /MNT/CDROM

    for umounting:
    -----------------------------------------------------------
    umount /mnt/cdrom
     
Thread Status:
Not open for further replies.

Share This Page