Proszę bardzo
mount
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,noatime)
sysfs on /sys type sysfs (rw,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime,size=63312k)
tmpfs on /dev type tmpfs (rw,noatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,noatime,mode=600)
/dev/sda1 on /overlay type ext4 (rw,noatime,user_xattr,barrier=1,data=ordered)
overlayfs:/overlay on / type overlayfs (rw,relatime,lowerdir=/,upperdir=/overlay)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
/dev/sdb2 on /mnt/TimeMachine type hfsplus (ro,sync,relatime,umask=22,uid=0,gid=0,nls=utf8)
none on /proc/bus/usb type usbfs (rw,relatime)
/dev/sdb1 on /tmp/usb_mount/67E3-17ED type vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdb3 on /tmp/usb_mount/2a77b64d-242a-3a29-be99-3516a1438358 type hfsplus (ro,relatime,umask=22,uid=0,gid=0,nls=utf8)
uci show fstab
fstab.automount=global
fstab.automount.from_fstab=1
fstab.automount.anon_mount=0
fstab.autoswap=global
fstab.autoswap.from_fstab=1
fstab.autoswap.anon_swap=0
fstab.@mount[0]=mount
fstab.@mount[0].fstype=ext4
fstab.@mount[0].target=/overlay
fstab.@mount[0].uuid=505ff540-6310-4ba6-8290-1df78a7b3fd9
fstab.@mount[0].options=rw,noatime
fstab.@mount[0].enabled=1
fstab.@mount[0].enabled_fsck=1
fstab.@mount[1]=mount
fstab.@mount[1].target=/mnt/TimeMachine
fstab.@mount[1].uuid=a9fb7540-5c66-3764-82e8-78fc11ae1518
fstab.@mount[1].fstype=hfsplus
fstab.@mount[1].options=force,rw,sync
fstab.@mount[1].enabled=1
fstab.@mount[1].enabled_fsck=0
fstab.@swap[0]=swap
fstab.@swap[0].target=/dev/sda2
blkid
/dev/mtdblock2: TYPE="squashfs"
/dev/sdb1: LABEL="EFI" UUID="67E3-17ED" TYPE="vfat"
/dev/sdb2: UUID="a9fb7540-5c66-3764-82e8-78fc11ae1518" LABEL="Time Machine" TYPE="hfsplus"
/dev/sdb3: UUID="2a77b64d-242a-3a29-be99-3516a1438358" LABEL="Toshiba" TYPE="hfsplus"
/dev/sda1: UUID="505ff540-6310-4ba6-8290-1df78a7b3fd9" TYPE="ext4"
/dev/sda2: UUID="84ee25fd-6abc-4d48-8508-019864ac6c1b" TYPE="swap"
cat /etc/netatalk/AppleVolumes.default
/mnt/TimeMachine TimeMachine volsizelimit:600000 allow:@timemachine rwlist:@timemachine cnidscheme:dbd options:searchdb,usedots,invisibledots,tm
/tmp Temp allow:root,nobody cnidscheme:dbd
/TimeMachine TimeMachine options:usedots,upriv,tm
cat /etc/avahi/avahi-daemon.conf
[server]
host-name=TimeMachine
#domain-name=local
use-ipv4=yes
use-ipv6=no
check-response-ttl=no
use-iff-running=no
enable-dbus=no
[publish]
publish-addresses=yes
publish-hinfo=yes
publish-workstation=no
publish-domain=yes
#publish-dns-servers=192.168.1.1
#publish-resolv-conf-dns-servers=yes
[reflector]
enable-reflector=no
reflect-ipv=no
[rlimits]
#rlimit-as=
rlimit-core=0
rlimit-data=4194304
rlimit-fsize=0
rlimit-nofile=30
rlimit-stack=4194304
rlimit-nproc=3
cat /etc/avahi/services/afpd.service
<?xml version="1.0" standalone="no"?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">Time Capsule</name>
<service>
<type>_afpovertcp._tcp</type>
<port>548</port>
</service>
<service>
<type>_device-info._tcp</type>
<port>0</port>
<txt-record>model=TimeCapsule</txt-record>
</service>
<service>
<type>_adisk._tcp</type>
<port>9</port>
<txt-record>sys=waMA=F8:1A:67:5A:E6:4E,adVF=0x100</txt-record>
<txt-record>dk1=adVF=0x83,adVN=TimeMachine</txt-record>
</service>
</service-group>