markcox / opendedup

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

sdfs volume will not mount. #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?

1. mkfs.sdfs --volume-name=sdfs --volume-capacity=930GB
2. mount.sdfs -v sdfs -m /mnt/sdfs/volumes/sdfs/files

What is the expected output? What do you see instead?

volume mounted or some completion  - i get 

Running SDFS Version 1.0.7
reading config file = /etc/sdfs/sdfs-volume-cfg.xml

and nothing after that.

#mount - returns:

sdfs-volume-cfg.xml on /mnt/sdfs/volumes/sdfs/files type fuse 
(rw,nosuid,nodev,allow_other)

#ps aux|grep java - returns this - ( i cleaned it up for presentation 
purposes). 

 /usr/share/sdfs/jre1.7.0/bin/java -Djava.library.path=/usr/share/sdfs/bin/ 
  -Dorg.apache.commons.logging.Log=fuse.logging.FuseLog -Dfuse.logging.level=INFO -Xmx2g -Xms2g -server -XX:+UseG1GC -XX:+UseCompressedOops -classpath /usr/share/sdfs/lib/jacksum.jar

 :/usr/share/sdfs/lib/trove-3.0.0a3.jar
 :/usr/share/sdfs/lib/slf4j-api-1.5.10.jar
 :/usr/share/sdfs/lib/slf4j-log4j12-1.5.10.jar
 :/usr/share/sdfs/lib/quartz-1.8.3.jar
 :/usr/share/sdfs/lib/commons-collections-3.2.1.jar
 :/usr/share/sdfs/lib/log4j-1.2.15.jar
 :/usr/share/sdfs/lib/jdbm.jar
 :/usr/share/sdfs/lib/concurrentlinkedhashmap-lru-1.2.jar
 :/usr/share/sdfs/lib/bcprov-jdk16-143.jar
 :~/java_api/sdfs-bin/lib/commons-codec-1.3.jar
 :/usr/share/sdfs/lib/commons-httpclient-3.1.jar
 :/usr/share/sdfs/lib/commons-logging-1.1.1.jar
 :/usr/share/sdfs/lib/commons-codec-1.3.jar
 :/usr/share/sdfs/lib/java-xmlbuilder-1.jar
 :/usr/share/sdfs/lib/jets3t-0.7.4.jar
 :/usr/share/sdfs/lib/commons-cli-1.2.jar
 :/usr/share/sdfs/lib/simple-4.1.21.jar:/usr/share/sdfs/lib/jdokan.jar
 :/usr/share/sdfs/lib/commons-io-1.4.jar
 :/usr/share/sdfs/lib/sdfs.jar fuse.SDFS.MountSDFS -v sdfs -m /mnt/sdfs/volumes/sdfs/files

#
java version "1.7.0"
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)

What version of the product are you using? On what operating system?
This is running on debian 

Linux version 2.6.32-5-amd64 (Debian 2.6.32-34squeeze1) (dannf@debian.org) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed May 18 23:13:22 UTC 2011

Please provide any additional information below.

Original issue reported on code.google.com by dhwic...@gmail.com on 2 Aug 2011 at 7:57