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 ?
mount error
-
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
What is the exact error?it tell me some error message. and the disk mount failure.
Also tell us a little more what you are trying to achieve.