Why can't I view files in my Time Machine share?

Joined
Aug 4, 2022
Messages
10
I've set up a dataset which is shared witth SMB with the Time Machine box checked. I can backup my Mac, but for some reason I can't view the files on the share. I just get a picture of a folder. What am I doing wrong?

If it helps, I am also seeing errors when I try to list /Volumes. Screenshot attached.
Screen Shot 2022-08-04 at 8.04.25 PM.png
q

Screen Shot 2022-08-04 at 8.00.09 PM.png
 
Joined
Aug 4, 2022
Messages
10
also occurs when I do not have time machine configured yet. Wondering if I'm misunderstanding something with the relationship between the file system and the samba share..
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Get rid of the spaces in your share definition and the dataset.
 
Joined
Aug 4, 2022
Messages
10
Thanks for the suggestions. Tried them, but still broken. When I connect as a guest I get the same view, so it doesn't seem like a permissions thing(?). Not sure what else it could be.
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Please provide the output of testparm -s and zfs list.
 
Joined
Aug 4, 2022
Messages
10
Code:
root@truenas[~]# testparm -s
Load smb config files from /usr/local/etc/smb4.conf
Loaded services file OK.
Weak crypto is allowed

Server role: ROLE_STANDALONE

# Global parameters
[global]
    aio max threads = 2
    bind interfaces only = Yes
    disable spoolss = Yes
    dns proxy = No
    enable web service discovery = Yes
    kernel change notify = No
    load printers = No
    logging = file
    map to guest = Bad User
    max log size = 5120
    nsupdate command = /usr/local/bin/samba-nsupdate -g
    registry shares = Yes
    server multi channel support = No
    server role = standalone server
    server string = TrueNAS Server
    unix extensions = No
    idmap config *: range = 90000001-100000000
    fruit:nfs_aces = No
    idmap config * : backend = tdb
    directory name cache size = 0
    dos filemode = Yes


[MacBackups]
    ea support = No
    guest ok = Yes
    kernel share modes = No
    path = /mnt/TwoSketchyDisks/MacBackup/%U
    posix locking = No
    read only = No
    smbd max xattr size = 2097152
    vfs objects = fruit streams_xattr shadow_copy_zfs ixnas zfs_core aio_fbsd
    fruit:resource = stream
    fruit:metadata = stream
    nfs4:chown = true


Code:
root@truenas[~]# zfs list
NAME                                                         USED  AVAIL     REFER  MOUNTPOINT
TwoSketchyDisks                                             1.27M  1.76T       96K  /mnt/TwoSketchyDisks
TwoSketchyDisks/MacBackup                                     96K  1.76T       96K  /mnt/TwoSketchyDisks/MacBackup
boot-pool                                                   1.29G  27.3G       24K  none
boot-pool/.system                                           2.36M  27.3G       26K  legacy
boot-pool/.system/configs-81963fc7279b4cf49c43e5a8cbe36cdb    24K  27.3G       24K  legacy
boot-pool/.system/cores                                       24K  1024M       24K  legacy
boot-pool/.system/rrd-81963fc7279b4cf49c43e5a8cbe36cdb      2.06M  27.3G     2.06M  legacy
boot-pool/.system/samba4                                      92K  27.3G     65.5K  legacy
boot-pool/.system/services                                    24K  27.3G       24K  legacy
boot-pool/.system/syslog-81963fc7279b4cf49c43e5a8cbe36cdb   99.5K  27.3G     99.5K  legacy
boot-pool/.system/webui                                       24K  27.3G       24K  legacy
boot-pool/ROOT                                              1.29G  27.3G       24K  none
boot-pool/ROOT/Initial-Install                                 1K  27.3G     1.29G  legacy
boot-pool/ROOT/default                                      1.29G  27.3G     1.29G  legacy
 
Top