News:

SMF - Just Installed!

Main Menu

SAMBA Share fstab configuration

Started by mahesh, Aug 28, 2023, 08:48 AM

Previous topic - Next topic

mahesh

Hello all,
I suspect this is an easy solution.
I am sharing folder locations over the network to Windows based systems.
The folders I share from my root drive work fine.
However all my additionally mounted drives can be detected and added but seeming not read from.
I suspect it has something to do with how they are mounted

Essentially UUID=5ED2-7C80 is able to share over the network just fine, but the others do not. Any thoughts what I need to change?

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p2 during installation
UUID=19cc6a19-6d93-4c25-8b28-649f28d86704 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=5ED2-7C80 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
UUID=809E09029E08F288 /media/soloman/Core ntfs nodev,permissions,windows_names,nosuid,noatime,asy nc,big_writes,timeout=2,uid=1000,gid=1000,fmask=00 02,dmask=0002 0 0

UUID=4C50E4AA50E49C48 /media/soloman/Box ntfs nodev,permissions,window_names,nosuid,noatime,asyn c,big_writes,timeout=2,uid=1000,gid=1000,fmask=000 2,dmask=0002 0 0