我有一个在 VirtualBox 中的 Windows 10 计算机上运行的 Linux 客户机。
主机的一个 NTFS 驱动器有一个通过“共享文件夹”配置与 Linux 来宾共享的目录
机器文件夹 ->
- 名称:windows共享
- 路径 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 分钟,以便在备份完成后进入睡眠状态(这会在 24/7 系统中降低约 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/7 运行的成本将是可以忽略不计的 25 欧元/年。但还有其他驱动器可以正常睡眠。最好每分钟触摸并同步一次以保持驱动器唤醒吗?
我该怎么做才能找到根本原因?