Gå til innhold

Hvordan sette mappekonnroll i xp


Anbefalte innlegg

Videoannonse
Annonse

MEN TENK DEG LITT OM FØRST! Det er ikke særlig lurt å convertere til NTFS hvis du ikke er 100% sikker på om du skal kjøre XP/2000 resten av livet...

 

Som du sikkert vet støtter ikke win98 NTFS, og det går nesten ikke an å konvertere tilbake igjen...

(nesten= det går visst an i PM7, men det er visst ikke allitd det funker som det skal.)

Det er også noen spill som ikke takler NTFS.

 

Jeg dreit meg ut for en stund siden. konverterte to 30 GB disker til NTFS, så måtte jeg ha win 98, og da hadde jeg et problem... diskene var fulle av saker jeg ikke gadd å miste...

Lenke til kommentar

To convert a volume to NTFS from the command prompt:

 

Open Command Prompt.

In the command prompt window, type :

 

convert drive_letter: /fs:ntfs

 

For example, typing convert D: /fs:ntfs would format drive D: with the ntfs format.

 

Notes

 

To open command prompt, click Start, point to All Programs, point to Accessories, and then click Command Prompt.

You can convert FAT or FAT32 volumes to NTFS with this command.

Lenke til kommentar

Litt mer detaljert: (kanskje litt rot. du finner det i "help and support"

 

Convert:

Converts FAT and FAT32 volumes to NTFS.

 

Syntax

convert [volume] /fs:ntfs [/v] [/cvtarea:FileName] [/nosecurity] [/x]

 

Parameters

volume

Specifies the drive letter (followed by a colon), mount point, or volume name to convert to NTFS.

/fs:ntfs

Required. Converts the volume to NTFS.

/v

Specifies verbose mode, that is, all messages will be displayed during conversion.

/cvtarea:FileName

For advanced users only. Specifies that the Master File Table (MFT) and other NTFS metadata files are written to an existing, contiguous placeholder file. This file must be in the root directory of the file system to be converted. Use of the /CVTAREA parameter can result in a less fragmented file system after conversion. For best results, the size of this file should be 1 KB multiplied by the number of files and directories in the file system, however, the convert utility accepts files of any size.

For more information about using the /cvtarea parameter, see "File Systems" at the Microsoft Windows XP Resource Kits Web site.(http://www.microsoft.com/)

 

Important

 

You must create the placeholder file using the fsutil file createnew command prior to running convert. Convert does not create this file for you. Convert overwrites this file with NTFS metadata. After conversion, any unused space in this file is freed. For more information about the fsutil file command, see Related Topics.

/nosecurity

Specifies that the converted files and directory security settings are accessible by everyone.

/x

Dismounts the volume, if necessary, before it is converted. Any open handles to the volume will no longer be valid.

Remarks

You must specify that the drive should be converted when the computer is restarted. Otherwise, you cannot convert the current drive.

If convert cannot lock the drive (for example, the system volume or the current drive), it offers to convert the drive the next time the computer restarts.

The location of the MFT is different on volumes that have been converted from previous version of NTFS, so volume performance might not be as good on volumes converted from Windows NT.

Volumes converted from FAT to NTFS lack some performance benefits compared to volumes initially formatted with NTFS. On converted volumes, the MFT might become fragmented. In addition, on converted boot volumes, NTFS permissions are not applied after the volume is converted.

Examples

To convert the volume on drive E to NTFS and display all messages, type:

 

convert e: /fs:ntfs /v

 

Related Topics

Lenke til kommentar

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
×
×
  • Opprett ny...