LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mounting extended DOS partitions (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-extended-dos-partitions-46277/)

borgdrone 02-20-2003 04:43 AM

Mounting extended DOS partitions
 
OK this question is probably asked a thousand times. But I did get my primary DOS partition accesible in Linux, but what about the extended DOS partitions?. I type mount -t vfat /dev/hda1 /mnt/vfat2 & I get some obscure error. My question is how exactly do I refer to the logical drives inside the extended DOS partion?. DO I refer to them as /dev/hda1,1 or something like that???


Also why can't all these things be done using X???. That would make life a hundred times easier for newbees like me.

acid_kewpie 02-20-2003 04:47 AM

logical drives start from hda5 and on from there. use "fdisk -l /dev/hda" to list everything on it.

there are plenty of ways fro newbies to do this, mostly the installer will set the system up as much as possible, and then the newbie window manager (i.e. gnome or KDE) will automatically create links to it on the desktop


All times are GMT -5. The time now is 05:52 PM.