Go Back   Technology Questions > Software Questions > Operating System Questions > Linux

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 06-07-2008, 03:30 AM
Man-wai Chang ToDie (33.6k)
Tablet PC Guest
 
Posts: n/a
careful file system


Which linux file system would checksum every cluster
it writes onto the disk (thus allowing you to
verify the saved data easily)?

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04) Linux 2.6.25.5
^ ^ 19:07:01 up 5:37 1 user load average: 1.01 1.04 1.13
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_...ub_addressesa/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 06-07-2008, 03:30 AM
Xploder HD Movie Player for PS3. Manage, convert and transfer media files between the PC and PS3.
  #2 (permalink)  
Old 06-07-2008, 04:20 AM
dennis@home
Tablet PC Guest
 
Posts: n/a
Re: careful file system



"Man-wai Chang ToDie (33.6k)" <toylet.toylet******.com> wrote in message
news:484a6c3a$1@127.0.0.1...
>
> Which linux file system would checksum every cluster
> it writes onto the disk (thus allowing you to
> verify the saved data easily)?


Do you mean in addition to the ECC done by the disk drive which works on all
the common file systems?

You can set a read after write verification check on some file systems but
that only checks that the data in the system buffer is written correctly,
not that the application has written the data correctly.

If the data is really critical a read after write check by the application
is what is needed.
Be sure to flush the cache before the verify or you will just check the
contents of RAM and not what's on the disk.

Consider a database to store the data, they tend to be able to handle errors
and checking better.

What is the application?



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 06-07-2008, 04:50 AM
Man-wai Chang ToDie (33.6k)
Tablet PC Guest
 
Posts: n/a
Re: careful file system

> Do you mean in addition to the ECC done by the disk drive which works on
> all the common file systems?


Even those cheap consumer-grade hard disks have this ECC thing?

> If the data is really critical a read after write check by the
> application is what is needed.
> Be sure to flush the cache before the verify or you will just check the
> contents of RAM and not what's on the disk.


I meant both the data and the checksum are stored in the
file system so that you don't need the original file
to verify the correctness of the data after a copy
process.

> What is the application?


Nothing, just backing up data.

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04) Linux 2.6.25.5
^ ^ 20:36:01 up 7:06 1 user load average: 1.00 1.02 1.00
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_...ub_addressesa/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 06-07-2008, 06:10 AM
dennis@home
Tablet PC Guest
 
Posts: n/a
Which backup application does a proper verification and keeps checksums in its image?" was Re: careful file system



"Man-wai Chang ToDie (33.6k)" <toylet.toylet******.com> wrote in message
news:484a815f@127.0.0.1...
>> Do you mean in addition to the ECC done by the disk drive which works on
>> all the common file systems?

>
> Even those cheap consumer-grade hard disks have this ECC thing?


Yes. They wouldn't work very well without it.
You can find the error rate in the disk specs and compare them if you need
to.

>
>> If the data is really critical a read after write check by the
>> application is what is needed.
>> Be sure to flush the cache before the verify or you will just check the
>> contents of RAM and not what's on the disk.

>
> I meant both the data and the checksum are stored in the
> file system so that you don't need the original file
> to verify the correctness of the data after a copy
> process.
>
>> What is the application?

>
> Nothing, just backing up data.


I think you need to change your question to

"Which backup application does a proper verification and keeps checksums in
its image?" so I have.

You can do it with tar if you write a script,
but there is bound to be something better that I haven't seen.

tar is an ancient utility that has been used to create archives on unix
since the year dot so it is known to be reliable.

I use a utility (Memeo) that backs up changed files on the fly on windows, I
don't know if there is a similar application for linux.



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 06-07-2008, 08:00 AM
Unruh
Tablet PC Guest
 
Posts: n/a
Re: careful file system

"Man-wai Chang ToDie (33.6k)" <toylet.toylet******.com> writes:

>> Do you mean in addition to the ECC done by the disk drive which works on
>> all the common file systems?


>Even those cheap consumer-grade hard disks have this ECC thing?


Oh yes, masses of it. It can correct huge native error rates. That is one
way they squeeze every last bit out of those drives.


>> If the data is really critical a read after write check by the
>> application is what is needed.
>> Be sure to flush the cache before the verify or you will just check the
>> contents of RAM and not what's on the disk.


