VirtualBox의 Windows 10 시스템에서 Linux 게스트를 실행하고 있습니다.
호스트의 NTFS 드라이브에는 "공유 폴더" 구성을 통해 Linux 게스트와 공유되는 디렉터리가 있습니다.
머신 폴더->
- 이름: 창 공유
- 경로 F:\VM 공유
- 자동 설치: 사실
- 액세스: 전체
/media/sf_windows-shared
다음을 통해 홈 디렉토리에 나타나며 설치됩니다.
sudo mount -t ntfs -o defaults,bind /media/sf_windows-shared /home/user/windows-shared/
오랫동안 그랬습니다. 개월.
최근에 최대 몇 주 동안 이 드라이브 F:\가 회전하고 있는데 이를 원하지 않습니다. Windows 호스트는 이를 사용하지 않으며 Linux 게스트를 백업하는 데 사용되는 드라이브이며 하루에 4번 자동으로 실행됩니다. 백업이 완료된 후 절전 모드로 전환되도록 Windows 전원 구성에서 "HDD 절전 시간"을 4분으로 설정했습니다(이렇게 하면 연중무휴 시스템에서 전력 소비가 약 10W 감소합니다).
Windows 호스트에서 Process Manager
( )를 사용하여 procmon
디스크 쓰기의 원인이 무엇인지 확인하고 디스크 회전을 유발했으며 VBoxHeadless.exe
VirtualBox가 드라이브 회전을 유발했다는 항목만 얻었습니다.
10초마다 무언가가 디스크에 액세스합니다. 폴더 procmon
에 액세스하고 있는 것을 볼 수 있습니다 . F:\VM-Shared
그러나 이것이 실제로 드라이브를 깨우는 것은 아닙니다. 다시 깨어나기 전(약 10~20분 후) 몇 분 동안 잠자기 상태를 유지하기 때문입니다.
다음은 procmon에 표시된 데이터의 두 가지 예입니다.
13:17:51,0605497 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0606371 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QuerySizeInformationVolume, TotalAllocationUnits: 2.441.575.935, AvailableAllocationUnits: 1.182.175.799, SectorsPerAllocationUnit: 8, BytesPerSector: 512 [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0606763 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0607213 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0608466 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0608944 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QueryInformationVolume, VolumeCreationTime: 25.04.2018 21:23:10, VolumeSerialNumber: DADA-A185, SupportsObjects: True, VolumeLabel: 10TB [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0609202 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0609430 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0610390 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0610790 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QueryAttributeInformationVolume, FileSystemAttributes: Case Preserved, Case Sensitive, Unicode, ACLs, Compression, Named Streams, EFS, Object IDs, Reparse Points, Sparse Files, Quotas, Transactions, 0x3c00600, MaximumComponentNameLength: 255, FileSystemName: NTFS [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0611011 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0611227 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0635221 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0635747 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QuerySizeInformationVolume, TotalAllocationUnits: 2.441.575.935, AvailableAllocationUnits: 1.182.175.799, SectorsPerAllocationUnit: 8, BytesPerSector: 512 [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0635976 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0636225 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0637197 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0637601 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QueryInformationVolume, VolumeCreationTime: 25.04.2018 21:23:10, VolumeSerialNumber: DADA-A185, SupportsObjects: True, VolumeLabel: 10TB [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0637842 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0638063 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0638949 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0639321 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QueryAttributeInformationVolume, FileSystemAttributes: Case Preserved, Case Sensitive, Unicode, ACLs, Compression, Named Streams, EFS, Object IDs, Reparse Points, Sparse Files, Quotas, Transactions, 0x3c00600, MaximumComponentNameLength: 255, FileSystemName: NTFS [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0639537 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0639750 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0645157 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0645761 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QuerySizeInformationVolume, TotalAllocationUnits: 2.441.575.935, AvailableAllocationUnits: 1.182.175.799, SectorsPerAllocationUnit: 8, BytesPerSector: 512 [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0646006 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0646260 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0647276 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0647758 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QueryInformationVolume, VolumeCreationTime: 25.04.2018 21:23:10, VolumeSerialNumber: DADA-A185, SupportsObjects: True, VolumeLabel: 10TB [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0648003 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0648265 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0649384 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0649931 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QueryAttributeInformationVolume, FileSystemAttributes: Case Preserved, Case Sensitive, Unicode, ACLs, Compression, Named Streams, EFS, Object IDs, Reparse Points, Sparse Files, Quotas, Transactions, 0x3c00600, MaximumComponentNameLength: 255, FileSystemName: NTFS [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0650262 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:17:51,0650580 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0623528 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0624198 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QuerySizeInformationVolume, TotalAllocationUnits: 2.441.575.935, AvailableAllocationUnits: 1.182.175.799, SectorsPerAllocationUnit: 8, BytesPerSector: 512 [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0624459 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0624745 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0625897 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0626358 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QueryInformationVolume, VolumeCreationTime: 25.04.2018 21:23:10, VolumeSerialNumber: DADA-A185, SupportsObjects: True, VolumeLabel: 10TB [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0626612 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0626852 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0627873 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0628294 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QueryAttributeInformationVolume, FileSystemAttributes: Case Preserved, Case Sensitive, Unicode, ACLs, Compression, Named Streams, EFS, Object IDs, Reparse Points, Sparse Files, Quotas, Transactions, 0x3c00600, MaximumComponentNameLength: 255, FileSystemName: NTFS [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0628527 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0628756 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0645594 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0646247 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QuerySizeInformationVolume, TotalAllocationUnits: 2.441.575.935, AvailableAllocationUnits: 1.182.175.799, SectorsPerAllocationUnit: 8, BytesPerSector: 512 [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0646570 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0646970 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0648440 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0649057 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QueryInformationVolume, VolumeCreationTime: 25.04.2018 21:23:10, VolumeSerialNumber: DADA-A185, SupportsObjects: True, VolumeLabel: 10TB [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0649404 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0649768 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0651242 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0651867 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QueryAttributeInformationVolume, FileSystemAttributes: Case Preserved, Case Sensitive, Unicode, ACLs, Compression, Named Streams, EFS, Object IDs, Reparse Points, Sparse Files, Quotas, Transactions, 0x3c00600, MaximumComponentNameLength: 255, FileSystemName: NTFS [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0652226 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0652577 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0665132 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0665593 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QuerySizeInformationVolume, TotalAllocationUnits: 2.441.575.935, AvailableAllocationUnits: 1.182.175.799, SectorsPerAllocationUnit: 8, BytesPerSector: 512 [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0665801 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0666038 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0667027 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0667439 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QueryInformationVolume, VolumeCreationTime: 25.04.2018 21:23:10, VolumeSerialNumber: DADA-A185, SupportsObjects: True, VolumeLabel: 10TB [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0667692 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0667925 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0669081 VBoxHeadless.exe 8280 IRP_MJ_CREATE F:\VM-Shared Desired Access: Generic Read, Disposition: Open, Options: , Attributes: N, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0671025 VBoxHeadless.exe 8280 IRP_MJ_QUERY_VOLUME_INFORMATION F:\VM-Shared Type: QueryAttributeInformationVolume, FileSystemAttributes: Case Preserved, Case Sensitive, Unicode, ACLs, Compression, Named Streams, EFS, Object IDs, Reparse Points, Sparse Files, Quotas, Transactions, 0x3c00600, MaximumComponentNameLength: 255, FileSystemName: NTFS [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0671376 VBoxHeadless.exe 8280 IRP_MJ_CLEANUP F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
13:18:01,0671735 VBoxHeadless.exe 8280 IRP_MJ_CLOSE F:\VM-Shared [redacted] --comment "Ubuntu Server" --startvm [redacted] --vrde config "--sup-hardening-log=[redacted]\VirtualBox VMs\Ubuntu Server\Logs\VBoxHardening.log" 8544 8220
가상 머신 내부에서 디스크에 액세스하는 원인이 무엇인지 알아내야 합니다. 나는 그것을 시도했지만 inotifywait -e access /home/user/windows-shared/
아무것도 표시되지 않습니다. (재귀) 플래그를 사용해야 할 수도 있지만 -r
디렉터리에는 수천 개의 파일이 포함되어 있습니다. 한 번 시도했지만 명령 설정이 완료되지 않습니다.
사용하려고 하는데 dstat
어쩐지 iotop
마운트를 정확하게 볼 수 없습니다.
이것은 HGST Ultrastar HUH721010ALE600/0F27604이며 연중무휴 24시간 작동하는 데 드는 비용은 연간 €25에 불과합니다. 그러나 정상적으로 잠자기 상태인 다른 드라이브도 있습니다. 드라이브를 깨운 상태로 유지하려면 매 순간 터치하고 동기화하는 것이 더 낫습니까?
근본 원인을 찾으려면 어떻게 해야 합니까?