good afternoon,
I have a little doubt of beginner in the dietpi system, in pi4 I have the system running with 3 hard drives plugged in 2 tb and more hard drives of 1 tb each, which procedure do I do to get the hds to appear in the samba network
samba network
Re: samba network
Hi,
many thanks for your request. Easierst way to archive is following
many thanks for your request. Easierst way to archive is following
- Install SAMBA Server using dietpi-software
- mount all your 3 HDD below directory /mnt/dietpi_userdata/
- it should looks like following:
- /mnt/dietpi_userdata/HDD1
- /mnt/dietpi_userdata/HDD2
- /mnt/dietpi_userdata/HDD3
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: samba network
Good Morning,
this part that I can't mount the discs, you know a step by step for that?
this part that I can't mount the discs, you know a step by step for that?
Re: samba network
Hi,
should be possible like this
should be possible like this
- open dietpi-drive_manager
- select the HDD you like to mound
- specify the mount point
- done
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: samba network
good afternoon, I did all the above procedure more when accessing the samba network appears other masses follows image

https://postimg.cc/XZhtrXbV
https://postimg.cc/XZhtrXbV
Re: samba network
pls can you post following output
Code: Select all
cat /etc/fstab
ls -la /mnt/dietpi_userdata/
df -h
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: samba network
Code: Select all
root@DietPi:~# cat /etc/fstab
# Please use "dietpi-drive_manager" to setup mounts
#----------------------------------------------------------------
# NETWORK
#----------------------------------------------------------------
#----------------------------------------------------------------
# TMPFS
#----------------------------------------------------------------
tmpfs /tmp tmpfs size=1793M,noatime,lazytime,nodev,nosuid,mode=1777
tmpfs /var/log tmpfs size=50M,noatime,lazytime,nodev,nosuid,mode=1777
#----------------------------------------------------------------
# MISC: ecryptfs, vboxsf (VirtualBox shared folder), gluster, bind mounts
#----------------------------------------------------------------
#----------------------------------------------------------------
# SWAPFILE
#----------------------------------------------------------------
#----------------------------------------------------------------
# PHYSICAL DRIVES
#----------------------------------------------------------------
PARTUUID=2fed7fee-02 / ext4 noatime,lazytime,rw 0 1
PARTUUID=2fed7fee-01 /boot vfat noatime,lazytime,rw 0 2
UUID=f39da1e6-b76e-d601-f09c-a1e6b76ed601 /media/root/2TB ext4 noatime,lazytime,rw,nofail,noauto,x-systemd.automount
UUID=cbb63218-5061-4c45-97a1-85c30b5dd71b /mnt/disco01 ext4 noatime,lazytime,ro,nofail,noauto,x-systemd.automount
UUID=30785723-f96e-4110-80a6-a4c30d8fdbd7 /mnt/disco02 ext4 noatime,lazytime,rw,nofail,noauto,x-systemd.automount
Code: Select all
root@DietPi:~# ls -la /mnt/dietpi_userdata/
total 44
drwxrwxrwx 11 dietpi dietpi 4096 set 25 10:48 .
drwxrwxrwx 4 root root 4096 ago 10 14:02 ..
drwxrwxrwx 2 aria2 root 4096 ago 9 23:27 aria2
drwxrwxr-x 4 dietpi dietpi 4096 set 30 16:46 downloads
drwxr-xr-x 2 ffsync ffsync 4096 set 25 10:48 firefox-sync
drwxrwxrwx 2 minidlna dietpi 4096 ago 13 19:45 .MiniDLNA_Cache
drwxrwxr-x 2 dietpi dietpi 4096 ago 11 20:54 Music
drwxrwxrwx 3 mysql mysql 4096 set 30 16:45 mysql
drwxrwxr-x 2 dietpi dietpi 4096 ago 9 23:12 Pictures
drwxr-xr-x 2 rtorrent dietpi 4096 ago 20 20:16 rtorrent
drwxrwxr-x 2 dietpi dietpi 4096 ago 13 20:16 Video
Code: Select all
root@DietPi:~# df -h
Sist. Arq. Tam. Usado Disp. Uso% Montado em
/dev/root 29G 8,4G 20G 30% /
devtmpfs 1,7G 0 1,7G 0% /dev
tmpfs 1,8G 0 1,8G 0% /dev/shm
tmpfs 1,8G 11M 1,8G 1% /run
tmpfs 5,0M 4,0K 5,0M 1% /run/lock
tmpfs 1,8G 0 1,8G 0% /sys/fs/cgroup
tmpfs 1,8G 8,0K 1,8G 1% /tmp
tmpfs 50M 52K 50M 1% /var/log
/dev/mmcblk0p1 253M 55M 198M 22% /boot
/dev/sda1 1,8T 12G 1,7T 1% /media/root/2TB
tmpfs 359M 0 359M 0% /run/user/0
root@DietPi:~#
Re: samba network
Hi,
quite simple. You did not mount your HDD's below /mnt/dietpi_userdata/, therefore they are not visible on your SAMBA share. You basically have 2 options: mount all HDD below /mnt/dietpi_userdata/ or create additional SAMBA shares pointing to your HDD's.
quite simple. You did not mount your HDD's below /mnt/dietpi_userdata/, therefore they are not visible on your SAMBA share. You basically have 2 options: mount all HDD below /mnt/dietpi_userdata/ or create additional SAMBA shares pointing to your HDD's.
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: samba network
sorry more I need a tutorial for this I am very read in this area help me
Re: samba network
as already told on the privat message, there might be a reason for having HDD's mounted as they are. As far as I can see, one disk is mounted to /media? Probably some of your applications using it??
Therefore, first you need to get clarity if there is a need to have the mounts done like this. And if they can changed or not. If you are not able to change (due to some applications), you are able to adjust SAMBA configuration to point to your HDD's.
Code: Select all
/media/root/2TB
/mnt/disco01
/mnt/disco02
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team