Hello,
Je teste l installation de Zrep et je dois recommencer.
Dans l installation de zrep il y a Mounts unionfs et des liens symboliques.
J ai souhaité effecer les répertoires d installation (propre à zrep of course).
Avant de faire cela j ai voulu détruire les liens symboliques:
1) sur ksh
2) sur le script de zrep.
J ai utilisé la commande rm -i nomdulien. Auparavant j ai enlevé les scripts postinit pour le Mount unionfs.
Ensuite j ai supprimé le répertoire d installation de zrep.
Suite à cela, le web gui ne marchait plus et sur l écran en direct du nas impossible de faire le 7 reboot. Le nas disait que etc/rc.conf.local (un truc du style) n existait plus.
Un hard reboot a solutionné vu que j ai une embedded version.
Par contre je ne dois pas avoir la bonne procédure pour casser les liens symboliques.
Fallait il faire un unmount unionfs au préalable ?
Merci par avance.
This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
[RESOLU] Supprimer un lien symbolique ?
Moderators: velivole18, ernie, mtiburs
- ernie
- Forum Moderator

- Posts: 1458
- Joined: 26 Aug 2012 19:09
- Location: France - Val d'Oise
- Status: Offline
[RESOLU] Supprimer un lien symbolique ?
NAS 1&2:
System: GA-6LXGH(BIOS: R01 04/30/2014) / 16 Go ECC
XigmaNAS 12.1.0.4 - Ingva (revision 7743) embedded
NAS1: Xeon E3 1241@3.5GHz, 2HDD@8To/mirror, 1SSD cache, Zlog on mirror, 1 UFS 300 Go
NAS2: G3220@3GHz, 2x3HDD@2To/strip+raidz1, 1SSD cache, Zlog on mirror
UPS: APC Back-UPS RS 900G
Case : Fractal Design XL R2
Extensions & services:
NAS1: OBI (Plex, BTSync, zrep, rclone, themes), nfs, smb, UPS,
NAS2: OBI (zrep (backup mode), themes)
System: GA-6LXGH(BIOS: R01 04/30/2014) / 16 Go ECC
XigmaNAS 12.1.0.4 - Ingva (revision 7743) embedded
NAS1: Xeon E3 1241@3.5GHz, 2HDD@8To/mirror, 1SSD cache, Zlog on mirror, 1 UFS 300 Go
NAS2: G3220@3GHz, 2x3HDD@2To/strip+raidz1, 1SSD cache, Zlog on mirror
UPS: APC Back-UPS RS 900G
Case : Fractal Design XL R2
Extensions & services:
NAS1: OBI (Plex, BTSync, zrep, rclone, themes), nfs, smb, UPS,
NAS2: OBI (zrep (backup mode), themes)
-
dhenin
- Starter

- Posts: 63
- Joined: 12 Apr 2013 08:47
- Location: Poissy (France)
- Status: Offline
Re: Supprimer un lien symbolique ?
Je ne réponds pas exactement à ta question,
cependant, pour retirer des liens symbolique j'utilise find
:; find . -type l # l comme lien 80)
puis si la réponse me convient
:; find . -type l -exec rm -i {} \;
hope this help
cependant, pour retirer des liens symbolique j'utilise find
:; find . -type l # l comme lien 80)
puis si la réponse me convient
:; find . -type l -exec rm -i {} \;
hope this help
---------------------------------------------------------
(V) Dhénin Jean-Jacques
( ..) 78300 Poissy
c(')(') dhenin@gmail.com
---------------------------------------------------------
(V) Dhénin Jean-Jacques
( ..) 78300 Poissy
c(')(') dhenin@gmail.com
---------------------------------------------------------