Russell-IO / s3fs

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

WARNING: bad format on line 5 of /etc/fstab #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Here is my fstab

/dev/sda1               /                       ext3    defaults 1 1
/dev/sda2               /mnt                    ext3    defaults 0 0
/dev/sda3               swap                    swap    defaults 0 0
/dev/sdf                /ebs                    ext3    defaults 0 0
s3fs#mybucket           /sss                    fuse    allow_other 0 0
none                    /dev/pts                devpts  gid=5,mode=620 0 0
none                    /dev/shm                tmpfs   defaults 0 0
none                    /proc                   proc    defaults 0 0
none                    /sys                    sysfs   defaults 0 0

Where "mybucket" is actually a domain name. The Amazon access keys are in
/etc/passwd-s3fs

Everything appears to work fine. I just get that warning message.

Original issue reported on code.google.com by jonathan...@gmail.com on 24 Jul 2009 at 5:22

GoogleCodeExporter commented 9 years ago
Looks like and OS issue.  What OS and version are you using? I'm not sure that 
there is anything that the s3fs developers can do to resolve this issue.

Original comment by dmoore4...@gmail.com on 29 Oct 2010 at 4:45