<br><br><div class="gmail_quote">On Dec 20, 2007 6:32 AM, Owen Townend <<a href="mailto:bowbowbow@optushome.com.au">bowbowbow@optushome.com.au</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c"><br>On Thu, 2007-12-20 at 07:12 -0500, Michael R. Head wrote:<br>> On Thu, 2007-12-20 at 06:33 -0500, Seth Hasani wrote:<br>> > On Dec 19, 2007 5:36 PM, Michael R. Head <<a href="mailto:burner@suppressingfire.org">
burner@suppressingfire.org</a>> wrote:<br>> ><br>> > > I found that /dev/hda3 was not mounted to /home<br>> > > burner@firestorm:/$ mount |grep home<br>> > > burner@firestorm:/$ mount |grep hda3
<br>> > ><br>> > > So I attempted to mount it manually:<br>> > > burner@firestorm:/$ sudo mount /dev/hda3 /home/<br>> > > mount: /dev/hda3 already mounted or /home/ busy<br>> > >
<br>> > > No luck. What's weird here is that /dev/hda3 was not mounted, and if I<br>> > > check for open files on /home, it's clear:<br>> > > burner@firestorm:/$ sudo lsof |grep home<br>
> > > burner@firestorm:/$<br>> > ><br>> > > What's more, I can't mount /dev/hda3 anywhere!<br>> > ><br>> > > burner@firestorm:/$ sudo mkdir /test-mount<br>> > > 
burner@firestorm:/$ sudo mount /dev/hda3 /test-mount/<br>> > > mount: /dev/hda3 already mounted or /test-mount/ busy<br>> > ><br>> > > /dev/hda3 is reiserfs, and I have done a "sudo fsck /dev/hda3".
<br>> > > Everything looked fine when I did that.<br>> > ><br>> > ><br>> > > Anyone got a suggestion?<br>> ><br>> > Any hardware changes?<br>><br>> Nope... well, I have a new monitor attached to it.
<br>><br>> > Added another drive or an IDE card maybe? Have<br>> > you tried mounting via UUID? This mounts the partition you're<br>> > intending explicitly even if the devfs path (/dev/hd# or /dev/sd#)
<br>> > changes. If that's the case, its possible /dev/hda3 is indeed an empty<br>> > partition. There were some changes to pata drivers a while back, Im<br>> > not sure if this is your problem but it could have some relevance.
<br>><br>> I can successfully mount the partition when I boot with a 7.10 live CD.<br>> It's just the installed Ubuntu image that's giving me trouble.<br>><br>> > Seth<br>> ><br><br></div></div>
Hey,<br>  One thing you can try is using UUID lines in fstab instead of /dev<br>addresses. Use vol_id to find the UUID and then the fstab line looks<br>something like this:<br><br># Home partition, was /dev/hda2<br>UUID=aadbde44-75cb-4fae-3dad-cf2a42d0be3d /home               ext3
<br>defaults,errors=remount-ro 0       1<br><br>  This should make it impervious to partitions moving around /dev as<br>happens on occasion when adding new drives or fiddling in BIOS.<br><br>cheers,<br><font color="#888888">
Owen.<br></font><div><div></div><div class="Wj3C7c"></div></div></blockquote><div><br>What package is vol_id in.......<br><br>I don't seem to have that command..<br><br>TIA<br><br>me<br><br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div class="Wj3C7c"><br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></div></div></blockquote></div><br>