ah yeah I was mounting the drive I was just showing what happened when I did a umount -a. When I did a mount -a it also said that the drive was busy.<br><br><div><span class="gmail_quote">On 1/11/07, <b class="gmail_sendername">
Charles Tower</b> &lt;<a href="mailto:c.e.tower@gmail.com">c.e.tower@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
umount is for UNmounting drives, Jordan, so that&#39;s why it doesn&#39;t work<br>for you.&nbsp;&nbsp;You want to use the mount command, but you don&#39;t want to use<br>the -a option because your fstab is not right for the drive you&#39;re
<br>trying to mount.&nbsp;&nbsp;/dev/hda3 is NOT a swap partition, so I would just<br>delete that line in fstab, or perhaps modify it for /dev/hda2.<br><br>See the man page for mount.&nbsp;&nbsp;Assuming the filesystem on /dev/hda3 is<br>ext3 and that /media/ext3 exists, here&#39;s how you would mount that device
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;sudo mount -t ext3 /dev/hda3 /media/hda3<br><br>If you do not know the filesystem, try it without the -t option.&nbsp;&nbsp;The<br>man page says it will try to determine the filesystem itself, but I&#39;ve<br>never tried that.
<br><br>If you want to mount that drive automatically every time (even though it<br>appears to be a removable or external drive), you could add it to fstab.<br>&nbsp;&nbsp;It would look a little different than the other entries you have in it
<br>now, so that would be a new question.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Chick<br><br><br>Jordan Robison wrote:<br>&gt; I am trying to get the top drive to mount( 160.0 GB)<br>&gt; This is what my fstab looks like
<br>&gt;<br>&gt; # /etc/fstab: static file system information.<br>&gt; #<br>&gt; # &lt;file system&gt; &lt;mount point&gt;&nbsp;&nbsp; &lt;type&gt;&nbsp;&nbsp;&lt;options&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dump&gt;&nbsp;&nbsp;&lt;pass&gt;<br>&gt; proc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/proc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proc&nbsp;&nbsp;&nbsp;&nbsp;defaults&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0
<br>&gt; /dev/hdb1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ext3&nbsp;&nbsp;&nbsp;&nbsp;defaults,errors=remount-ro 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>&gt; /dev/hdb5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; none&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;swap&nbsp;&nbsp;&nbsp;&nbsp;sw&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&gt; /dev/hdc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/media/cdrom0&nbsp;&nbsp; udf,iso9660 user,noauto&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0
<br>&gt; /dev/hda&nbsp;&nbsp; /media/share&nbsp;&nbsp; vfat&nbsp;&nbsp; defaults,umask=0000&nbsp;&nbsp; 0&nbsp;&nbsp; 0<br>&gt; /dev/hda3&nbsp;&nbsp;&nbsp;&nbsp;/media/hda3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;swap&nbsp;&nbsp;&nbsp;&nbsp;sw&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;0<br>&gt;<br>&gt; when I type in sudo umount -a I get this:<br>&gt; umount: /dev: device is busy
<br>&gt; umount: /var/run: device is busy<br>&gt; umount: /: device is busy<br>&gt;<br>&gt; Can anyone help me out?&nbsp;&nbsp;I don&#39;t&nbsp;&nbsp;want to loose any&nbsp;&nbsp;information from this<br>&gt; drive at all!&nbsp;&nbsp;It is very important to me that everything stays on this
<br>&gt; drive.<br>&gt;<br><br>_______________________________________________<br>linux-user mailing list<br><a href="mailto:linux-user@egr.msu.edu">linux-user@egr.msu.edu</a><br><a href="http://mailman.egr.msu.edu/mailman/listinfo/linux-user">
http://mailman.egr.msu.edu/mailman/listinfo/linux-user</a><br></blockquote></div><br><br clear="all"><br>-- <br>Jordan Robison