VirtualBox Linuxゲストからマウントされた共有の書き込み/読み取りとは何ですか?

VirtualBox Linuxゲストからマウントされた共有の書き込み/読み取りとは何ですか?

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ゲストのバックアップに使用されるドライブであり、1日4回自動的に実行されます。バックアップが完了した後、スリープモードに切り替えるように、Windowsの電源設定で「HDDスリープ時間」を4分に設定しました(これにより、年中無休システムでの消費電力が約10W減少します)。

WindowsホストでProcess Manager()を使用してprocmonディスクの書き込みの原因が何であるかを確認し、ディスクの回転を引き起こし、VBoxHeadless.exeVirtualBoxがドライブの回転を引き起こしたという項目だけを取得しました。

10秒ごとに何かがディスクにアクセスします。フォルダprocmonにアクセスしていることがわかります。F:\VM-Sharedしかし、これが実際にドライブを目覚めさせるわけではありません。再び目を覚ます前(約10〜20分後)数分間スリープ状態を維持するためです。

以下は、procmonに表示されるデータの2つの例です。

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です。ただし、通常はスリープ状態にある他のドライブもあります。ドライブを目覚めたままにするには、各瞬間にタッチして同期する方が良いですか?

根本原因を見つけるにはどうすればよいですか?

ベストアンサー1

おすすめ記事