The virtual disk had DOS filesystem and i am trying to mount this in
linux
[root@akshath-OME sp2_vx15]# mount -t vfat /omesim/scripts/sim_ws1/
sp2_vx15/virtual_disk_root /mnt/sim
mount: /omesim/scripts/sim_ws1/sp2_vx15/virtual_disk_root is not a
block device (maybe try `-o loop'?)
[root@akshath-OME sp2_vx15
Also tried with -o option
[root@akshath-OME sp2_vx15]# mount -o loop -t vfat /omesim/scripts/
sim_ws1/sp2_vx15/virtual_disk_root /mnt/sim
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
Any idea what is the issue here?
Thanks in advance,
aks
Sparky.
yes this works. Thanks a lot for the info.
Hi,
what if i dont have a root acess to mount this disk?
Can i use pmount? i dont find pmount in my linux machine.. but found
soem rpm package fro pmount. Can i use this so that user can mount
this disk?