hasse69 / rar2fs

FUSE file system for reading RAR archives
https://hasse69.github.io/rar2fs/
GNU General Public License v3.0
275 stars 27 forks source link

mounting through fstab/mount #115

Closed Darkvater closed 4 years ago

Darkvater commented 4 years ago

I must be stupid cause I cannot get mounting to work anymore after reinstalling my system. Normal mount works:

rar2fs /media/rar-movies /media/expanded-rar-movies

mounting with mount or through fstab gives the following error

root@hattusa:/# mount /media/rar-movies /media/expanded-rar-movies -t fuse.rar2fs
mount: wrong fs type, bad option, bad superblock on /media/rar-movies,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
root@hattusa:/# mount /media/expanded-rar-movies
mount: wrong fs type, bad option, bad superblock on rar2fs#/media/expanded-rar-movies,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.

fstab with either of the below doesn't work

rar2fs#/media/rar-movies    /media/expanded-rar-movies fuse rw,noatime,max_readahead=512K,allow_other,--seek-length=2 0 0
/media/rar-movies           /media/expanded-rar-movies fuse rw,noatime,max_readahead=512K,allow_other,--seek-length=2 0 0
Darkvater commented 4 years ago

aagh, I didn't have fuse installed. DOH!

apt install fuse