Go to advanced search

by javiergc
Fri Feb 07, 2020 12:34 pm
Forum: Networking and servers
Topic: Plex and mount point
Replies: 1
Views: 172

Re: Plex and mount point

I moved the directories I want to use with Plext from /media/pi to /mnt and added the next line to /etc/fstab: UUID=A6456E1C856DR9A4 /mnt/BACKUP-VIDEO ntfs defaults,auto,users,rw,nofail,umask=000 0 0 It's working, but the drive is not automatically mounted at boot, it's mounted when I access the mou...
by javiergc
Fri Feb 07, 2020 12:44 am
Forum: Networking and servers
Topic: Plex and mount point
Replies: 1
Views: 172

Plex and mount point

Hello everybody, I hope anyone can help me, I'm having problems trying to accessing subdirectories 'ssd1' and 'ssd2' (external ext4 ssd partitions) and 'BACKUP-VIDEO' (ntfs with ntfs-3g installed) in /media/pi/ from Plex Server in my Raspberry Pi 4: $ ls -la /media/pi/ drwxr-x---+ 8 root root 4096 f...
by javiergc
Thu Feb 06, 2020 1:12 pm
Forum: Networking and servers
Topic: Manually starting Samba at boot ?
Replies: 2
Views: 299

Re: Manually starting Samba at boot ?

Thanks a lot ! I can prevent smbd to start at Raspian boot with: $ sudo systemctl disable smbd And to start at boot again: $ sudo systemctl enable smbd Only one more question please, is there any difference with these commands ? $ sudo systemctl start smbd $ sudo service smbd start
by javiergc
Wed Feb 05, 2020 6:58 pm
Forum: Networking and servers
Topic: Manually starting Samba at boot ?
Replies: 2
Views: 299

Manually starting Samba at boot ?

Hello everybody !

I have installed Samba in my Pi 4 (Raspbian) and I can access my shared folders from Windows 10... but Samba always starts at boot time, and I prefer to start/stop the server manually, how can I do that ?

Thanks in advance!

Go to advanced search