Jak ziskat pristup na oddily FAT32

Nevite nekdo,kde se da nastavit,abych videl a mohl zapisovat na oddily FAT32 na pevnem internim disku? Kdyz zapojim externi,je to bez problemu a vidim na ne, ale na internim, kde mam Fedoru a Win nevidim nic,krome oddilu ext3.

neni mozny, ze mas obe partition nastaveny jako primarni? Tim pade by mohla byt aktivni poze jedna tzn. bud ext3 nebo FAT32

A nebo treba neni dobre namountovany :wink:

To mas instalaci s Grup , nebo s Lilo ?

GRUB does not load the GUI, it just loads the linux kernel. The linux kernel, then load init which loads the GUI (GDM or KDM) based on what your runlevel is.
If you what to have the machine boot into text mode, instead of the GUI, you need to change the runlevel from 5 to 3. do the following:

Open /etc/inittab in any text editor.
Find the line:
id:5:initdefault:

and change the 5 to a 3
id:3:initdefault:

then save.

To go straight into runlevel 3 without rebooting type “telinit 3”.