Zdravím vštkých,kedže táto hojko komunita je vševediaca, potreboval by som s niečim poradiť.(už zase).Takže, mám problém pri extrahovaní/rozbalovaní jedného priečinku zo 6RAR súborov pričom tento priečinok má vyše 4GB.Na 95% mi napíše" Nedostatok miesta na disku" --> volného miesta mám 35GB <-- a "Chyba pri čítaní zápisu: súbory nad 4GB sú podporované iba na súborovom systéme NTFS"....
Priložím aj screen aby ste vedeli nacom som....
Problem pri rozbalovani...
-
audiotrack
VIP
- Príspevky: 25958
- Registrovaný: 09 sep 2005, 18:39
- Kontaktovať používateľa:
-
Šu-Do
Redeemer
- Príspevky: 11286
- Registrovaný: 26 júl 2006, 19:41
- Bydlisko: Australia <-!PB!->
- Kontaktovať používateľa:
samo som konvertoval z FAT32 dve particie vratane systemovej pocas chodu windowsu a v pohode to dalo na NTFS.. ale nie cez Partition Magic.. tomu by som neveril
.. neviem ako to tam funguje.. robil som to cez prikazovy riadok
ConvertConverts 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
-
Runes
Addict
- Príspevky: 4832
- Registrovaný: 09 aug 2006, 13:03
- Bydlisko: Bratislava - Tatoine
- Kontaktovať používateľa:
Re: Problem pri rozbalovani...
OT sak mas 4 pripesvkyKaramba napísal: potreboval by som s niečim poradiť.(už zase)
-
Gadelat
Light Professional
- Príspevky: 806
- Registrovaný: 10 aug 2007, 21:15
- Bydlisko: Brezno
- Kontaktovať používateľa:
ano a namiesto partition magic sa da pouzit aj tento postup:
start-spustit-napises:
c: je pismeno jednotky ktoru chces prekonvertovat
start-spustit-napises:
Kód: Vybrať všetko
convert c: /fs:ntfs