Date: Mon, 14 May 2007 12:05:47 -0400 From: Jerry McAllister <jerrymc@msu.edu> To: Oscar Chavarria <cyberbuzzard@gmail.com> Cc: Mikhail Goriachev <mikhailg@webanoide.org>, FreeBSD Questions Mailing List <freebsd-questions@freebsd.org> Subject: Re: Unable to mount HDD - Newbie question Message-ID: <20070514160547.GA36516@gizmo.acns.msu.edu> In-Reply-To: <716841580705140858w4084f36o87cb2ab96649857@mail.gmail.com> References: <716841580705140812l40094c33h74033921cc0a37bd@mail.gmail.com> <46488100.3040502@webanoide.org> <716841580705140838v54fa3ef8k282332100cfad562@mail.gmail.com> <464884B1.8050304@webanoide.org> <716841580705140858w4084f36o87cb2ab96649857@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 14, 2007 at 09:58:54AM -0600, Oscar Chavarria wrote: > ls /dev/da0s1 > /dev/da0s1 Again, please do not top post. It makes it very hard to have any idea what you are referring to. The entire context of the conversation gets lost. In this case, what do you mean? You just did an ls of a file name and found that it responsed with the file name. That is normal. So, what? Try doing ls /dev/da0s* and see what you get. Secondly, nowdays, the devfs system only makes devices that are in use and makes them on the fly. I haven't dug around in that since the change since it was changed from the old MAKEDEV system so I may be wrong, but I would not be surprised if /dev/da0s1d was not there until after things were fixed up. So, try the fsck as Mikhail suggested -- with the partition name. ////jerry > > On 5/14/07, Mikhail Goriachev <mikhailg@webanoide.org> wrote: > > > >Oscar Chavarria wrote: > >> fsck /dev/da0s1 /home > >> fsck: could not determine filesystem type. > >> > >> Go figure. Might the hdd be damaged? I guess not since boot recognized > >> it, right? > > > > > >Please don't top-post and keep the conversation on the list. > > > > > >It seems like you've tried to fsck only the slice (da0s1). You have to > >fsck the partition itself: > > > ># fsck /dev/da0s1d > > > >The last letter should be the one you assigned when you labeled that > >drive. > > > > > > > >Show us the output of: > > > ># ls /dev/da0* > > > > > >Regards, > >Mikhail. > > > >-- > >Mikhail Goriachev > >Webanoide > > > >Telephone: +61 (0)3 62252501 > >Mobile Phone: +61 (0)4 38255158 > >E-Mail: mikhailg@webanoide.org > >Web: www.webanoide.org > > > > > > -- > Regards > > Oscar Chavarria > Mobile: +506 814-0247 > > *** The more I know people the more I love my FreeBSD *** > > --- In a world without boundaries, we don't need Windows or Gates --- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070514160547.GA36516>