Reply To: Setting a mount point

1. Oktober 2015 at 11:54 #15911

Got a USB Flash drive on mine. I log in and did this:

mkdir /media/64G_USB_Flash
apt-get install exfat-fuse exfat-utils
mount /dev/sda1 /media/64G_USB_Flash/

Added this to /ect/samba/samba.conf can add it by typing:

nano /etc/samba/smb.conf

[64G_USB_Flash]
comment = 64G_USB_Flash
read only = no
path = /media/64G_USB_Flash
guest ok = yes
public = yes
writable = yes
available = yes
create mask = 0664
force directory mode = 2775

At the end of it.

I all so under the ####### Authentication ####### I change the security = to share so like this:

security = share

Then don’t need a password to go to it’s folder and save files to it.

All so added my workgroup = rday Use what ever workgroup name on your LAN you have. I just do my 1ST initial and last name.

Can save it by CTRL O and quit out of the edit with CTRL X. It shows it at the bottom the ^ means Press CTRL.

Then restarted samba with:

/etc/init.d/samba restart

Then can easy save it by going to the Max2Play „FILESYSTEM MOUNT“ It will show up there.

Mine looks like this:

UUID=4E4F-2C00 then /media/64G_USB_Flash then exfat then defaults

Said save it and now on reboots it mounts it.

Sort of hard to know that info just to put it in the web page of it.

blkid

will show it’s UUID and Type. So can type it in the web page of Max2play. I guess after you make a folder can then use the webpage to mount it. I don’t think you can do it all from the Max2play web page.

Can’t type all the same as I used. Use your own. Common sense. Like were I mounted mine and the UUID will not be the same.

  • This reply was modified 8 years, 6 months ago by Raymond Day.
  • This reply was modified 8 years, 6 months ago by Raymond Day.
  • This reply was modified 8 years, 6 months ago by Raymond Day.
  • This reply was modified 8 years, 6 months ago by Raymond Day.