Hi -- Good information -- thanks... I was wondering how to refer to windows partition from within linux; is there a way to view my linux partition from within windows? --le ----- Original Message ----- From: "Michael Whapples" <Mikster4@xxxxxxx> To: "mike coulombe" <kb8aey at verizon.net>; "Speakup is a screen review system for Linux." <speakup at braille.uwo.ca> Sent: Wednesday, June 01, 2005 4:19 PM Subject: Re: commands You would be best to read some information about linux. If you are used to dos commands, also you may wish to try the dos to linux howto, you can find it at www.linux.org. Something that gives a quick overview of how linux specifies drives is the speaking install howto with slackware. This is not enough to teach you all about linux, but gives some information of how linux refers to hardware. I will give a quick example of how drives are referred to below. On my computer windows is installed on the first partition of the first drive on the IDE bus, c: in windows and /dev/hda1in linux. Linux is on the second partition of my first drive on the IDE bus, windows does not recognise it, linux /dev/hda2. Swap partition for linux is on the third partition of the same drive, windows does not see this, linux /dev/hda3. In linux you need to mount a drive in a folder to access it. Linux automatically mounts the linux partition as /. To access my windows partition, I need to mount that, so I have a folder called /winpart/ (anything will do), then to mount it I type mount /dev/hda1 /winpart/ now to access the drive I need to just access the folder /winpart/ as any other folder. For convenience, I have linux automatically mount my windows partition on start up, then I just need to access /winpart/ to access the partition. Hope this helps. Michael _______________________________________________ Speakup mailing list Speakup at braille.uwo.ca http://speech.braille.uwo.ca/mailman/listinfo/speakup