Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ENODATA = fuse.ENODATA
Functions ¶
This section is empty.
Types ¶
type Fuse2Mount ¶
type Fuse2Mount struct {
// contains filtered or unexported fields
}
func (*Fuse2Mount) Mount ¶
func (m *Fuse2Mount) Mount(mountpoint string) (err error)
Mounts the archive to the given mountpoint using fuse3. Non-blocking. If Unmount does not get called, the mount point must be unmounted using umount before the directory can be used again.
type Mount ¶
type Mount struct {
// contains filtered or unexported fields
}
func NewFuse2Mount ¶
func NewFuse2MountFromLow ¶
func NewFuse2MountFromLow(r *squashfslow.Reader) *Mount
func NewMountFromLow ¶
func NewMountFromLow(r *squashfslow.Reader) *Mount
Click to show internal directories.
Click to hide internal directories.