T.R | Title | User | Personal Name | Date | Lines |
---|
5885.1 | FAT yes, NTFS no | RTOMS::dhcp-203-80-56.suo.dec.com::Wagenblast | This brain intentionally left blank | Tue Apr 08 1997 00:52 | 15 |
| For FAT filesystems, it will work.
For NTFS filesystems, it won't work.
Reason: NTFS is a log based filesystem. Microsoft messed up compatibility
of NTFS between Intel and Alpha, by using a different record size for the
NTFS log file. So if you move an NTFS file system between Intel and Alpha,
the other OS will not be able to read the NTFS log file, and thus won't be
able to recognize the file system.
When moving the disks between the two OSes you have to reformat any NTFS
partition. But this should be not that big an issue, just will cost you
some time for the backup/restore.
|
5885.2 | | COOKIE::FROEHLIN | VMS...riding into the setting sun! | Tue Apr 08 1997 13:10 | 10 |
| .1>Reason: NTFS is a log based filesystem. Microsoft messed up compatibility
Really? Isn't that a bit loose use of the term "log based"?
From "Windows NT File Systems" by Helen Custer:
p.11 "...NTFS is a sophisticated relational database that incorporates
the latest technical advances in data logging..."
Guenther
|
5885.3 | | MOVIES::WIDDOWSON | Rod OpenVMS Engineering. Project Rock | Wed Apr 09 1997 05:09 | 3 |
| Naa, I think the two are compatible. What is more dubious is the
assertion that it was the first commercially available Log-based
filesystem.
|
5885.4 | | COOKIE::FROEHLIN | VMS...riding into the setting sun! | Wed Apr 09 1997 14:45 | 15 |
| .3> Naa, I think the two are compatible. What is more dubious is the
Rod, is that "Naa" to the fact that NTFS Alpha and Intel are compatible
or that NTFS is a log based file system? If the later...
NTFS is described as "...is like the FAT file system in that it uses
the cluster as its fundamental unit of disk allocation." All file
blocks on disk are static...once allocated they don't move. The only
log written is the transaction log. This log, like a database journal,
"...contains transaction records NTFS write in order to recover a
volume...".
Anyway...just wanted to point out that NTFS is snow from last year.
Guenther
|
5885.5 | | MOVIES::WIDDOWSON | Rod OpenVMS Engineering. Project Rock | Thu Apr 10 1997 04:06 | 14 |
| Sorry Guenther. I meant that the two two *statements* are compatible.
Alpha and x86 NTFS ODS's aint. (.... sigh ....)
In Log *based* filesystems, the data doesn't move but the metadata is
logged to avoid either FSCK or the performance penalty of carefull
writes. Log based filesystems have been around a while - ADVfs is an
example in the digital space, but there is also DEC DFS and I think
that the Veritas filesystem us logged...
Log *structuring* is like log based but without the fixed data bit (all
data goes into the log). Examples are the Berkly LFS and it's spinoffs,
and Spiralog..
As to the rest, I concur...
|
5885.6 | I think it worked for me once? | EPS::VANDENHEUVEL | Hein | Wed Apr 16 1997 11:37 | 26 |
| You folks sure about the mismatch? Is it possible to be 'lucky'?
I experimented a while ago with an INTEL and ALPHA NT 4.0 system
each on the same SCSI bus (obviously with one controller modified
from id=7 to id=0) and managed to 'switch' a device relativly
properly between the two systems after having allowed the disk
adminstrator to have a free go at the drive from both systems.
(To switch I deasigned a drive letter on one, assigned on the other,
is that as close to a 'dismount' command as you can come?).
In a seperate experiment I build a disk on Intel, loaded it with data,
and stuck it in a slot on the Alpha and (ofcourse) that worked also.
I'm pretty sure that in both case the drives were formatted NTFS
but it's been a while so I must remember wrong? Is there a low-
usage / empty state in the metadata log where the incompatibilties
did not hurt?
I used it to move over a bulk of bcp files because SQLserver binary
database files are NOT compatible between intel and Alpha. (Even the
backups are incompatible :-( ).
2�,
Hein.
|
5885.7 | | DECWET::SCHREIBER | DECeNT | Mon Apr 21 1997 18:18 | 7 |
| I believe that if the first system is cleanly shut down you will have
no problem in moving the disk between architectures. It's only in the
case of an unclean shutdown (crash of some sort) that the log file
sizes become an issue. Of course, that is one of the more important
times to have high flexibility in moving disks around.
Benn
|