![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Technical Instruction Sure Solution 1513733.1 : Sun Storage 7000 Unified Storage System: How To check NTFS 8dot3 status for ZFSSA
In this Document
Created from <SR 3-6500106661> Applies to:Sun ZFS Storage 7420 - Version Not Applicable and laterSun ZFS Storage 7320 - Version Not Applicable and later Sun ZFS Storage 7120 - Version Not Applicable and later Sun Storage 7410 Unified Storage System - Version Not Applicable and later Sun Storage 7310 Unified Storage System - Version Not Applicable and later Information in this document applies to any platform. Goal8dot3 or 8.3 or Short Filenames are used by old applications - mostly DOS based. Though not required, for backward compatibility purposes these filenames are still supported.
This document provides a brief procedure to verify whether the 8dot3 naming convention is being supported by ZFSSA shares accessed on Windows clients
FixVerify 8dot3 on Windows machine for CIFS/SMB: CIFS/SMB client : Windows 7 Right click on cmd.exe and Run as Administrator then run the following : C:\>fsutil behavior query disable8dot3 c:
The volume state for Disable8dot3 is 0 (8dot3 name creation is enabled). The registry state of NtfsDisable8dot3NameCreation is 2, the default (Volume level setting). Based on the above two settings, 8dot3 name creation is enabled on c:.
Z:\>dir
Volume in drive Z is export Volume Serial Number is 82DE-42DA Directory of Z:\ 12/01/2012 11:54 AM <DIR> . 12/01/2012 11:54 AM <DIR> .. 12/01/2012 11:54 AM 0 New Text Document.txt 1 File(s) 0 bytes 2 Dir(s) 9,805,367,481,344 bytes free Z:\>echo "This is a test file" > 123456789.tmp Z:\>type 123456~1.tmp The system cannot find the file specified. <<<<<<<<<<<<< Z:\>type 123456~1.tmp The system cannot find the file specified. <<<<<<<<<<<<<<<<<< Z:\>
Verify 8dot3 on Windows machine for NFS : K:\>fsutil fsinfo volumeinfo k:
Volume Name : Volume Serial Number : 0x10044 Max Component Length : 255 File System Name : NFS Preserves Case of filenames K:\>echo "This is a test file" > 123456789.tmp K:\>type 123456~1.tmp The system cannot find the file specified. K:\> If the above behavior is found, then 8dot3 is disabled over CIFS/SMB and NFS on Windows system. References<NOTE:1277159.1> - "DisableNtfs8dot3" Does Not Correct the Error "The weblayout directory is on a filesystem with 8dot3 semantics"Attachments This solution has no attachment |
||||||||||||||||
|