<br><br>---------- Forwarded message ----------<br><span class="gmail_quote">From: <b class="gmail_sendername">pdwald</b> &lt;<a href="mailto:pdwald@gmail.com">pdwald@gmail.com</a>&gt;<br>Date: Jan 7, 2007 12:16 AM<br>Subject: Re: [GLLUG] Mounting a drive
<br>To: Jordan Robison &lt;<a href="mailto:jordan.robison@gmail.com">jordan.robison@gmail.com</a>&gt;<br><br></span>Try to determine if the /dev/hda3 exist with &quot;fdisk /dev/hda -l&quot;. If /dev/hda3 exists, it will show on in the list. If /dev/hda3 exists and is formated you probably can mount it manually with: &quot;mount -t [filesystem]&nbsp; /dev/hda3 /mnt/[mount point]&quot; whereas [filesystem] is the filesystem utilized by /dev/hda3 and [mount point] is an empty directory wherein the /dev/hd3 would be mounted. 
<br>In case of a linux system [filesystem[ would most likely be ext2, ext3, or reiserfs. If it is a windows partition, it could be vfat or ntfs. <br><br>/etc/fstab contains a description of filesystems present and their mount points
<br>/etc/mtab only contain the filesystem that are currently mounted, its output is similar to the one fetched by &quot;mount -v&quot;<br><br><br><br>--<br>Pedro von Wald<br><br><br><div><div><span class="e" id="q_10ffafca8164bddf_1">
<span class="gmail_quote">On 1/6/07, 
<b class="gmail_sendername">Jordan Robison</b> &lt;<a href="mailto:jordan.robison@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">jordan.robison@gmail.com</a>&gt; wrote:</span></span></div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><span class="e" id="q_10ffafca8164bddf_3">
I am having trouble mounting a drive this is the error I am getting when I try to mount the drive.<br><br>[mntent]: line 9 in /etc/fstab is bad
<br>mount: can&#39;t find /dev/hda3 in /etc/fstab or /etc/mtab
<br><br>I am tried to mount this drive for some time now but I always end up in a dead end. I have stuff that I need on it so I don&#39;t want to format it. Dose anyone have any suggestions?<br clear="all"><br>-- <br><span>

Jordan Robison

</span><br></span></div>_______________________________________________<br>linux-user mailing list<span class="q"><br><a href="mailto:linux-user@egr.msu.edu" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
linux-user@egr.msu.edu</a><br></span><a href="http://mailman.egr.msu.edu/mailman/listinfo/linux-user" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://mailman.egr.msu.edu/mailman/listinfo/linux-user</a><br><br><br></blockquote></div><br>