Author Topic: usb hard disk installed and manage by zentyal 4.0  (Read 960 times)

brettesinclaire

  • Zen Apprentice
  • *
  • Posts: 39
  • Karma: +0/-0
    • View Profile
usb hard disk installed and manage by zentyal 4.0
« on: March 31, 2015, 02:36:47 pm »
hello

i try to install a second usb hard disk and share it (for windows pro 7).
What i do ?
1- sudo mkdir /media/bigdatausb
2- sudo gedit /etc/fstab and add:
 "UUID=7a5dd140-7398-4618-a2de-75d65f82350e    /media/bigdatausb   ext3    acl,user,noauto,user_xattr,errors=remount-ro    0    1"
3- restart server
4 - go to admin panel of zentyal and choose to share: name : fi_logiciels and path : //media/bigdatausb
=> nothing appears on usb hard disk but only inside repository
"/home/samba/shares/media/bigdatausb"
where is my problem ? thank's

brettesinclaire

  • Zen Apprentice
  • *
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: usb hard disk installed and manage by zentyal 4.0
« Reply #1 on: March 31, 2015, 11:52:06 pm »
hello
i found the solution after many times ...
we must to modify
share.conf in etc/samba and add :
[USBbackup]
    comment = Ext USB for backup operators
    path = /your path
    valid users = @Backup  (Note! Security group created in Zentyal User Management)
    writeable = Yes
    create file mode = 0660
    creat director mode = 0770
thank's so much
https://forum.zentyal.org/index.php?topic=22000.0

brettesinclaire

  • Zen Apprentice
  • *
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: usb hard disk installed and manage by zentyal 4.0
« Reply #2 on: April 13, 2015, 06:05:35 pm »
I have always the same problem
Nobody has installed a second usb hard disk ans share it ?
what's files you must to modify ?
Thank's