shilary / vmfs

Automatically exported from code.google.com/p/vmfs
0 stars 0 forks source link

unable to mount using linux (ubuntu 9.04) #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

java -jar fvmfs.jar /dev/sdd1 dir
VMFSTools (C) by fluid Operations (v0.9.8.14 r81 / 2009-03-27_21-26-53)
http://www.fluidops.com

Exception in thread "main" java.io.FileNotFoundException: .fbb.sf
    at com.fluidops.tools.vmfs.VMFSDriver.openFile(VMFSDriver.java:939)
    at com.fluidops.tools.vmfs.VMFSDriver.readMetaFiles(VMFSDriver.java:954)
    at com.fluidops.tools.vmfs.VMFSDriver.openVmfs(VMFSDriver.java:808)
    at com.fluidops.tools.vmfs.VMFSTools.cli(VMFSTools.java:165)
    at com.fluidops.tools.vmfs.VMFSTools.main(VMFSTools.java:355)

I expected to see the directory listing. The same result was with the info
command.

1. using java version "1.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) 64-Bit Server VM (build 14.0-b16, mixed mode)

2.  (using openfiler  Distro Release: Openfiler NSA (32-bit PAE) 2.3 ) 
iscsiadm -m  node --targetname "iqn.2006-01.com.openfiler:tsn.70015b0059fc"
--portal "147.161.1.128:3260" --login
3. fdisk shows iscsi mount of VMFS volume
 Disk /dev/sdd: 293.6 GB, 293601280000 bytes
255 heads, 63 sectors/track, 35694 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1               1       35694   286711991   fb  VMware VMFS

4.  using fvmfs_r81_dist 

Original issue reported on code.google.com by avi.woll...@gmail.com on 26 Aug 2009 at 2:16

GoogleCodeExporter commented 8 years ago
Please add the debug log output. Thanks.

Original comment by fluidops...@gmail.com on 25 Sep 2009 at 6:31

GoogleCodeExporter commented 8 years ago
Try to use 

java -jar fvmfs.jar /dev/sdd dir / 

Original comment by maas...@gmail.com on 27 Sep 2009 at 12:56

GoogleCodeExporter commented 8 years ago
upgraded to 9.10 and vmfs_r87 and it's working :-)
# java -jar fvmfs.jar /dev/sdd1 info
VMFSTools (C) by fluid Operations (v0.9.8.15 r87 / 2009-09-24_16-12-03)
http://www.fluidops.com

VMFS label         = shoftim-iscsi
VMFS creation date = Thu Jun 25 09:22:23 IDT 2009
VMFS capacity      = 273.25 GB
VMFS UUID          = 4a43179f-1813a61c-a0e9-001a6410104a
VMFS block size    = 1.00 MB
VMFS version       = 3.31
VMFS # of FD/PB/SB = 30720 / 61440 / 3968
VMFS volume type   = OPNFILERVIRTUAL-DISK    0   
VMFS volume UUID   = 4a43179c-4b95ce04-80da-001a6410104a
VMFS volume size   = 273.25 GB
VMFS volume ver    = 4

Original comment by avi.woll...@gmail.com on 2 Nov 2009 at 7:40

GoogleCodeExporter commented 8 years ago

Original comment by fluidops...@gmail.com on 26 Jan 2010 at 7:23