Re: Help-me, how to install freebsd in

2006-12-01 Thread Amit Joshi
On Saturday 02 December 2006 06:10, João Batista da Silva Filho wrote:
 I am have problem when try install FreeBsd in Notebook Acer Aspire 5003.
 I'm think that problem is in hard-disk, because it say that
 geometry is wrong.

 I am thankful
 


I guess that this error can usually be ignored.  :)

-- 
Regards, 
Amit.
http://copperskullcprogramming.blogspot.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting Freebsd partition on Linux

2006-11-28 Thread Amit Joshi
On Monday 27 November 2006 04:48, Keith McKenzie wrote:
 --
 (Vol 157, issue 18, msg 11)
 Date: Sun, 26 Nov 2006 23:38:17 +0530
 From: Amit Joshi [EMAIL PROTECTED]
 Subject: Mounting Freebsd partition on Linux

 I am trying to mount the FreeBSD Partition on my Debian Testing system with
 the 2.6.17-2 kernel.
 I tried searching the config file and did not find any reference to UFS or
 U2FS in that file. So maybe it is not supported by my kernel?

 Anyways, keeping my fingers crossed. Can anybody tell me how do I go about
 mounting the partition?

 I tried searching about the same on the internet, but the documentation on
 tldp.org seemed to be pretty ancient. They talked about the 2.1 kernels.

 ~~
 Hi

 mount -t ufs -o ufstype=ufs2 /dev/hda? /mnt

 (mount -t ufs -o ufstype=44bsd /dev/hda? /mnt)

About the question mark. Do you want me to type the command as it is, or is 
does the question mark indicate that everything under the primary partition 
will be mounted in /mnt?


 Works with 'R.I.P. 11-6' (Slackware based / 2.4 kernel)
 It is compiled into the kernel on this distro.

 (There is probably a module option somewhere under Debian)

 HTH
 Keith

Yes. Thanks. I checked out the config file of my linux kernel and found that 
UFS is supported. Also, the issue was that I wasn't mounting it right or 
something. I was trying to mount the primary partition I installed FreeBSD 
on. But then, I was later told that I need to mount the partitions that are 
created inside this primary partition. (as in whatever that is called- slices 
or whatever). 

I installed FreeBSD on a Secondary Hard disk ..on Primary partition hdb1 
(under Linux.) I guess it is called as something ad1s1 under FreeBSD. But 
then, I think that to mount the partition properly, I need to mount the 
ad1s1a, ad1s1b thing to get it right. 
-- 
Regards, 
Amit.
http://copperskullcprogramming.blogspot.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to choose an UPS?

2006-11-28 Thread Amit Joshi
On Tuesday 28 November 2006 13:14, [EMAIL PROTECTED] wrote:
 I am going to buy an UPS.
 What should I know and take into account to choose a proper one?

 Elisej Babenko

You may want to buy what fits your budget and still be good on features. 
I would generally recommend on buying an APC UPS. It has good life and pretty 
good features too. They came in various models, you may want to check out 
their website. 

http://www.apc.com

Usually, if you are willing to interface the UPS with your Computer, like it 
should automatically shutdown the computer when there's a power failure, then 
you may want to buy one with USB support. But I am not sure that you can 
interface it with FreeBSD. It can be done with Linux and Windows. :)
-- 
Regards, 
Amit.
http://copperskullcprogramming.blogspot.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.1 setup doesn't see my HDD

2006-11-27 Thread Amit Joshi
On Monday 27 November 2006 23:18, Dima wrote:
  On Mon, Nov 27, 2006 at 06:58:32PM +0200, Dima wrote:
 
trimmed

  By the way there are some error messages regarding this on Ctrl+Alt+F2
  (during install), but they say nothing to me:
  ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=0
  ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=0
  ad0: FAILURE - READ_DMA status=51READY,DSC,ERROR
  error=84ICRC,ABORTED
  LBA=0
  They're repeated 4 times.
 
trimmed

 Yes, I can:
 ad0: 238457 MB WDC WD2500JB-00GVC0 08.02D08 at ata0-master UDMA
 acd0 . at ata0-slave looks fine too (I'm too lazy to copy it :)
 Also I have ad2 and it seems fine on dmesg too.
 After that goes

 ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=0
 ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=0
 ad0: FAILURE - READ_DMA status=51READY,DSC,ERROR

 and repeats 3 times.

Well..I installed the FreeBSD 6.1-STABLE release lately, and everything went 
fine as far as the install was concerned. Yeah, I had some problems getting 
KDE to work properly, cuz of some issues with the Xserver, but they could be 
dealt with. So for a couple of days, I must say that FreeBSD was working 
fine. 

Then I was looking for some way of mounting the FreeBSD partition on Linux 
and/or vice-versa. But I couldn't do it. 

The next time I tried booting to FreeBSD, I am getting the same errors that 
you are!!! This time, I have no clue to what went wrong! 
Is this a known bug or something?
-- 
Regards, 
Amit.
http://copperskullcprogramming.blogspot.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Install problems

2006-11-26 Thread Amit Joshi
On Sunday 26 November 2006 05:34, Jose wrote:
 Hi,



 Let me start by saying I am new to FreeBSD. I downloaded the iso, burned it
 to disk and installed the software. However when I restart the pc after the
 install I get an error message that it cannot find the kernel. I have gone
 through the install several times already with the same results. Any idea
 on what I could be doing wrong.



 Thank you for your help.



 Jose

 New to FreeBSD


Hi, 
I see that you are getting the Kernel not found message. In FreeBSD, I guess 
you have to explicitly install the Kernel. It can be found under 
DISTRIBUTION, Kernel - Generic / SMP. Select the one you want to. and let it 
install the kernel. 
Then follow the other installation steps, and then it should run properly. 

I also am new to FreeBSD. Doing what is mentioned above solved the problem for 
me. :)
Just wondering why the FreeBSD installer doesn't include the Kernel by 
default! 
-- 
Regards, 
Amit. 

Remember fellas, what we do in life echoes in eternity! 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Mounting Freebsd partition on Linux

2006-11-26 Thread Amit Joshi
I am trying to mount the FreeBSD Partition on my Debian Testing system with
the 2.6.17-2 kernel.
I tried searching the config file and did not find any reference to UFS or
U2FS in that file. So maybe it is not supported by my kernel?

Anyways, keeping my fingers crossed. Can anybody tell me how do I go about
mounting the partition?

I tried searching about the same on the internet, but the documentation on
tldp.org seemed to be pretty ancient. They talked about the 2.1 kernels.


Well..also, how about mounting jfs/ext3/xfs/reiserfs partitions on FreeBSD?
Thanks. 

--
Regards,
Amit.
http://copperskullcprogramming.blogspot.com
Remember fellas, what we do in life echoes in eternity!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]