Re: Re[2]: Defragmentation needed with FreeBSD ...

2005-10-03 Thread Alistar Erlas


--- Andreas Davour [EMAIL PROTECTED] wrote:

 On Sun, 2 Oct 2005, Andrew P. wrote:
 
  On 10/2/05, Andreas Davour [EMAIL PROTECTED]
 wrote:
  On Sun, 2 Oct 2005, Gerard Seibert wrote:
 
  * REPLY SEPARATOR *
  On 10/2/2005 9:40:11 AM, Gerard Seibert Replied:
 
  I have both Windows and FreeBSD boxes, and I can
 honestly say that I do
  not hear the hdd scratching (I certainly hope it
 is not scratching). It
  sounds to me like you have a serious problem
 with your HD. Perhaps it is
  time to trade it in for a newer model.
 
  Yes, a HD should not be heard, then it's time to
 be very afraid! It
  happened to me yesterday, so I know... :(
 
  You know, it depends. Most of my Seagate drives
  are almost silent, but Maxtor and Hitachi (IBM)
 can
  easily be heard.
 
 They can? I have always taken sound as a sign of
 troubles. Anyway, any 
 should above should be taken with a grain of
 salt. :)
 
 SMART have some merit.
 
 /andreas
 
 -- 
 A: Because it fouls the order in which people
 normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing on usenet and in
 e-mail?
 ___
 freebsd-questions@freebsd.org mailing list

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


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Re[2]: Defragmentation needed with FreeBSD ...

2005-10-03 Thread Alistar Erlas



 
 
 --- Andreas Davour [EMAIL PROTECTED] wrote:
 
  On Sun, 2 Oct 2005, Andrew P. wrote:
  
   On 10/2/05, Andreas Davour [EMAIL PROTECTED]
  wrote:
   On Sun, 2 Oct 2005, Gerard Seibert wrote:
  
   * REPLY SEPARATOR *
   On 10/2/2005 9:40:11 AM, Gerard Seibert
 Replied:
  
   I have both Windows and FreeBSD boxes, and I
 can
  honestly say that I do
   not hear the hdd scratching (I certainly hope
 it
  is not scratching). It
   sounds to me like you have a serious problem
  with your HD. Perhaps it is
   time to trade it in for a newer model.
  
   Yes, a HD should not be heard, then it's time
 to
  be very afraid! It
   happened to me yesterday, so I know... :(
  
   You know, it depends. Most of my Seagate drives
   are almost silent, but Maxtor and Hitachi (IBM)
  can
   easily be heard.
  
  They can? I have always taken sound as a sign of
  troubles. Anyway, any 
  should above should be taken with a grain of
  salt. :)
  
  SMART have some merit.
  
  /andreas
  I would say that if the HDD starts making new
noises
that it didnt make previously, then definitely there
may be something wrong. Some hard disks do make noises
when reading data, others do not. I have had some that
are easily heard, and they always were that way, and
others that are silent.

As far as backing up data, CDs are an option but with
a lot of data that gets a bit inconvenient, maybe one
of the GUI CD writer tools on FreeBSD makes spanning
multiple CDs less of a performance. Maybe there is
some tool to verify the CDs where written properly as
well. I hope. I have another computer that I just copy
the data to. Some people just install two hard drives
inside their system and use the second as a backup.
Some people use external USB hard drives.



  -- 
  A: Because it fouls the order in which people
  normally read text.
  Q: Why is top-posting such a bad thing?
  A: Top-posting.
  Q: What is the most annoying thing on usenet and
 in
  e-mail?
  ___
  freebsd-questions@freebsd.org mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
  
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam
 protection around 
 http://mail.yahoo.com 
 ___
 freebsd-questions@freebsd.org mailing list

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




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Defragmentation needed with FreeBSD ...

2005-10-03 Thread Lowell Gilbert
Kiffin Gish [EMAIL PROTECTED] writes:

 On Sun, 2005-10-02 at 17:11 +0400, Andrew P. wrote:
  On 10/2/05, Tamouh H. [EMAIL PROTECTED] wrote:
  
   
