opendedup / sdfs

Deduplication Based Filesystem
372 stars 79 forks source link

CentOS 7 - NoSuchFieldError "blockSize" #84

Closed elanou closed 1 year ago

elanou commented 6 years ago

Mounted Filesystem Exception in thread "Thread-26" java.lang.NoSuchFieldError: blockSize at fuse.FuseMount.mount(Native Method) at fuse.FuseMount.mount(FuseMount.java:62) at fuse.FuseMount.mount(FuseMount.java:50) at fuse.SDFS.MountSDFS.run(MountSDFS.java:282) at java.lang.Thread.run(Thread.java:745) Unmounted Filesystem

After creating and attempting to mount a volume in CentOS 7.....following below steps

Step 1: Download the latest sdfs version wget http://opendedup.org/downloads/sdfs-latest.rpm

Step 2: Install sdfs and dependencies yum install jsvc libxml2 java-1.8.0-openjdk rpm -iv --force sdfs-latest.rpm

Step 3: Change the maximum number of open files allowed echo " hardnofile 65535" >> /etc/security/limits.conf echo " soft nofile 65535" >> /etc/security/limits.conf exit Step 5: Log Out and Proceed to Initialization Instructions

Step 6: Disable the IPTables firewall

service iptables save
service iptables stop
chkconfig iptables off

Step 7: Log Out and Proceed to Initialization Instructions