Crystal03 / google-docs-fs

Automatically exported from code.google.com/p/google-docs-fs
GNU General Public License v2.0
0 stars 0 forks source link

FreeBSD 7.2-RELEASE-p4 #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
[root@rmccurdy /etc]# kldstat
Id Refs Address    Size     Name
 1    9 0xc0400000 9fad10   kernel
 2    1 0xc0dfb000 6a45c    acpi.ko
 3    1 0xc4d56000 e000     ipfw.ko
 4    1 0xc4d9a000 22000    linux.ko
 5    1 0xc4e21000 e000     fuse.ko

[root@rmccurdy /etc]# pkg_info|grep -ia fuse
fusefs-kmod-0.3.9.p1.20080208_6 Kernel module for fuse
fusefs-libs-2.7.4   FUSE allows filesystem implementation in userspace
py25-fusefs-0.2_1   FUSE Python bindings

I installed fuse-kmod not sure what one this needs ..

[root@rmccurdy /etc]# gmount  /google freeload101@yahoo.com -d
Password:
fuse: failed to open fuse device: Device not configured
Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/google-docs-fs/gFile.py",
line 526, in <module>
    main()
  File "/usr/local/lib/python2.5/site-packages/google-docs-fs/gFile.py",
line 521, in main
    gfs.main()
  File
"/usr/local/lib/python2.5/site-packages/fuse_python-0.2-py2.5-freebsd-7.2-RELEAS
E-p4-i386.egg/fuse.py",
line 754, in main
    main(**d)
fuse.FuseError: filesystem initialization failed

Original issue reported on code.google.com by freeload...@gmail.com on 5 May 2010 at 1:57

GoogleCodeExporter commented 9 years ago
Hi, have you tried running this as root? I've found that it only works when I 
mount 
google-docs-fs as root.

Original comment by d38dm8nw81k1ng@gmail.com on 6 May 2010 at 11:50