Typos in vboximg-mount

This is for discussing general topics about how to use VirtualBox.
Post Reply
jpt
Posts: 8
Joined: 5. Apr 2022, 13:38
Primary OS: Debian other
VBox Version: OSE Debian
Guest OSses: Linux, w7, wXP, w2K
Location: from South of France

Typos in vboximg-mount

Post by jpt »

Hello,

there is a problem with the output of the command vboximg-mount, one can read :

Code: Select all

The virtual disk is exposed as a device node within a FUSE-based filesystem
that overlays the user-provided mount point. The FUSE filesystem consists of a
directory containing a number of files and possibly other directories:    * vhdd:      Provides access to the raw disk image data as a flat image
    * vol<id>:   Provides access to individual volumes on the accessed disk image
    * fs<id>:    Provides access to a supported filesystem without the need for a                 host filesystem driver
Strange, isn't it ?

Looks like some "\n" are missing in vboximg-mount.cpp :
"The virtual disk is exposed as a device node within a FUSE-based filesystem\n"
"that overlays the user-provided mount point. The FUSE filesystem consists of a\n"
"directory containing a number of files and possibly other directories: HERE"
" * vhdd: Provides access to the raw disk image data as a flat image\n"
" * vol<id>: Provides access to individual volumes on the accessed disk image\n"
" * fs<id>: Provides access to a supported filesystem without the need for a AND THERE"
" host filesystem driver\n"

Regards,
fth0
Volunteer
Posts: 5678
Joined: 14. Feb 2019, 03:06
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Linux, Windows 10, ...
Location: Germany

Re: Typos in vboximg-mount

Post by fth0 »

You're absolutely right. Please create a ticket in the Bugtracker.
jpt
Posts: 8
Joined: 5. Apr 2022, 13:38
Primary OS: Debian other
VBox Version: OSE Debian
Guest OSses: Linux, w7, wXP, w2K
Location: from South of France

Re: Typos in vboximg-mount

Post by jpt »

Post Reply