VirtualBox

Changeset 5645 in vbox


Ignore:
Timestamp:
Nov 9, 2007 9:02:24 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25981
Message:

ATA: On VERR_FILE_TOO_BIG clearly state that this relates the virtual hard disk (DVD/floppy is unlikely)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r5482 r5645  
    13881388    rc = VMSetRuntimeError(PDMDevHlpGetVM(pDevIns),
    13891389                           false, "DevATA_FILETOOBIG",
    1390                            N_("Host system reported that the file size limit has been exceeded. VM execution is suspended. You need to move the file to a filesystem which allows bigger files"));
     1390                           N_("Host system reported that the file size limit of the host file system has been exceeded. VM execution is suspended. You need to move your virtual hard disk to a filesystem which allows bigger files"));
    13911391    AssertRC(rc);
    13921392}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette