GmailFS 설치성공하신분 계신가요? 제대로한거같은데 잘 안되네&

endt0and의 이미지

우선 저의 환경은 데비안 사지 그놈 2.6, 커널 2.6.9를 사용하고 있습니다
GmailFS라는걸 우연히 접하게 되었는데요 설치를 제대로 했다고 생각하는데 이상하게 안되네요...
우선 설치 순서부터 쭉 적어보겠습니다

1. apt-get install gmailfs

2. apt-get install python2.3-dev

3. fuse-1.3.tar.gz 다운받아 압축풀고 ./configure;make;make install

4. fuse-python.tar.gz 다운받아서 압축을 푼후에 터미널에서 # python setup.py build 해준후 # python setup.py install 해줬음

5. libgmail.py 와 constants.py 를 다운받은후 /usr/local/lib/python2.3/site-packages/ 디렉토리에 두파일을 복사..

6. gmailfs-0.3.tar.gz파일을 다운받은후 압축풀고 gmailfs.py 이파일을 /usr/local/bin 여기에 복사 그리고 mount.gmailfs 이파일은 /sbin 여기에 복사..

7. mkdir /mnt/gmailfs

8. /etc/fstab 여기에
/usr/local/bin/gmailfs.py /mnt/gmailfs gmailfs noauto,username=내계정, password=내비번, fsname=zOlRRa 을 추가..

9. 리부팅

이렇게 하고 확인했는데 마운트가 안되어있더군요...
그래서 직접 마운트를 해보았습니다 이렇게...

mount -t gmailfs /usr/local/bin/gmailfs.py /mnt/gmailfs -o username=내계정, password=내비번, fsname=zOlRRa
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
debian:/home/ekdlwk#

이렇게 나오네요...
뭐가 빠지거나 잘못되어있는게 있나요???

hwandori의 이미지

사실 오류메시지가 넘 많아서 잘 몰겠지만 계정이나 비번에 혹시 쉘 메타문자가 들어가지는 않는지..저는 이것때매 안되다가 따옴표로 묶어줬던거 같은

endt0and의 이미지

mount -t gmailfs /usr/local/bin/gmailfs.py /mnt/gmailfs -o username=내계정, password=내비번, fsname=zOlRRa

이부분에서 계정과 비번의 , 다음에 공백이 있으면 안되더군요...공백을 없애고
나니 드디어 마운트가 되더군요....그런데 /etc/fstab에
/usr/local/bin/gmailfs.py /mnt/gmailfs gmailfs noauto,username=내계정,password=내비번,fsname=zOlRRa,user,noauto 이렇게 하면 일반계정으로 부팅해도 자동마운트될꺼같은데 자동마운트가 안되네요...

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.