Changeset 5645 in vbox
- Timestamp:
- Nov 9, 2007 9:02:24 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25981
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r5482 r5645 1388 1388 rc = VMSetRuntimeError(PDMDevHlpGetVM(pDevIns), 1389 1389 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 fileto 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")); 1391 1391 AssertRC(rc); 1392 1392 }
Note:
See TracChangeset
for help on using the changeset viewer.