VirtualBox

Changeset 8516 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Apr 30, 2008 4:25:57 PM (17 years ago)
Author:
vboxsync
Message:

Add todo, supporting bigger raw disks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp

    r8230 r8516  
    800800    if (!fstat(RawFile, &DevStat) && S_ISBLK(DevStat.st_mode))
    801801    {
     802        /** @todo add a BLKGETSIZE64 ioctl here, as it eliminates the 2 TByte
     803         * limit. But be careful, Linux 2.4.18 is the first revision with
     804         * working BLKGETSIZE64, and in 2.5.x it's pretty random. 2.6.0 works. */
    802805        long cBlocks;
    803806        if (!ioctl(RawFile, BLKGETSIZE, &cBlocks))
Note: See TracChangeset for help on using the changeset viewer.

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