>I meant both the data and the checksum are stored in the
>file system so that you don't need the original file
>to verify the correctness of the data after a copy
>process.


Do you want to just check it, or correct it as well. The latter is much
harder and more extensive in space.


>> What is the application?


>Nothing, just backing up data.


That is probably something in your backup program-- eg storing an MD4 sum
with every file of that file. Of course what do you do if the checksum says
the file is corrupted?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 06-07-2008, 08:30 AM
Steve Ackman
Tablet PC Guest
 
Posts: n/a
Re: careful file system

In <484a6c3a$1@127.0.0.1>, on Sat, 07 Jun 2008 19:09:09 +0800, Man-wai
Chang ToDie (33.6k), toylet.toylet******.com wrote:
>
> Which linux file system would checksum every cluster
> it writes onto the disk (thus allowing you to
> verify the saved data easily)?


Sounds like zfs would probably fit your bill.
http://www.sun.com/software/solaris/ds/zfs.jsp
Available on Solaris, FreeBSD, Mac, and probably a
couple others. Not available for Linux though (yet?).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 06-07-2008, 10:50 AM
J.O. Aho
Tablet PC Guest
 
Posts: n/a
Re: careful file system

Steve Ackman wrote:
> In <484a6c3a$1@127.0.0.1>, on Sat, 07 Jun 2008 19:09:09 +0800, Man-wai
> Chang ToDie (33.6k), toylet.toylet******.com wrote:
>> Which linux file system would checksum every cluster
>> it writes onto the disk (thus allowing you to
>> verify the saved data easily)?

>
> Sounds like zfs would probably fit your bill.
> http://www.sun.com/software/solaris/ds/zfs.jsp
> Available on Solaris, FreeBSD, Mac, and probably a
> couple others. Not available for Linux though (yet?).


There is a Linux port, look for zfs-on-fuse.

--

//Aho
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 06-07-2008, 07:50 PM
Man-wai Chang ToDie (33.6k)
Tablet PC Guest
 
Posts: n/a
Re: careful file system

> That is probably something in your backup program-- eg storing an MD4 sum
> with every file of that file. Of course what do you do if the checksum says
> the file is corrupted?


For now I am using 7-zip....

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04) Linux 2.6.25.5
^ ^ 11:36:01 up 22:06 1 user load average: 1.01 1.01 1.00
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_...ub_addressesa/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 06-07-2008, 07:50 PM
Man-wai Chang ToDie (33.6k)
Tablet PC Guest
 
Posts: n/a
Re: Which backup application does a proper verification and keeps

> "Which backup application does a proper verification and keeps checksums
> in its image?" so I have.
> You can do it with tar if you write a script,
> but there is bound to be something better that I haven't seen.


Don't think tar could handle double-byte big5 file names...

> I use a utility (Memeo) that backs up changed files on the fly on
> windows, I don't know if there is a similar application for linux.


I am using 7-zip now (store mode).

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04) Linux 2.6.25.5
^ ^ 11:36:01 up 22:06 1 user load average: 1.01 1.01 1.00
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_...ub_addressesa/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 06-07-2008, 08:00 PM
Man-wai Chang ToDie (33.6k)
Tablet PC Guest
 
Posts: n/a
Re: careful file system

>> Sounds like zfs would probably fit your bill.
>> http://www.sun.com/software/solaris/ds/zfs.jsp
>> Available on Solaris, FreeBSD, Mac, and probably a
>> couple others. Not available for Linux though (yet?).

> There is a Linux port, look for zfs-on-fuse.


Does XFS have similar functionality?

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04) Linux 2.6.25.5
^ ^ 11:35:01 up 22:05 1 user load average: 1.04 1.01 1.00
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_...ub_addressesa/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #11 (permalink)  
Old 06-07-2008, 11:10 PM
J.O. Aho
Tablet PC Guest
 
Posts: n/a
Re: careful file system

Man-wai Chang ToDie (33.6k) wrote:
>>> Sounds like zfs would probably fit your bill.
>>> http://www.sun.com/software/solaris/ds/zfs.jsp
>>> Available on Solaris, FreeBSD, Mac, and probably a
>>> couple others. Not available for Linux though (yet?).

