Aller au contenu

ibix

Membres
  • Compteur de contenus

    25
  • Inscription

  • Dernière visite

À propos de ibix

ibix's Achievements

Newbie

Newbie (1/14)

0

Réputation sur la communauté

  1. c bon on peut fermer le sujet probleme résolu
  2. j ai 2 DD differents volume usb1 : 500 GB volume usb2 : 1 To et c est bien le volumeUSB1/usbshare on /volume1/video/ddr1 que je ne voit pas
  3. pour etre sur j ai fait un reboot du synologie et j ai relancer 2 fois la reindexation voila pour le mount : ssh root@192.168.1.18 root@192.168.1.18's password: BusyBox v1.16.1 (2012-03-07 15:47:21 CST) built-in shell (ash) Enter 'help' for a list of built-in commands. SYNOLOGY> mount /dev/root on / type ext4 (rw,relatime,barrier=0,journal_checksum,data=ordered) /tmp on /tmp type tmpfs (0) none on /dev/pts type devpts (gid=4,mode=620) /sys on /sys type sysfs (0) /proc/bus/usb on /proc/bus/usb type usbfs (0) /dev/vg1/volume_1 on /volume1 type ext4 (usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,synoacl) /dev/sdr1 on /volumeUSB2/usbshare type vfat (utf8,umask=000,shortname=mixed,uid=1024,gid=100) none on /proc/fs/nfsd type nfsd (0) /volumeUSB1/usbshare on /volume1/video/ddr1 type bind (bind) /dev/sdq1 on /volumeUSB1/usbshare type ext4 (nodelalloc,synoacl) /volumeUSB2/usbshare on /volume1/video/ddr2 type bind (bind) SYNOLOGY>
  4. oui via file station du DSM sans problème je vois tous les fichiers du disque 1
  5. ?
  6. via le DLNA mon dossier video qui contient DDR1 ET DDR2 : DDR1: aucun fichier DDR2: ok tous mes fichiers sont la via DSM : panneau de configuration - dossier partagé : USBSHARE 1 ET USBSHARE sont présents panneau de configuration- service d indexation media : je ne les voit pas tous les 2 via le finder sur le mac : USBSHARE 1 ET USBSHARE 2 presents dossier video DDR1: vide aucun fichier. dossier video DDR2: ok tous mes fichiers sont la
  7. j ai crier victoire trop vite apres redemarrage et re indexation je me retrouve avec le le contenu d un DD vide est l autre avec des fichiers manquants et un fichier qui est apparu dans le 2eme DD ( .bzvol ) qui n etait pas la auparavant
  8. apres tous ca une ré-indexation s impose ?
  9. voila j ai redemarrer comme tu me la demander ca fonctionne bien tous est la voila le mount : SYNOLOGY> mount /dev/root on / type ext4 (rw,relatime,barrier=0,journal_checksum,data=ordered) /tmp on /tmp type tmpfs (0) none on /dev/pts type devpts (gid=4,mode=620) /sys on /sys type sysfs (0) /proc/bus/usb on /proc/bus/usb type usbfs (0) /dev/vg1/volume_1 on /volume1 type ext4 (usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,synoacl) /dev/sdr1 on /volumeUSB2/usbshare type vfat (utf8,umask=000,shortname=mixed,uid=1024,gid=100) none on /proc/fs/nfsd type nfsd (0) /volumeUSB1/usbshare on /volume1/video/ddr1 type bind (bind) /dev/sdq1 on /volumeUSB1/usbshare type ext4 (nodelalloc,synoacl) /volumeUSB2/usbshare on /volume1/video/ddr2 type bind (bind) SYNOLOGY> merci bud pour ta patience et ton aide
  10. bon me voila enfin je pense i etre arriver peut tu me le valider ? encore un grand merci voila ce que j ai : SYNOLOGY> more S99mount.sh #!/bin/sh mount --bind /volumeUSB1/usbshare/ /volume1/video/ddr1 sleep 2 mount --bind /volumeUSB2/usbshare/ /volume1/video/ddr2 chmod +x S99mount.sh SYNOLOGY> mount /dev/root on / type ext4 (rw,relatime,barrier=0,journal_checksum,data=ordered) /tmp on /tmp type tmpfs (0) none on /dev/pts type devpts (gid=4,mode=620) /sys on /sys type sysfs (0) /proc/bus/usb on /proc/bus/usb type usbfs (0) /dev/vg1/volume_1 on /volume1 type ext4 (usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,synoacl) none on /proc/fs/nfsd type nfsd (0) /dev/sdq1 on /volumeUSB2/usbshare type vfat (utf8,umask=000,shortname=mixed,uid=1024,gid=100) /dev/sdr1 on /volumeUSB1/usbshare type ext4 (nodelalloc,synoacl) /volumeUSB1/usbshare on /volume1/video/ddr1 type bind (bind) /volumeUSB2/usbshare on /volume1/video/ddr2 type bind (bind) /volumeUSB1/usbshare on /volume1/video/ddr1 type bind (bind) /volumeUSB2/usbshare on /volume1/video/ddr2 type bind (bind) /volumeUSB1/usbshare on /volume1/video/ddr1 type bind (bind) /volumeUSB2/usbshare on /volume1/video/ddr2 type bind (bind) SYNOLOGY>
  11. ca y est j ai reussi a sortir grace a toi bud je n avais pas bien lu (pour sortir de vi, il faut appuyer sur la touche <ECHAP> puis ":q!" ) est ce que mon script est bon par contre ?
  12. voila ce que j ai mais en appuyant sur echap qu est ce qui doit ce passer ? SYNOLOGY> cd /usr/syno/etc.defaults/rc.d SYNOLOGY> touch S99mount.sh SYNOLOGY> chmod vi S99mount.sh chmod: invalid mode: vi SYNOLOGY> chmod BusyBox v1.16.1 (2012-03-07 15:47:21 CST) multi-call binary. Usage: chmod [-R] MODE[,MODE]... FILE... Each MODE is one or more of the letters ugoa, one of the symbols +-= and one or more of the letters rwxst Options: -R Recurse SYNOLOGY> vi S99mount.sh #!/bin/sh mount --bind /volumeUSB1/usbshare/ /volume1/video/ddr1 sleep 2 mount --bind /volumeUSB2/usbshare/ /volume1/video/ddr2 :wq ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ - S99mount.sh [Modified] 5/5 100%
  13. non serieux faut que je recomence ? ou je peut taper a la suite ?
  14. oupss j ai pas tous compris la partie concernant le VI j en suis la je n arrive a inseré le <echap> ":wq!" root@192.168.1.18's password: BusyBox v1.16.1 (2012-03-07 15:47:21 CST) built-in shell (ash) Enter 'help' for a list of built-in commands. SYNOLOGY> cd /usr/syno/etc.defaults/rc.d SYNOLOGY> touch S99mount.sh SYNOLOGY> chmod +x S99mount.sh SYNOLOGY> #!/bin/sh SYNOLOGY> mount --bind /volumeUSB1/usbshare/ /volume1/video/ddr1 SYNOLOGY> sleep 2 SYNOLOGY> mount --bind /volumeUSB2/usbshare/ /volume1/video/ddr2 SYNOLOGY> <echap>:wq -ash: can't open echap: no such file SYNOLOGY> i -ash: i: not found SYNOLOGY>
  15. si j ai bien compris le script a taper est : aller dans le bon dossier pour rendre S99mount.sh executable : cd /usr/syno/etc.defaults/rc.d ensuite : chmod +x S99mount.sh puis le script : #!/bin/sh mount --bind /volumeUSB1/usbshare/ /volume1/video/ddr1 sleep 2 mount --bind /volumeUSB2/usbshare/ /volume1/video/ddr2 et enfin pour sauvegarder : <echap>:wq j espere que je ne me trompe pas mais je bloque a la premiere etape est pourtant je suis connecte en root root@192.168.1.18's password: BusyBox v1.16.1 (2012-03-07 15:47:21 CST) built-in shell (ash) Enter 'help' for a list of built-in commands. SYNOLOGY> cd /usr/syno/etc.defaults/rc.d SYNOLOGY> chmod +x S99mount.sh chmod: S99mount.sh: No such file or directory SYNOLOGY> désolé je suis novice dans le domaine certain me diront touche pas a ca ptit con mais bon la je sèche
×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.