Reply
 
Thread Tools Display Modes
  #1  
Old 10-05-2007, 01:44 PM
scanman scanman is offline
Junior Member
 
Join Date: Oct 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default short review of PC BSD 1.4 by new user
Installed on Toshiba Satellite s6000. 1066MHz 256 RAM trident shared.

Installing PC BSD was fast. approx 20 min. After the instalation XP will not boot anymore windows/sys32/hal.dll is corrupted or missing. I have had to install XP again. Using GAG like boot manager. Now dual boot is not a problem.

PC BSD 1.4 is very fast compare to SUSE 10.1. Actually this is the reason I am not using SUSE any more. It was too slow on my old PC
Videofiles and MP3 - all works out of the box. Unlike SUSE where you have to make some changes which with my PC and fast ADSL connection took nearly two hours.
Installing the Printer HP Photosmart D6160 was very easy thanks to one old post of dracheflieger.
Installing software is very easy. You even don't have to download it. BSD takes all needed steps. Picasa, Skype, OpenOffice, Kbedic, Ktorrent, K3B, Firrefox. Everything is there.

Points where I need some advice

PC BSD will not see my FAT32 partition. I have such partition for to share files with Windows. Documents, videos etc. Unfortunately in "Storage media I can see only my NTFS partition but I am unable to write on it"

When I am typing I have to do it very slowly otherwise I got double letters all the time. I have tried settings-> peripherals-> keyboard but changes does not seems to "solvee thhe probleem".

Otherwise - congratulations for the great work.
Reply With Quote
  #2  
Old 10-05-2007, 02:02 PM
Charles Charles is offline
Senior Member
 
Join Date: May 2005
Posts: 3,710
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: short review of PC BSD 1.4 by new user
Thanks and welcome
Reply With Quote
  #3  
Old 10-05-2007, 04:17 PM
antik's Avatar
antik antik is offline
Super Moderator
 
Join Date: Jul 2005
Location: Estonia
Posts: 3,610
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: short review of PC BSD 1.4 by new user
Originally Posted by scanman
Points where I need some advice

PC BSD will not see my FAT32 partition. I have such partition for to share files with Windows. Documents, videos etc. Unfortunately in "Storage media I can see only my NTFS partition but I am unable to write on it"

When I am typing I have to do it very slowly otherwise I got double letters all the time. I have tried settings-> peripherals-> keyboard but changes does not seems to "solvee thhe probleem".

Otherwise - congratulations for the great work.
Mount fat32 partitions manually- it is "feature" of HAL daemon not letting users to mount fixed disks with "too much fat".

Code:
# mount -t msdos /dev/ad0s2 /mnt/fat
For keyboard I presume you got some IBM notebook or something. Buy new external keyboard or update bios.
__________________
"All parts should go together without forcing. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1975
Reply With Quote
  #4  
Old 10-05-2007, 04:46 PM
scanman scanman is offline
Junior Member
 
Join Date: Oct 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: short review of PC BSD 1.4 by new user
Thanks forr your responce
Originally Posted by antik

Code:
# mount -t msdos /dev/ad0s2 /mnt/fat
For keyboard I presume you got some IBM notebook or something. Buy new external keyboard or update bios.
pcbsd# # mount -t msdos /dev/ad0s2 /mnt/fat
#: Command not found.

unfortunately it does not seems to work

About the keyboard. This is laptop as described in the beginning of the post. I don't think that external keyboard is option for me. It works fine with Windows 2k, XP, Suse, Knoppix, Ubuntu. May be there is other solution?
Reply With Quote
  #5  
Old 10-05-2007, 08:49 PM
Gerard's Avatar
Gerard Gerard is offline
Super Moderator
 
Join Date: Jul 2005
Location: UK
Posts: 466
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: short review of PC BSD 1.4 by new user
Originally Posted by scanman
Thanks forr your responce
Originally Posted by antik

Code:
# mount -t msdos /dev/ad0s2 /mnt/fat
For keyboard I presume you got some IBM notebook or something. Buy new external keyboard or update bios.
pcbsd# # mount -t msdos /dev/ad0s2 /mnt/fat
#: Command not found.

unfortunately it does not seems to work

About the keyboard. This is laptop as described in the beginning of the post. I don't think that external keyboard is option for me. It works fine with Windows 2k, XP, Suse, Knoppix, Ubuntu. May be there is other solution?
does the /mnt/fat directory exist? If not, you need to create it first

Code:
su
your password
mkdir /mnt/fat
more info on the FAQ database
__________________
FreeBSD News:
www.freebsdnews.net
Reply With Quote
  #6  
Old 10-05-2007, 09:04 PM
antik's Avatar
antik antik is offline
Super Moderator
 
Join Date: Jul 2005
Location: Estonia
Posts: 3,610
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: short review of PC BSD 1.4 by new user
Originally Posted by scanman
pcbsd# # mount -t msdos /dev/ad0s2 /mnt/fat
#: Command not found.

unfortunately it does not seems to work
Unfortunately you don't know what are you doing.

"#" is root command prompt- no need to type it once more.

ad0s2 is first disk and second partition- what partition got fat32 on your computer is not my concern. And of course you have to make directory for mounting or just use /mnt.
__________________
"All parts should go together without forcing. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1975
Reply With Quote
  #7  
Old 10-06-2007, 12:24 AM
the_darkside_986 the_darkside_986 is offline
Junior Member
 
Join Date: Apr 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: short review of PC BSD 1.4 by new user
Welcome. I also noticed how FreeBSD is exceedingly faster than most graphical linux distros, even though it is running KDE. (But Gnome is becoming the real memory hog, and starting to surpass KDE in resource usage it seems.) I installed PCBSD 1.3 on a system with a Pentium II and 256 MB and it runs as fast, if not faster, than Windows XP did on that system.

BTW, you must do an "su" in order to make that # appear in the FreeBSD's shell. But sometimes in csh, I must use bash because I don't know how to list commands starting with certain letters using csh.
Reply With Quote
  #8  
Old 10-07-2007, 07:18 PM
scanman scanman is offline
Junior Member
 
Join Date: Oct 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: short review of PC BSD 1.4 by new user
Quote:
Code:
su
your password
mkdir /mnt/fat
more info on the FAQ database
when trying faqs manual
Code:
kdesu kedit /etc/fstab
kbuildsycoca running...
pcbsd# kded: ERROR: : couldn't create slave : Cannot talk to klauncher
when trying via console
Code:
%su
Password:
pcbsd# mkdir /mnt/fat
pcbsd# mount -t msdos /dev/ad0s2 /mnt/fat
mount: Using "-t msdosfs", since "-t msdos" is deprecated.
pcbsd# mount -t msdosfs /dev/ad0s2 /mnt/fat
mount_msdosfs: /dev/ad0s2: Operation not permitted
pcbsd#
my disk is partitioned in following manner:
1. 15GB NTFS
2. 15GB FAT32
3. 10GB BSD
I am not sure if ad0s2 or ad0s3 is correct. First partition is ad0s0 or ad0s1. Which ad0s? have to be the FAT partition?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
short noob wishlist boxcartenant Feature Requests 2 11-02-2007 03:12 PM
Review: PC-BSD 1.3.1 Gerard The Lounge 0 02-16-2007 07:09 PM
Short 1.3 Review (link) jdarnold General Questions 1 11-15-2006 12:32 AM
review of pc-bsd koen The Lounge 12 02-06-2006 01:16 AM
I wrote a short review to start off my blog Rom Raptor General Questions 1 10-26-2005 08:11 PM


All times are GMT. The time now is 05:20 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.