You are not logged in.

#1 2012-02-12 17:42:00

Hibernate
Member
From: Stockholm, Sweden
Registered: 2011-07-12
Posts: 100

[SOLVED] Mounting with FUSE on system startup

I'm planning to use fusecompress (fusecompress-1 in AUR) to compress
some files under /usr and thus need to make it mount a FUSE filesystem
automatically when the system starts.

I've added
status "..." mount /dev/sda1 /boot
to the end of the init script to mount my /boot partition which works, but
status "..." fusecompress -c lmza -l 9 /storage /mount
does not work.

Last edited by Hibernate (2012-02-17 01:28:35)

Offline

#2 2012-02-12 23:26:49

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,143

Re: [SOLVED] Mounting with FUSE on system startup

I think I'm missing something. Why not use fstab at least for /boot?

I don't know about fusecompress but I've mounted other fuse volumes at boot by putting them in fstab, too...


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#3 2012-02-12 23:31:01

Hibernate
Member
From: Stockholm, Sweden
Registered: 2011-07-12
Posts: 100

Re: [SOLVED] Mounting with FUSE on system startup

I only added /boot for testing, it is (now) in fstab.
Didn't even think about booting fuse volumes from fstab, do you have an example on how the mount a fuse volume that way?

Offline

#4 2012-02-17 01:28:14

Hibernate
Member
From: Stockholm, Sweden
Registered: 2011-07-12
Posts: 100

Re: [SOLVED] Mounting with FUSE on system startup

Adding the following line to /etc/fstab solves it:

fusecompress#/storage  /mount  fuse  user  0  0

Offline

Board footer

Powered by FluxBB