More > JRiver Media Center 27 for Linux

Quick Start Guide for Installing JRiver Mediacenter 27 on an rPi4 2-4-8GB

<< < (3/14) > >>

Wheaten:
Good to hear, will the mount also work on the /mnt/music folder?

--- Code: ---sudo mount -t cifs -o rw,vers=3.0,credentials=/home/pi/.credentials //192.168.xxx.xxx/share /mnt/music
--- End code ---
Or is the fstab working now?

HaWi:

--- Quote from: Wheaten on February 14, 2021, 10:32:24 am ---Good to hear, will the mount also work on the /mnt/music folder?

--- Code: ---sudo mount -t cifs -o rw,vers=3.0,credentials=/home/pi/.credentials //192.168.xxx.xxx/share /mnt/music
--- End code ---
Or is the fstab working now?

--- End quote ---
I have this in fstab
<IP-address>:/volume1/music /mnt/music nfs defaults 0 0
and I mount with

--- Code: ---sudo mount -a
--- End code ---

but when I reboot the Pi I have to mount again
EDIT:
I have more questions, if I may:
- Is there a way to run the
--- Code: ---sudo mount -a
--- End code ---
automatically on reboot?
- Is there a way to make the screen resolution better? I use RealVNC server/client.
- Is the MC server running even when the MC interface is not running and if not, is there a way to get this done?

Many thanks

Wheaten:
your missing "auto" or "automount"

HaWi:

--- Quote from: Wheaten on February 14, 2021, 10:57:52 am ---your missing "auto" or "automount"

--- End quote ---
Thanks Wheaten, where would I need to put the "automount"?

Wheaten:

--- Code: ---<IP-address>:/volume1/music /mnt/music nfs defaults,auto 0 0
--- End code ---
or

--- Code: ---<IP-address>:/volume1/music /mnt/music nfs defaults,x-systemd.automount 0 0
--- End code ---

can't check this one

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version