Welcome, Guest. Please login or register.

Author Topic: SFS for hard drives larger then 4 gig. How to install?  (Read 5909 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: SFS for hard drives larger then 4 gig. How to install?
« on: March 11, 2006, 10:31:10 PM »
Forgot to tick 'Mount' for the partitions?

Forgot to quickformat the partitions?

Using conflicting devicenames for the partitions? (There can be only one DH0 for example. I often prefix the devicenames on different disks with Q, Z or S for example)
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: SFS for hard drives larger then 4 gig. How to install?
« Reply #1 on: March 12, 2006, 12:17:57 AM »
Don't ever use regular format for partitions crossing or above the 4GB limit or you will destroy the RDB of the disk.

You must use quickformat, always.

If you already did it, the partitions will be gone after reboot.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: SFS for hard drives larger then 4 gig. How to install?
« Reply #2 on: March 12, 2006, 12:52:00 AM »
@tonyvdb

This has nothing to do with size.

The location of the partition matters. If it resides even partially over the 4GB limit, regular format will trash the RDB and you lose all partitions.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: SFS for hard drives larger then 4 gig. How to install?
« Reply #3 on: March 12, 2006, 01:18:02 AM »
Quote
Does this mean that the partitions above the 4 gig size are not going to be as stable/relyable?

Not at all.

But many applications are not able to access them. For example:

- Format
- ShapeShifter
- DiskSalv
- QuarterBack tools
- many older disk repair tools, editors etc

However, since many of these tools work only on FFS anyway, it doesn't matter much.

Obviously anything writing the disk directly (bypassing the filesystem) will be dangerous, since if the application doesn't handle >4GB correctly it will "wrap back" and trash the RDB and/or the partitions below 4GB. This is the reason why you should never use the regular (non-quick) format.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: SFS for hard drives larger then 4 gig. How to install?
« Reply #4 on: March 12, 2006, 08:23:51 PM »
@amije

Naturally it depends on your Format command version and the standards supported by the device driver. But even so, there are actually *three* different standards to access disk above the 4GB limit, and even the AmigaOS 3.9 Format only supports one of these methods.

So, in short, due to all this uncertainty, it's much better to assume that the format is not safe.

Full format is waste of time anyway.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: SFS for hard drives larger then 4 gig. How to install?
« Reply #5 on: March 12, 2006, 08:41:11 PM »
@amije

If the format goes bad it goes bad right away (that is the RDB is lost on next reboot, first partition(s) get corrupted). There is no delayed effect other than that.

There is no need to reformat. If you had experienced the problem you would have lost all your partitions already.