filesystem oor Koreaans

filesystem

naamwoord
en
Alternative spelling of file system.

Vertalings in die woordeboek Engels - Koreaans

파일 시스템

Cannot find a program to create Minix filesystems
Minix 파일 시스템을 만들기 위한 프로그램을 찾을 수 없습니다
Dbnary: Wiktionary as Linguistic Linked Open Data

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

Soortgelyke frases

filesystem permissions
파일 시스템 권한

voorbeelde

Advanced filtering
Whether organize files will rename files in a manner compatible with vfat filesystems
vfat 파일 시스템과 호환하는 상태에서 ' 파일 구성하기' 가 파일 이름을 변경할 것인지 여부KDE40.1 KDE40.1
LKMs are typically used to add support for new hardware (as device drivers) and/or filesystems, or for adding system calls.
LKM은 일반적으로 새로운 하드웨어(장치 드라이버)나 파일시스템을 위한 지원 또는 시스템 호출을 추가하는데 사용한다.WikiMatrix WikiMatrix
If set, Organize files will replace characters that are not compatible with vfat filesystems (such as ': ', '* ' and '? '
만약 설정하면, ' 파일 구성하기' 는 vfat 파일 시스템과 호환되지 않는 (예를 들면 ': ', ' * ' 그리고 '? ') 문자를 대체할 것입니다KDE40.1 KDE40.1
The filesystem-level encryption tool can encrypt files or folders with a password.
파일 시스템 수준 암호화 도구는 파일이나 폴더를 암호로 암호화할 수 있다.WikiMatrix WikiMatrix
The Joliet extensions (which are needed for long filenames on Windows systems) restrict the length of the volume descriptor (the name of the filesystem) to %# characters. The selected descriptor '%# ' is longer than that. Do you want it to be cut or do you want to go back and change it manually?
Joliet 확장 기능(이는 Windows 시스템에서 긴 파일 이름을 지원하기 위해 필요합니다.) 에서는 볼륨 디스크립터(파일시스템의 이름) 의 길이가 % #자로 제한됩니다. 선택된 디스크립터 % #의 길이가 이보다 더 깁니다. 이 디스크립터를 자동으로 자르거나, 되돌아가서 이것을 직접 바꾸시겠습니까?KDE40.1 KDE40.1
For more information on cleaning your entire site, not just this hacked type, see Help for Hacked Sites, specifically "Filesystem damage assessment" in Step 5: Assess the damage (spam).
이러한 해킹 유형뿐 아니라 전체 사이트 정리에 대한 자세한 내용은 해킹된 사이트 관련 도움말의 5단계: 피해 평가(스팸)에서 특히 '파일 시스템 피해 평가'를 참조하세요.support.google support.google
Like other disk image formats, a WIM file contains a set of files and associated filesystem metadata.
다른 디스크 이미지 포맷들처럼 WIM 파일에는 여러 파일들의 집합과 관련 파일 시스템 메타데이터를 담고 있다.WikiMatrix WikiMatrix
Cannot find a program to create Minix filesystems
Minix 파일 시스템을 만들기 위한 프로그램을 찾을 수 없습니다KDE40.1 KDE40.1
OS/2 stores LFNs for FAT filesystems in .LONGNAME extended attributes that are incompatible with Microsoft's implementation and only visible to tools supporting OS/2's standard.
OS/2는 마이크로소프트의 구현과 호환되지 않는 .LONGNAME 확장 특성을 사용하여 LFN을 저장하며, OS/2 표준을 지원하는 도구를 사용해서만 사용자에게 나타난다.WikiMatrix WikiMatrix
Paths This module allows you to choose where in the filesystem the files on your desktop should be stored. Use the " Whats This? " (Shift+F#) to get help on specific options
경로 이 모듈은 데스크톱에 있는 파일이 파일 시스템에 저장될 위치를 지정합니다. 특정한 설정에 대한 도움말을 보시려면 " 이것에 대한 도움말 " (Shift+F#) 을 사용하십시오KDE40.1 KDE40.1
Stay on one filesystem
파일 시스템 안에서만 작업하기KDE40.1 KDE40.1
Device drivers and kernel extensions run in kernel space (ring 0 in many CPU architectures), with full access to the hardware, although some exceptions run in user space, for example, filesystems based on FUSE/CUSE, and parts of UIO.
장치 드라이버와 커널 확장 기능은 커널 공간(수많은 CPU 구조에서 링 0)에서 실행되며, 하드웨어에 대한 모든 접근 권한이 있으나 사용자 공간에서의 실행은 일부 예외가 있는데 이를테면 FUSE/CUSE 기반 파일 시스템들, UIO의 일부가 그러하다.WikiMatrix WikiMatrix
Later, Mac OS 8.1 finally added the new filesystem and Mac OS 8.6 updated the nanokernel to handle limited support for preemptive tasks.
그 후 맥 OS 8.1은 새로운 파일 시스템을 추가하고, 맥 OS 8.6은 나노커널을 추가했다.WikiMatrix WikiMatrix
For more information on cleaning your entire site (not just this malware type), see Help for Hacked Sites, specifically "Filesystem damage assessment" in Step 5: Assess the damage (hacked with malware).
이러한 멀웨어 유형뿐 아니라 전체 사이트 정리에 대한 자세한 내용은 해킹된 사이트 관련 도움말의 5단계: 피해 평가(멀웨어 해킹)에서 특히 '파일 시스템 피해 평가'를 참조하세요.support.google support.google
For example, Apache Hadoop supports a special s3: filesystem to support reading from and writing to S3 storage during a MapReduce job.
이를테면 아파치 하둡은 특수 s3를 지원한다: 맵리듀스 작업 중 S3 스토리지의 읽기/쓰기를 지원하는 파일 시스템.WikiMatrix WikiMatrix
It is typically mounted at /sys/kernel/debug with a command such as: mount -t debugfs none /sys/kernel/debug It can be manipulated using several calls from the C header file linux/debugfs.h, which include: debugfs_create_file – for creating a file in the debug filesystem. debugfs_create_dir – for creating a directory inside the debug filesystem. debugfs_create_symlink – for creating a symbolic link inside the debug filesystem. debugfs_remove – for removing a debugfs entry from the debug filesytem.
이것은 일반적으로 /sys/kernel/debug 에 다음과 같은 명령어로 마운트된다: 이것은 다음을 포함하는 C 헤더 파일 linux/debugfs.h의 여러 호출들을 사용함으로써 조작 가능하다: debugfs_create_file - 디버그 파일 시스템에서 파일을 생성하기 위한. debugfs_create_dir - 디버그 파일 시스템에서 디렉토리를 생성하기 위한. debugfs_create_symlink - 디버그 파일 시스템에서 심볼릭 링크를 생성하기 위한. debugfs_remove - 디버그 파일 시스템에서 debugfs 엔트리를 제거하기 위한.WikiMatrix WikiMatrix
This is the FSView plugin, a graphical browsing mode showing filesystem utilization by using a tree map visualization. Note that in this mode, automatic updating when filesystem changes are made is intentionally not done. For details on usage and options available, see the online help under menu 'Help/FSView Manual '
파일 시스템 사용량을 트리 맵으로 보여 주는 FSView 플러그인입니다. 이 모드에서, 파일 시스템 내용이 바뀌어도 자동으로 보기가 업데이트되지 않는 것은 의도적인 것입니다. 사용 방법과 사용할 수 있는 옵션의 목록을 보려면 ' 도움말/FSView ' 설명서 아래에 있는 온라인 도움말을 참고하십시오KDE40.1 KDE40.1
For more information on cleaning your entire site, not just this hacked type, see "Filesystem damage assessment" in Step 5: Assess the damage (spam) of the Help for Hacked Sites recovery process.
이러한 해킹 유형뿐 아니라 전체 사이트 정리에 대한 자세한 내용은 해킹된 사이트 관련 도움말의 복구 절차 중 5단계: 피해 평가(스팸)에서 '파일 시스템 피해 평가'를 참조하세요.support.google support.google
Cannot find a program to create FAT filesystems
FAT 파일 시스템을 만들기 위한 프로그램을 찾을 수 없습니다KDE40.1 KDE40.1
There are also S3 filesystems for Linux, which mount a remote S3 filestore on an EC2 image, as if it were local storage.
리눅스용 S3 파일 시스템도 존재하는데, 원격 S3 파일스토어를 EC2 이미지 위에 마운트함으로써 마치 로컬 스토리지처럼 보이게 한다.WikiMatrix WikiMatrix
Filesystem Utilization Viewer
파일 시스템 사용량 뷰어KDE40.1 KDE40.1
Mount the root filesystem for this kernel read-only. Since the init scripts normally take care of remounting the root filesystem in read-write mode after running some checks, this should always be turned on. Do n't turn this off unless you know what you 're doing
커널의 루트 파티션을 읽기 전용으로 마운트합니다. init 스크립트를 실행할 때 루트 파티션을 검사한 다음 읽기/쓰기 모드로 다시 마운트하기 때문에, 켜 두는 것을 권장합니다. 무엇을 하는 지 모르겠으면 끄지 마십시오KDE40.1 KDE40.1
On Linux kernels prior to 2.6.17, restrictions in the block driver mean that ext2 filesystems have a maximum file size of 2 TiB. ext2 is still recommended over journaling file systems on bootable USB flash drives and other solid-state drives. ext2 performs fewer writes than ext3 because there is no journaling.
2.6.17 이전의 리눅스 커널에서 ext2 파일 시스템에 대한 블록 드라이버 크기 제한이 최대 2 테라바이트였다. ext2는 여전히 부팅 가능한 USB 플래시 드라이브와 다른 솔리드 스테이트 드라이브에서 저널링 파일 시스템 이상을 권장하고 있다. ext2는 저널링을 쓸 필요가 없기 때문에 ext3보다 적은 쓰기를 수행한다.WikiMatrix WikiMatrix
Try to write zeroes to the entire disk before adding a filesystem, in order to check the disk 's integrity
디스크의 무결성을 검사하기 위해서 파일 시스템을 추가하기 전에 디스크에 #으로 채웁니다KDE40.1 KDE40.1
Cannot open %# for writing: readonly filesystem
% #을(를) 쓰기 위해 열 수 없음: 읽기 전용 파일 시스템KDE40.1 KDE40.1
187 sinne gevind in 10 ms. Hulle kom uit baie bronne en word nie nagegaan nie.