Re: cannot install XP on a separate partition
01 Jul 2009 07:59AM
Vista uses a newer Version of NTFS and hides more things.
This kind of nonsense has been going on for a long time.
When you have DOS 6.22 it wont see fat partitions created by WIN9X UNLESS you create the original partition with
DOS 6.22 then install win95 in dual boot mode.
They broke this with win95B and you had to to tricks to keep dual boot functionality.
They Permanently broke this with windows ME.
Hard drives that have been mounted via USB Bridge in vista will show root kits being installed as hidden items that XP adminstrators cannot see
or write to or delete.
Windows XP vs Vista: NTFS
Junctions and symbolic links are two different types of NTFS
objects and are not exactly the same thing.
Junctions are not recognized in Vista and this seems intentional,
but the junction functionality still exists in Vista.
You have to create your NTFS with XP not vista then install XP first then
install vista. Vista will not install on FAT32.
You can use mklink
http://technet.microsoft.com/en-us/library/cc753194.aspx
to create soft links (the default), hard links (/h), or junctions (/j).
The biggest improvement of sym links over junctions is sym links can reference
files OR directories (junctions are directory only)
and the can reference network shares as well (junctions cannot).
But the bottom line is they are different.
http://www.rekenwonder.com/linkmagic.htm
A junction point is a special type of reparse point. Reparse points are redirections in the Windows file system. There are 3 types of reparse points:
- Symbolic links - can be thought of as a shortcut to a file or folder elsewhere in the file system
- Junction points - can only point to a folder
- Mount points - is a folder on a disk that points to an entire disk volume
Junction Link Magic will list all 3 types, not only junction links. With Junction Link Magic, you can also create and remove junction links.