I was just wondering if like in Windows disk fragmentation
arises, and if so then how should one go about defragmenting it?
  
   There is no fragmentation in the BSD file systems, that is something 
   related
   to Windows only. You might want to add the line:
  
   fsck_y_enable=YES
  
   to your /etc/rc.conf  in the event fsck finds errors on your disks.
  
  
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to [EMAIL PROTECTED]
  
  
  Of course there is fragmentation.
  
  UFS, particularly its implementation in FreeBSD is
  more intelligent than NTFS/FAT32. When there is
  enough free space on the disk (typically more than
  15%, see tunefs(8) for details), I/O is automatically
  optimized to minimize fragmentation.
  
  When your win32 box is idle, but the hdd is scratching
  it's very annoying, because you know that windows
  is swapping something.
  
  When your bsd box is idle, but the hdd is scratching
  it's quite pleasant, 'cuz that's some hard-working
  daemons make sure that you don't loose any data,
  and always can enjoy the maximum performance.
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 So if I understand you correctly, this means that the disk is
 defragmented automatically in the background during idle use, e.g. I do
 not have to do anything else to enable it because it is already enabled.
 
 Correct?

Not really.  Rather than trying to keep an entire file contiguous, UFS
just keeps reasonably large blocks contiguous, and all of the blocks
in the same part of the disk (cylinder group).  

The basics of this are all still the same as in the original research
paper; see /usr/share/doc/smm/05.fastfs/paper.ascii.gz.

Also bear in mind that the term fragmentation is used to mean
something different in the Microsoft world than it is with respect to
Unix filesystems.  I have commented on that before on this list;
please see the archives to avoid repeating old discussions.  For example,
http://lists.freebsd.org/pipermail/freebsd-questions/2005-July/094544.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Defragmentation needed with FreeBSD ...

2005-10-02 Thread Kiffin Gish
I was just wondering if like in Windows disk fragmentation arises, and
if so then how should one go about defragmenting it?

-- 
Kiffin Gish
Gouda, The Netherlands

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


RE: Defragmentation needed with FreeBSD ...

2005-10-02 Thread Tamouh H.


 I was just wondering if like in Windows disk fragmentation
 arises, and if so then how should one go about defragmenting it?

There is no fragmentation in the BSD file systems, that is something related
to Windows only. You might want to add the line:

fsck_y_enable=YES

to your /etc/rc.conf  in the event fsck finds errors on your disks.


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


Re: Defragmentation needed with FreeBSD ...

2005-10-02 Thread Andrew P.
On 10/2/05, Tamouh H. [EMAIL PROTECTED] wrote:

 
  I was just wondering if like in Windows disk fragmentation
  arises, and if so then how should one go about defragmenting it?

 There is no fragmentation in the BSD file systems, that is something related
 to Windows only. You might want to add the line:

 fsck_y_enable=YES

 to your /etc/rc.conf  in the event fsck finds errors on your disks.


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


Of course there is fragmentation.

UFS, particularly its implementation in FreeBSD is
more intelligent than NTFS/FAT32. When there is
enough free space on the disk (typically more than
15%, see tunefs(8) for details), I/O is automatically
optimized to minimize fragmentation.

When your win32 box is idle, but the hdd is scratching
it's very annoying, because you know that windows
is swapping something.

When your bsd box is idle, but the hdd is scratching
it's quite pleasant, 'cuz that's some hard-working
daemons make sure that you don't loose any data,
and always can enjoy the maximum performance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re[2]: Defragmentation needed with FreeBSD ...

2005-10-02 Thread Gerard Seibert
On Sun, 2 Oct 2005 17:11:23 +0400, Andrew P. [EMAIL PROTECTED]
Subject: Re: Defragmentation needed with FreeBSD ...
Wrote these words of wisdom:

 On 10/2/05, Tamouh H. [EMAIL PROTECTED] wrote:
 
  
   I was just wondering if like in Windows disk fragmentation
   arises, and if so then how should one go about defragmenting it?
 
  There is no fragmentation in the BSD file systems, that is something related
  to Windows only. You might want to add the line:
 
  fsck_y_enable=YES
 
  to your /etc/rc.conf  in the event fsck finds errors on your disks.
 
 Of course there is fragmentation.
 
 UFS, particularly its implementation in FreeBSD is
 more intelligent than NTFS/FAT32. When there is
 enough free space on the disk (typically more than
 15%, see tunefs(8) for details), I/O is automatically
 optimized to minimize fragmentation.
 
 When your win32 box is idle, but the hdd is scratching
 it's very annoying, because you know that windows
 is swapping something.
 
 When your bsd box is idle, but the hdd is scratching
 it's quite pleasant, 'cuz that's some hard-working
 daemons make sure that you don't loose any data,
 and always can enjoy the maximum performance.


* REPLY SEPARATOR *
On 10/2/2005 9:40:11 AM, Gerard Seibert Replied:

I have both Windows and FreeBSD boxes, and I can honestly say that I do
not hear the hdd scratching (I certainly hope it is not scratching). It
sounds to me like you have a serious problem with your HD. Perhaps it is
time to trade it in for a newer model.

