View previous topic :: View next topic |
Author |
Message |
ilnanny Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1539065925ce98e1a6e9e8.jpg)
Joined: 17 Jul 2017 Posts: 123 Location: Italy/Taranto
|
Posted: Fri Apr 03, 2020 10:37 am Post subject: [Risolto] Problema Fstab ntfs |
|
|
Buongiorno Forum ,
ho un problema con una partizione che monto di default in fstab ,la utilizzo come dati per Linux e windows .
Il problema nasce solo quando cerco di decomprimere un file zip .
In pratica carica in loop la ram fino a saturare tutto il sistema che di conseguenza si blocca.
Posto l'fstab in quanto credo che ci sia qualche errore ,anche perchè se smonto la partizione/disco ntfs
non ricevo alcun errore.
Code: | cat etc/fstab
#
# Fstab Gentoo
#___________________________________________________________________________
# ______ FileSystem Virtuale
#devpts /dev/pts devpts gid=5,mode=620 0 0
#proc /proc proc defaults 0 0
#shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
#___________________________________________________________________________
# ______ FileSystem Linux
# Root
/dev/sdc2 / ext4 rw,errors=remount-ro 0 1
# Swap
/dev/sdc1 none swap sw 0 0
#___________________________________________________________________________
# ______ FileSystem Ntfs
# Dati
/dev/sdb1 /media/Dati ntfs-3g defaults,rw,uid=1000,locale=it_IT.UTF-8 0 0
#___________________________________________________________________________
|
se provo a decomprimere un file mi restituisce sempre lo stesso errore :
Code: |
/bin/bash: attenzione: livello di shell (1000) troppo alto, reimpostato a 1
|
_________________ == Lila-HD-icon-theme ==
https://github.com/ilnanny/Lila-HD-icon-theme
Last edited by ilnanny on Fri Apr 03, 2020 12:30 pm; edited 2 times in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fturco Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 08 Dec 2010 Posts: 1181
|
Posted: Fri Apr 03, 2020 10:46 am Post subject: |
|
|
Personalmente non ho mai provato a specificare il locale direttamente in /etc/fstab. Magari prova a rimuoverlo e a riprovare senza. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ilnanny Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1539065925ce98e1a6e9e8.jpg)
Joined: 17 Jul 2017 Posts: 123 Location: Italy/Taranto
|
Posted: Fri Apr 03, 2020 10:49 am Post subject: |
|
|
fturco wrote: | Personalmente non ho mai provato a specificare il locale direttamente in /etc/fstab. Magari prova a rimuoverlo e a riprovare senza. |
non risolvo . _________________ == Lila-HD-icon-theme ==
https://github.com/ilnanny/Lila-HD-icon-theme |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sabayonino Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/20209838565fb448891ad70.gif)
Joined: 03 Jan 2012 Posts: 1047
|
Posted: Fri Apr 03, 2020 10:50 am Post subject: |
|
|
Hai provato a decomprimere il file manualmente e vedere il comportamento dell'operazione ?
PS : dimensioni del file da decomprimere ? _________________ LRS 64/32
Last edited by sabayonino on Fri Apr 03, 2020 10:56 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ilnanny Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1539065925ce98e1a6e9e8.jpg)
Joined: 17 Jul 2017 Posts: 123 Location: Italy/Taranto
|
Posted: Fri Apr 03, 2020 10:55 am Post subject: |
|
|
sabayonino wrote: | Hai provato a decomprimere il file manualmente e vedere il comportamento dell'operazione ? |
se utilizzo unzip mi dàè sempre questo errore :[file di esempio]
Code: |
unzip bmpanel2-master.zip
/bin/bash: attenzione: livello di shell (1000) troppo alto, reimpostato a 1
/bin/bash: attenzione: livello di shell (1000) troppo alto, reimpostato a 1
|
fin che non lo killo
* la dimensione di questo file èà 718,6 KiB _________________ == Lila-HD-icon-theme ==
https://github.com/ilnanny/Lila-HD-icon-theme |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sabayonino Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/20209838565fb448891ad70.gif)
Joined: 03 Jan 2012 Posts: 1047
|
Posted: Fri Apr 03, 2020 11:10 am Post subject: |
|
|
sembra la shell che richiama sè stessa , il loop (1000)
l'estrazione del file su un'altra partizione porta allo stesso errore ? _________________ LRS 64/32 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fturco Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 08 Dec 2010 Posts: 1181
|
Posted: Fri Apr 03, 2020 11:16 am Post subject: |
|
|
Prova con:
Code: | /usr/bin/unzip bmpanel2-master.zip |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ilnanny Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1539065925ce98e1a6e9e8.jpg)
Joined: 17 Jul 2017 Posts: 123 Location: Italy/Taranto
|
Posted: Fri Apr 03, 2020 11:22 am Post subject: |
|
|
sabayonino wrote: |
l'estrazione del file su un'altra partizione porta allo stesso errore ? |
No ,se il file lo copio/sposto nella home o altra partizione linux ,funziona tutto correttamnte ,anche con xarchiver.
Perchèà quell'errore della shell? _________________ == Lila-HD-icon-theme ==
https://github.com/ilnanny/Lila-HD-icon-theme |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ilnanny Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1539065925ce98e1a6e9e8.jpg)
Joined: 17 Jul 2017 Posts: 123 Location: Italy/Taranto
|
Posted: Fri Apr 03, 2020 11:23 am Post subject: |
|
|
fturco wrote: | Prova con:
Code: | /usr/bin/unzip bmpanel2-master.zip |
|
Funziona .
Vuol dire che ho un problema con l'accesso a PATH?
Code: |
echo $PATH
/home/ilnanny/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/9/bin
|
_________________ == Lila-HD-icon-theme ==
https://github.com/ilnanny/Lila-HD-icon-theme |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sabayonino Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/20209838565fb448891ad70.gif)
Joined: 03 Jan 2012 Posts: 1047
|
Posted: Fri Apr 03, 2020 11:49 am Post subject: |
|
|
e provando a cambiare le opzioni di mount di ntfs ?
Code: | # mount -o remount,defaults,umask=077,utf8 /media/Dati |
_________________ LRS 64/32 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fturco Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 08 Dec 2010 Posts: 1181
|
Posted: Fri Apr 03, 2020 12:07 pm Post subject: |
|
|
ilnanny wrote: | fturco wrote: | Prova con:
Code: | /usr/bin/unzip bmpanel2-master.zip |
|
Funziona .
Vuol dire che ho un problema con l'accesso a PATH? |
Sospetto che per qualche ragione il comando unzip sul tuo sistema sia in realtà un alias o una funzione bash.
Puoi verificare con:
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ilnanny Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1539065925ce98e1a6e9e8.jpg)
Joined: 17 Jul 2017 Posts: 123 Location: Italy/Taranto
|
Posted: Fri Apr 03, 2020 12:25 pm Post subject: |
|
|
fturco wrote: | ilnanny wrote: | fturco wrote: | Prova con:
Code: | /usr/bin/unzip bmpanel2-master.zip |
|
Funziona .
Vuol dire che ho un problema con l'accesso a PATH? |
Sospetto che per qualche ragione il comando unzip sul tuo sistema sia in realtà un alias o una funzione bash.
Puoi verificare con:
|
-- Code: |
type unzip
unzip è /home/ilnanny/bin/unzip
|
o mio dio ,èà un vecchio script che ho utilizzato per un progetto di 3 anni fa. _________________ == Lila-HD-icon-theme ==
https://github.com/ilnanny/Lila-HD-icon-theme |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ilnanny Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1539065925ce98e1a6e9e8.jpg)
Joined: 17 Jul 2017 Posts: 123 Location: Italy/Taranto
|
Posted: Fri Apr 03, 2020 12:30 pm Post subject: |
|
|
Tutto questo casotto che ormai mi porto dietro da un anno (da quando ho messo la cartella /home/bin in PATH) era dovuto ad uno stupido script con il nome di un programma .!
Scusatemi faccio 10 minuti di vergogna .
Scusate per avervi fatto perdere del tempo .
Grazie mille per la pazienza. _________________ == Lila-HD-icon-theme ==
https://github.com/ilnanny/Lila-HD-icon-theme |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fturco Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 08 Dec 2010 Posts: 1181
|
Posted: Fri Apr 03, 2020 12:32 pm Post subject: |
|
|
Non preoccuparti, sono contento che hai risolto il problema. ![Smile :-)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ilnanny Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1539065925ce98e1a6e9e8.jpg)
Joined: 17 Jul 2017 Posts: 123 Location: Italy/Taranto
|
Posted: Fri Apr 03, 2020 12:32 pm Post subject: |
|
|
sabayonino wrote: | e provando a cambiare le opzioni di mount di ntfs ?
Code: | # mount -o remount,defaults,umask=077,utf8 /media/Dati |
|
in pratica avevo un file eseguibile chiamato unzip ,in una cartella che ho reso di sistema . .Vi ho solo fatto perdere tempo ,chiedo venia . _________________ == Lila-HD-icon-theme ==
https://github.com/ilnanny/Lila-HD-icon-theme |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|