Drive mounting


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Drive mounting
# 1  
Old 11-13-2001
Data Drive mounting

Hello, people. I am pretty new to linux, but I heard it was supposed to be good. So I installed it on an ancient 33mhz 486 with 27mbs of RAM. Ran into problems, patched them, and am here now.

I am trying to figure out how to use my floppy and CD-ROM drives. I click their respective icons on the KDE desktop, and it tells me that it is mounting drives. Then it gives me an error, and I am back at the desktop.

I grab the good 'ole redhat manual, and all it tells me is to type "mount (drive)" in a bash shell. I try that. It doesn't work. Back to the manual. It doesn't give me anything about troubleshooting, just vague instructions.

So I have tryed clicking on icons, typing mystic commands at bash prompts, but nothing works. What can I do?

Is the computer too slow? More ram? Incorrect installation? What is mounting a drive anyway?

As you see, I am in dire straits. Please help. Thank you,
-Furtoes00
# 2  
Old 11-13-2001
Mounting is what you do to make a filesystem available to the system. When you insert a floppy, you need to mount it in order for it to be seen.

Check out the man pages for the mount command. It should have some examples and explanations of how to mount a filesystem provided you know the device paths to a device you want to mount.
# 3  
Old 11-13-2001
To mount the floppy, this will most likely be the syntax

cd mnt
mkdir floppy (if it is not already there)
mount -t vfat /dev/fd0 /mnt/floppy (be sure you have a vfat formatted floppy disk in the drive)

shimb0
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. SCO

Mounting Tape Drive

Sorry I posted it in wrong forum first. OK, I'm new to Unix (but an IT since DOS 6.2 era) Long story short I'm trying to help a friend who has failing Unix system which is perhaps 16 years old with SCO Openserver 3.4v4.2 with DDS90 Tape where they backup their data. I've setup a Dell Precision... (9 Replies)
Discussion started by: shunail
9 Replies

2. Solaris

mounting usb drive

hi, first of all, i would really like to know how to find out where my usb is in the system. if i "cd to /dev/usb i have a hub0 to hub4 and hid0 -- hid5 .. how do i know where my usb is? and i guess once i find out which one my usb is at, i can do something like "mount /dev/usb/xxx /tmp" ... (5 Replies)
Discussion started by: k2k
5 Replies

3. Linux

CD drive Mounting

Can any one suggest me how to mount the cd drive from unix? I have installed Ubuntu8.0 on my laptop. Your response is appreciated. (1 Reply)
Discussion started by: siba.s.nayak
1 Replies

4. SCO

mounting USB floppy drive /Flash drive in OSR 6.0

Can anybody help me out to mount USB flash /floppy drive in sco openserver 6.0 . (5 Replies)
Discussion started by: sureshdrajan
5 Replies

5. Solaris

Mounting XP Drive in Solaris 10

Hi All, I'm a relative rookie when it comes to the world of Unix and Windows networking, and hoping you can help me out! My predicament: I have a Windows machine running VMWare with an instance of Solaris 10. I have a Windows XP Pro "server" with a large hard drive that I need Solaris to... (7 Replies)
Discussion started by: spiffy05
7 Replies

6. Shell Programming and Scripting

Mounting remote tape drive

Hi, Would appreciate if anyone could tell me if it is possible to mount (and use) a remote tape drive on a AIX server, and if so, what are the precise configuration steps needed? The tape drive to be mounted as a remote tape drive is present on another AIX server in the same network. ... (0 Replies)
Discussion started by: dnicky
0 Replies

7. UNIX for Dummies Questions & Answers

Problem mounting different named drive

Hi all, I've got a system here in which I have put a hard drive that was previously mirrored in a supposedly identical system. I am now attempting to boot from this drive alone but get these messages: --- ad4: 58644MB <Maxtor 6Y060L0> at ata2-master UDMA100 Mounting root from ufs:/dev/ar0a... (0 Replies)
Discussion started by: jimbostyx
0 Replies

8. Filesystems, Disks and Memory

Mounting AFS drive

I have an old amiga IDE drive that I wish to read. Its formated in FFS and I understand I can mount this under linux as an AFS filesystem. The drive is already installed in the PC. Can anyone explain in newbie terms the steps t mounting and reading this drive? Thanks (1 Reply)
Discussion started by: SocketSlave
1 Replies

9. UNIX for Advanced & Expert Users

mounting a drive

Trying to mount a drive which has been dropped after corruption. What is the quickets and esiest command to run and which switches? cheers olly (1 Reply)
Discussion started by: ollyparkhouse
1 Replies
Login or Register to Ask a Question