mount error
Posted: 24. Jun 2010, 05:43
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 ?
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 ?