Salut natas,
Ta commande me donne ceci:
Usage: useradd [options] LOGIN
Options:
-b, --base-dir BASE_DIR base directory for the new user account
home directory
-c, --comment COMMENT set the GECOS field for the new user account
-d, --home-dir HOME_DIR home directory for the new user account
-D, --defaults print or save modified default useradd
configuration
-e, --expiredate EXPIRE_DATE set account expiration date to EXPIRE_DATE
-f, --inactive INACTIVE set password inactive after expiration
to INACTIVE
-g, --gid GROUP force use GROUP for the new user account
-G, --groups GROUPS list of supplementary groups for the new
user account
-h, --help display this help message and exit
-k, --skel SKEL_DIR specify an alternative skel directory
-K, --key KEY=VALUE overrides /etc/login.defs defaults
-m, --create-home create home directory for the new user
account
-M, do not create home directory for the new user
-n, do NOT create a group with the same name
as the user
-o, --non-unique allow create user with duplicate
(non-unique) UID
-p, --password PASSWORD use encrypted password for the new user
account
-r create a system account
-s, --shell SHELL the login shell for the new user account
-u, --uid UID force use the UID for the new user account
J'ai donc essayé ceci:
adduser -G root vboxusers
adduser : le groupe vboxusers existe - si vous voulez ajouter cet utilisateur à ce groupe, utilisez -g.
Puis ceci:
adduser -g root vboxusers
Ensuite j'ai recommencé la procédure pour créer le disk virtuel et toujour le même message d'erreur:
Falied to create a hard disk image '/mnt/win_d/WindowsXPvb/WindowsXP.vdi' (VERR_ACCESS_DENIED).
Result Code:
0x80004005
Component:
VirtualDiskImage
Interface:
IVirtualDiskImage {a8265b5a-0d20-4a46-a02f-65693a4e8239}
Je n'y comprend vraiment rien à ce problème. Suis je le seul?
Merci pour ton aide et ta patience.