>> There is a Linux port, look for zfs-on-fuse.

>
> Does XFS have similar functionality?
>

Read this: http://oss.sgi.com/projects/xfs/papers/ukuug2003.pdf

If you want another industrial file system, then check here:
jfs.sourceforge.net/

--

//Aho
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #12 (permalink)  
Old 06-07-2008, 11:30 PM
J.O. Aho
Tablet PC Guest
 
Posts: n/a
Re: Which backup application does a proper verification and keeps

Man-wai Chang ToDie (33.6k) wrote:
>> "Which backup application does a proper verification and keeps
>> checksums in its image?" so I have.
>> You can do it with tar if you write a script,
>> but there is bound to be something better that I haven't seen.

>
> Don't think tar could handle double-byte big5 file names...


Works fine with UTF-8 and works like a charm using the fonts downloaded
from the HK-administrations homepage.


>> I use a utility (Memeo) that backs up changed files on the fly on
>> windows, I don't know if there is a similar application for linux.

>
> I am using 7-zip now (store mode).


There are loads of backup tools and a good number of those are multi
platform, so you can backup stuff on one system and then restore on
another, just find the one which full fills your criteria.
http://freshmeat.net/search/?q=backu...&Go.x=0&Go.y=0

--

//Aho
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #13 (permalink)  
Old 06-07-2008, 11:30 PM
Man-wai Chang ToDie (33.6k)
Tablet PC Guest
 
Posts: n/a
Re: careful file system

>>>> Sounds like zfs would probably fit your bill.
>>>> http://www.sun.com/software/solaris/ds/zfs.jsp

>> Does XFS have similar functionality?

> Read this: http://oss.sgi.com/projects/xfs/papers/ukuug2003.pdf
> If you want another industrial file system, then check here:
> jfs.sourceforge.net/


It would be fun if all 3 file systems are available
to Window$. :)

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04) Linux 2.6.25.5
^ ^ 15:16:01 up 1 day 1:46 1 user load average: 1.03 1.05 1.01
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_...ub_addressesa/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #14 (permalink)  
Old 06-08-2008, 03:00 AM
dennis@home
Tablet PC Guest
 
Posts: n/a
Re: careful file system



"Man-wai Chang ToDie (33.6k)" <toylet.toylet******.com> wrote in message
news:484b53b6$1@127.0.0.1...
>>> Sounds like zfs would probably fit your bill.
>>> http://www.sun.com/software/solaris/ds/zfs.jsp
>>> Available on Solaris, FreeBSD, Mac, and probably a
>>> couple others. Not available for Linux though (yet?).

>> There is a Linux port, look for zfs-on-fuse.

>
> Does XFS have similar functionality?


Don't make the mistake of thinking such functionality is a substitute for a
proper backup.
You need to do a proper verify of the archive *after* its creation.
There were many backups lost on tape drives who thought the read after write
check on some of them was good enough.



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #15 (permalink)  
Old 06-08-2008, 04:00 AM
Man-wai Chang ToDie (33.6k)
Tablet PC Guest
 
Posts: n/a
Re: careful file system

> Don't make the mistake of thinking such functionality is a substitute
> for a proper backup.
> You need to do a proper verify of the archive *after* its creation.
> There were many backups lost on tape drives who thought the read after
> write check on some of them was good enough.


Thanks for the reminder.

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04) Linux 2.6.25.5
^ ^ 19:48:01 up 1 day 6:18 1 user load average: 1.10 1.05 1.01
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_...ub_addressesa/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
missing live file system and mastered system Tenny Windows Vista 1 03-28-2008 05:30 PM
Careful who you bank with... The poster formerly known as 'The Poster Formerly Known as Nina DiBoy' Windows Vista 16 10-10-2007 09:00 PM
FYI be careful. Mr. Arnold Windows Vista 2 09-06-2007 08:10 AM
RE: BE-CAREFUL......... Rob^_^ Internet Explorer 2 05-06-2007 07:55 AM
43 GB System File in System Volume Information on 160 GB partition Brent Windows Vista 6 04-14-2007 02:45 PM


All times are GMT -8. The time now is 02:49 PM.


2003 - 2008 All Rights Reserved. Technology Questions

SEO by vBSEO 3.1.0