mount error

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
kula
Posts: 1
Joined: 24. Jun 2010, 05:38
Primary OS: Mac OS X Leopard
VBox Version: OSE other
Guest OSses: mac 10.6.4

mount error

Post by kula »

hi all.
i have a new virtual disk named test1.vdi. it's ext4 format.
and i want to mount it on my ubuntu10.04 with virtualbox 3.2.4

i use fdisk -l to get disk status.

Disk /dev/sdb: 30.7 GB, 30665605120 bytes
255 heads, 63 sectors/track, 3728 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Device Boot Start End Blocks Id System
/dev/sdb1 1 3728 29945128+ 83 Linux

looks ok.

then i try to mount it.


root@ubuntu:~# mount /dev/sdb1 /mnt
mount: Stale NFS file handle

it tell me some error message. and the disk mount failure.

anyone can help me ?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: mount error

Post by Perryg »

it tell me some error message. and the disk mount failure.
What is the exact error?

Also tell us a little more what you are trying to achieve.
Post Reply