<div><span class="gmail_quote">2006/1/26, umberto rossi <<a href="mailto:umbertorossi_000@fastwebnet.it">umbertorossi_000@fastwebnet.it</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Il mer, 2006-01-25 alle 22:09, Les Mikesell ha scritto:<br><br>Ok, sorry if I ask foolish questions, but I am totally ignorant about
<br>the Linux/Fedora environment.<br><br>1. How do I run the command fdisk? I can't find a command line here,<br>Fedora runs a windows interface...</blockquote>
<div> </div>
<div>open an xterm or switch to a text console (ALT+CTRL+1 or 2 ... 6); become root with "su -" (the - is for have the std env of root, like PATH ...) and then follow the instruction.</div>
<div>Experiment a while with bash, expecially the history feature (with CTRL+r to find an already executed command in the history), with the completion (tab to complete command you just forgot or file name or directory ...)
</div><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">2. same ith the mount command<br><br>3. I found the fstab file in the etc folder, but how do I edit it? Is
<br>there a specific program for that?</blockquote>
<div> </div>
<div>Personally I use vim (VI Improved) but you can use a std X11 editor. Please, read carefully the man page for the /etc/fstab If you append some wrong entry, chance the system don't boot</div><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">> I'd expect this to be found automatically and show up on the<br>> desktop. Try unplugging and hotplugging to see if it is
<br>> recognized then.  If not, do a 'dmesg' and look towards the<br>> end of the listing for a /dev/sdxx device to show up.  That<br>> can be mounted in the same way as the /dev/hdxx.  The<br>> fat format has some limitations.  If you only plan to use the
<br>> drive with Linux you might want to 'mkfs -t ext3' the<br>> partition (warning - that will destroy the current contents).<br><br>If by hotplugging you mean plugging in when the machine is already on<br>and the OS running, well it doesn't work. As for the other way to do it,
<br>Ok, I might try but - same as before - where do I issue a dmesg command<br>and/or the mkfs command (the external HD is empty, so at least that is<br>not a problem)?</blockquote>
<div> </div>
<div>same as above. in an xterm or in a text console, as normal user "dmesg"</div>
<div>If you become root ("su -") you can also use "less /var/log/messages" and even start a "tail -f /var/log/messages" then hot plug the device and see directly what happen</div>
<div> </div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Sorry for bothering you, but my computer user life so far has been spent<br>only on DOS, OS/2 and Windows.
<br><br>ur</blockquote>
<div> </div>
<div>HTH </div>
<div>-- <br>Alessandro Brezzi<br> </div></div>