Archie,
Uh oh; was not using the "noauto" flag and was using a single line...
Hmmm...
What follows is login as root and immediately issue four (4) commands
[root@ip-10-204-25-11 ~]# cat /etc/fstab
/dev/sda1 / ext3 defaults 1 1
/dev/mapper/swapVG-swapFS swap swap defaults 0 0
/dev/mapper/storageVG-storageFS /mnt ext3 defaults 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
s3backer#corilium /mnt/s3backer fuse size=100g,blockSize=128k 0 0
[root@ip-10-204-25-11 ~]# mount
/dev/sda1 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
none on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
[root@ip-10-204-25-11 ~]# mount /mnt/s3backer
s3backer: auto-detecting block size and total file size...
s3backer: auto-detection failed; using configured block size 128k and
file size 100g
[root@ip-10-204-25-11 ~]# mount
/dev/sda1 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
none on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
s3backer#
http://s3.amazonaws.com/corilium/ on /mnt/s3backer type fuse
(rw,nosuid,nodev,allow_other,default_permissions)
[root@ip-10-204-25-11 ~]#
Sooo cloooose ;-)