Second, why would I want to add this line to my /etc/rc.conf file:

fsck_y_enable=YES

I thought the OS handled the file checking process automatically.


-- 
Gerard Seibert
[EMAIL PROTECTED]


There are two ways to slide easily through life; to believe
everything or to doubt everything. Both ways save us from thinking.

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


Re: Re[2]: Defragmentation needed with FreeBSD ...

2005-10-02 Thread Andrew P.
On 10/2/05, Andreas Davour [EMAIL PROTECTED] wrote:
 On Sun, 2 Oct 2005, Gerard Seibert wrote:

  * REPLY SEPARATOR *
  On 10/2/2005 9:40:11 AM, Gerard Seibert Replied:
 
  I have both Windows and FreeBSD boxes, and I can honestly say that I do
  not hear the hdd scratching (I certainly hope it is not scratching). It
  sounds to me like you have a serious problem with your HD. Perhaps it is
  time to trade it in for a newer model.

 Yes, a HD should not be heard, then it's time to be very afraid! It
 happened to me yesterday, so I know... :(


You know, it depends. Most of my Seagate drives
are almost silent, but Maxtor and Hitachi (IBM) can
easily be heard.

Nevertheless, I don't take chances - and enable
SMART on all hard drives. Smartmontools come in
handy, I always know when it's time to make a
backup and go buy another drive.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Defragmentation needed with FreeBSD ...

2005-10-02 Thread Kiffin Gish
On Sun, 2005-10-02 at 17:11 +0400, Andrew P. wrote:
 On 10/2/05, Tamouh H. [EMAIL PROTECTED] wrote:
 
  
   I was just wondering if like in Windows disk fragmentation
   arises, and if so then how should one go about defragmenting it?
 
  There is no fragmentation in the BSD file systems, that is something related
  to Windows only. You might want to add the line:
 
  fsck_y_enable=YES
 
  to your /etc/rc.conf  in the event fsck finds errors on your disks.
 
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 Of course there is fragmentation.
 
 UFS, particularly its implementation in FreeBSD is
 more intelligent than NTFS/FAT32. When there is
 enough free space on the disk (typically more than
 15%, see tunefs(8) for details), I/O is automatically
 optimized to minimize fragmentation.
 
 When your win32 box is idle, but the hdd is scratching
 it's very annoying, because you know that windows
 is swapping something.
 
 When your bsd box is idle, but the hdd is scratching
 it's quite pleasant, 'cuz that's some hard-working
 daemons make sure that you don't loose any data,
 and always can enjoy the maximum performance.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

So if I understand you correctly, this means that the disk is
defragmented automatically in the background during idle use, e.g. I do
not have to do anything else to enable it because it is already enabled.

Correct?

-- 
Kiffin Gish
Gouda, The Netherlands

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


Re: Defragmentation needed with FreeBSD ...

2005-10-02 Thread Andrew P.
On 10/2/05, Kiffin Gish [EMAIL PROTECTED] wrote:
 On Sun, 2005-10-02 at 17:11 +0400, Andrew P. wrote:
  On 10/2/05, Tamouh H. [EMAIL PROTECTED] wrote:
  
   
I was just wondering if like in Windows disk fragmentation
arises, and if so then how should one go about defragmenting it?
  
   There is no fragmentation in the BSD file systems, that is something 
   related
   to Windows only. You might want to add the line:
  
   fsck_y_enable=YES
  
   to your /etc/rc.conf  in the event fsck finds errors on your disks.
  
  
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to [EMAIL PROTECTED]
  
 
  Of course there is fragmentation.
 
  UFS, particularly its implementation in FreeBSD is
  more intelligent than NTFS/FAT32. When there is
  enough free space on the disk (typically more than
  15%, see tunefs(8) for details), I/O is automatically
  optimized to minimize fragmentation.
 
  When your win32 box is idle, but the hdd is scratching
  it's very annoying, because you know that windows
  is swapping something.
 
  When your bsd box is idle, but the hdd is scratching
  it's quite pleasant, 'cuz that's some hard-working
  daemons make sure that you don't loose any data,
  and always can enjoy the maximum performance.
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]

 So if I understand you correctly, this means that the disk is
 defragmented automatically in the background during idle use, e.g. I do
 not have to do anything else to enable it because it is already enabled.

 Correct?

 --
 Kiffin Gish
 Gouda, The Netherlands



It's not that simple, but the fact is that you don't
need to worry about fragmentation at all. Just
make sure that your drives have at least 15-20%
free space for maximum performance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]