Search found 137 matches

by mister_v
Wed Jun 29, 2011 3:09 pm
Forum: Linux
Topic: How do I mount a .VDI filesystem under linux?
Replies: 2
Views: 8703

Re: How do I mount a .VDI filesystem under linux?

I was able to create a clone and use it on another virtual machine with VBoxManage clonevdi /var/vm/test_drive.vdi /var/vm/test_drive_22.vdi is the same as VBoxManage clonehd /var/vm/test_drive.vdi /var/vm/test_drive_22.vdi But this isn't exactly what I want. I know that the .vdi file is a complete ...
by mister_v
Tue Jun 28, 2011 6:12 pm
Forum: Linux
Topic: Solved: How do I access the encrypted home dir
Replies: 2
Views: 8682

Re: How do I access the encrypted home dir

Thanks this helped.
by mister_v
Tue Jun 28, 2011 6:11 pm
Forum: Linux
Topic: How do I mount a .VDI filesystem under linux?
Replies: 2
Views: 8703

How do I mount a .VDI filesystem under linux?

Hi,

I want to mount a harddisk of VirtualBox under linux.
How do I do that?

It has .vdi exetntion.
Filesystem was created by VirtualBox 4.0.4

thanks.
by mister_v
Sun Jun 12, 2011 3:19 pm
Forum: Linux
Topic: Solved: How do I access the encrypted home dir
Replies: 2
Views: 8682

Solved: How do I access the encrypted home dir

Hi,

I have to recover data from a hard disk (ext4 Kubuntu)
But the /home/user dir has been encrypted.

I have the user name and password,
I just don't know how to mount the encrypted part.
by mister_v
Fri Apr 22, 2011 7:19 pm
Forum: Linux
Topic: Setting time with sntp doesnt work
Replies: 1
Views: 7085

Setting time with sntp doesnt work

Hi, I try to set the time with sntp on my linux server, but it doesn't work. #sntp -v -u -a ntp.server.com sntp options: a=3 v=1 e=0.100 E=5.000 P=30.000 d=15 c=5 x=0 op=1 l=/etc/sntp.pid f=ntp.server.com The time correction is 598.773 +/- 0.000+0.000 seconds Do you want to correct the time anyway? ...
by mister_v
Wed Feb 09, 2011 8:01 pm
Forum: Linux
Topic: Solved: Check a ntfs file system in linux
Replies: 3
Views: 10813

Re: Check an ntfs file system in linux

Thanks for the info.

Did a scan on windows machine,
and everything is fine.
by mister_v
Mon Feb 07, 2011 9:47 pm
Forum: Linux
Topic: Solved: Check a ntfs file system in linux
Replies: 3
Views: 10813

Solved: Check a ntfs file system in linux

Hi,

Anyone knows how to do a file check on a ntfs-partition in linux?

I tried:

Code: Select all

sudo fsck /dev/sdf1
fsck from util-linux-ng 2.17.2
fsck: fsck.ntfs: not found
fsck: Error 2 while executing fsck.ntfs for /dev/sdf1
Without success
by mister_v
Sun Nov 14, 2010 9:46 pm
Forum: Windows
Topic: Solved:How to change the default autorun policies in windows
Replies: 2
Views: 22472

Solved:How to change the default autorun policies in windows

Hi,

How do i change the default autorun policies in windows?
So i doesn't run programs automatically from CD or USB.

Thanks
by mister_v
Mon Nov 01, 2010 9:34 pm
Forum: Linux
Topic: Solved: How do I add a user in samba
Replies: 1
Views: 7047

Re: How do I add a user in samba

Found the answer:

The command is:

Code: Select all

smbpasswd -a joe
I didn't even have to create a normal user.
So I removed it :-)
by mister_v
Mon Nov 01, 2010 9:32 pm
Forum: Linux
Topic: Solved: Symbolic links in Samba
Replies: 2
Views: 8512

Re: Symbolic links in Samba

Thanks, this solved my problem.