Link to home
Start Free TrialLog in
Avatar of mrxz
mrxz

asked on

Beginner in Linux

Hi!!

I´m beginner in linux and having some difficuties:

My linux is installed in a  HD with 406 MB with the following partins:
I think that the kernel version is 2.034.. but I´m not sure!!!

hda - Windows98 and Dos partions

hdb - Linux

296MB - Linux Native:
100MB - Linux Swap
10MB  - Fat  (I think so)

1- How can I write the Fat partion ?
2- How can I access my floppy drive ?   (I access it from my win98)
3- How can I access my CD-ROM Drive ?
4 - How can I print ? My printer is HP 660C

5 - My monitor is LG StudioWorks and it isn´t in the list ... Is it a problem? How can I configure it?

I´ll appreciate any help!!!

Regards,
        mrxz.
ASKER CERTIFIED SOLUTION
Avatar of toneus
toneus

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mrxz
mrxz

ASKER

Adjusted points from 10 to 40
Avatar of mrxz

ASKER

I´m evaluating your answer... and increse the points!
Avatar of mrxz

ASKER

I´m evaluating your answer... and increse the points!
Avatar of mrxz

ASKER

I have no kde and X- Window installed !!! there is not much space!!!
I have postgres and I´ll see about mtools

regards,
   mrxz
Avatar of mrxz

ASKER

Hi!!!
I created /mnt/dos directory with mkdir,
but when I do: mount -t msdos /mnt/dos /dev/hdb6 (my FAT partion) it brings me the followin error:
 /mnt/dos is not a block device.

what is this?

thanks for any help !!!
have you checked your fstab? If it is setup there the mount automaticly performed at boot.
Avatar of mrxz

ASKER

I looked at fstab file and saw something like that :

there is other things, but cann´t remember now

/dev/fd0         /mnt/floppy
/dev/cd          /mnt/cdrom

Is it means that my floppy and CD-ROM are already mounted?
How can I do to access? Please note the error message when I tried to mount
mount -t msdos /mnt/dos /dev/hdb6 (my FAT partion) it brings me the followin error:
 /mnt/dos is not a block device

The Fat partion isn´t in fstab, but when I did something likely with floppy it brings a similar error.

regards,
      mrxz
Avatar of mrxz

ASKER

I finally made it.
I helpped very much ... but you passed me a misplaced syntax of mount.

The syntax that worked was:

to mount the FAT partion:
mount -t auto /dev/hdb6 /mnt/dos

and the others followed the same syntax!
(just changing the parameter!!!)

Thank you!!!!
Regards, mrxz.