[Risolto] [Usb] Disco mac non scrivibile.

Riconoscimento, installazione e configurazione delle periferiche.
Scrivi risposta
Avatar utente
vioma
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1462
Iscrizione: lunedì 9 febbraio 2009, 0:31
Desktop: xfce, i3
Distribuzione: Xubuntu 22.04.1 LTS
Località: Catania

[Risolto] [Usb] Disco mac non scrivibile.

Messaggio da vioma »

Pur avendo i privilegi (...almeno credo) di lettura e scrittura (vedi in basso), non riesco a scrivere sul disco formattato hfs+.
Qualche consiglio?
Grazie anticipato.

ls -l
totale 44
drwxrwxrwx 1 root root 12288 2009-04-24 18:12 ARCHIVIO
lrwxrwxrwx 1 root root     6 2009-02-05 15:15 cdrom -> cdrom0
drwxr-xr-x 2 root root  4096 2009-02-05 15:15 cdrom0
drwxrwxrwx 1 root root    20 2009-04-02 13:25 MAC_USB_1
drwxrwxrwx 1 root root  4096 2009-04-19 21:09 PROFILI
drwxrwxrwx 1 root root  8192 2009-04-02 13:21 VISTA
drwxrwxrwx 1 root root  4096 2009-04-21 16:56 WIN_USB_1
drwxrwxrwx 1 root root  4096 2009-04-23 16:12 WIN_USB_2
drwxrwxrwx 1 root root  8192 2009-04-02 13:20 XP
conti@conti-desktop:/media$
Ultima modifica di vioma il lunedì 27 aprile 2009, 11:42, modificato 1 volta in totale.
Avatar utente
ethyl
Rampante Reduce
Rampante Reduce
Messaggi: 7766
Iscrizione: venerdì 19 gennaio 2007, 16:31

Re: [Usb] Disco mac non scrivibile.

Messaggio da ethyl »

posta anche il risultato di

Codice: Seleziona tutto

mount
Avatar utente
vioma
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1462
Iscrizione: lunedì 9 febbraio 2009, 0:31
Desktop: xfce, i3
Distribuzione: Xubuntu 22.04.1 LTS
Località: Catania

Re: [Usb] Disco mac non scrivibile.

Messaggio da vioma »

Ecco,

mount
/dev/sdb1 on / type ext3 (rw,relatime,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
/proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
lrm on /lib/modules/2.6.27-11-generic/volatile type tmpfs (rw,mode=755)
/dev/sdb3 on /home type ext3 (rw,relatime)
/dev/sda3 on /media/VISTA type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda2 on /media/XP type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda1 on /media/ARCHIVIO type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/conti/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=conti)
/dev/sdb6 on /media/PROFILI type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sdb5 on /media/WIN_USB_2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sdc2 on /media/WIN_USB_1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sdc1 on /media/MAC_USB_1 type hfsplus (rw,nosuid,nodev,uhelper=hal)
Avatar utente
ethyl
Rampante Reduce
Rampante Reduce
Messaggi: 7766
Iscrizione: venerdì 19 gennaio 2007, 16:31

Re: [Usb] Disco mac non scrivibile.

Messaggio da ethyl »

prova questo

Codice: Seleziona tutto

sudo fsck.hfsplus -r /dev/sdc1
Avatar utente
pieddu
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 13453
Iscrizione: sabato 11 novembre 2006, 21:46
Desktop: Mate XFCE
Distribuzione: Devuan Trisquel
Sesso: Maschile
Località: Serravalle di Chienti (Taverne)

Re: [Usb] Disco mac non scrivibile.

Messaggio da pieddu »

ethyl ha scritto: prova questo

Codice: Seleziona tutto

sudo fsck.hfsplus -r /dev/sdc1
Non conviene smontare prima?
:birra:
Avatar utente
vioma
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1462
Iscrizione: lunedì 9 febbraio 2009, 0:31
Desktop: xfce, i3
Distribuzione: Xubuntu 22.04.1 LTS
Località: Catania

[Usb] Re: [Usb] Disco mac non scrivibile.

Messaggio da vioma »

sudo fsck.hfsplus -r /dev/sdc1
sudo: fsck.hfsplus: command not found
Avatar utente
vioma
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1462
Iscrizione: lunedì 9 febbraio 2009, 0:31
Desktop: xfce, i3
Distribuzione: Xubuntu 22.04.1 LTS
Località: Catania

[Usb] Re: [Usb] Disco mac non scrivibile.

Messaggio da vioma »

Non mi era stato detto.
Un attimo che riprovo.
Avatar utente
vioma
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1462
Iscrizione: lunedì 9 febbraio 2009, 0:31
Desktop: xfce, i3
Distribuzione: Xubuntu 22.04.1 LTS
Località: Catania

[Usb] Re: [Usb] Disco mac non scrivibile.

Messaggio da vioma »

Stessa risposta.

sudo fsck.hfsplus -r /dev/sdc1
sudo: fsck.hfsplus: command not found
Avatar utente
ethyl
Rampante Reduce
Rampante Reduce
Messaggi: 7766
Iscrizione: venerdì 19 gennaio 2007, 16:31

Re: [Usb] Disco mac non scrivibile.

Messaggio da ethyl »

Non conviene smontare prima?
vero, troppa fretta......
Avatar utente
ethyl
Rampante Reduce
Rampante Reduce
Messaggi: 7766
Iscrizione: venerdì 19 gennaio 2007, 16:31

Re: [Usb] Re: [Usb] Disco mac non scrivibile.

Messaggio da ethyl »

vioma ha scritto: Stessa risposta.

sudo fsck.hfsplus -r /dev/sdc1
sudo: fsck.hfsplus: command not found
che versione hai di ubuntu?
Avatar utente
vioma
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1462
Iscrizione: lunedì 9 febbraio 2009, 0:31
Desktop: xfce, i3
Distribuzione: Xubuntu 22.04.1 LTS
Località: Catania

Re: [Usb] Disco mac non scrivibile.

Messaggio da vioma »

La 8.10.
Credo che il problema sia doppio. Ho commesso l'errore di montare la partizione come journaling (!!!! visto che non dovevo montare un sistema non capisco il perchè) e il fatto che alcuni file sono stati copiati da diverse partizioni con diversi permessi.
Soluzioni possibili:
1) riformattare la partizione come HFS+ non journaling;
2) provare se il mac riconosce ext3;
3) cambiare i permessi da linux (non so come si fa).
Sto studiando la funzione chown.
Avatar utente
ethyl
Rampante Reduce
Rampante Reduce
Messaggi: 7766
Iscrizione: venerdì 19 gennaio 2007, 16:31

Re: [Usb] Disco mac non scrivibile.

Messaggio da ethyl »

installa hfsprogs

Codice: Seleziona tutto

sudo apt-get install hfsprogs
e riprova ( dopo aver smontato il volume ) il comando postato sopra.
Avatar utente
pieddu
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 13453
Iscrizione: sabato 11 novembre 2006, 21:46
Desktop: Mate XFCE
Distribuzione: Devuan Trisquel
Sesso: Maschile
Località: Serravalle di Chienti (Taverne)

Re: [Usb] Disco mac non scrivibile.

Messaggio da pieddu »

vioma ha scritto: 1) riformattare la partizione come HFS+ non journaling;
Esattamente.
Di questo hai bisogno per scrivere su hfs+
:birra:
Avatar utente
vioma
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1462
Iscrizione: lunedì 9 febbraio 2009, 0:31
Desktop: xfce, i3
Distribuzione: Xubuntu 22.04.1 LTS
Località: Catania

Re: [Usb] Disco mac non scrivibile.

Messaggio da vioma »

Fatto.
sudo fsck.hfsplus -r /dev/sdc1
** /dev/sdc1
** Checking HFS Plus volume.
** Checking Extents Overflow file.
** Checking Catalog file.
** Rebuilding Catalog B-tree.
** Rechecking volume.
** Checking HFS Plus volume.
** Checking Extents Overflow file.
** Checking Catalog file.
** Checking Catalog hierarchy.
** Checking Extended Attributes file.
** Checking volume bitmap.
** Checking volume information.
  Invalid volume file count
  (It should be 106737 instead of 60672)
  Invalid volume directory count
  (It should be 15079 instead of 9314)
  Invalid volume free block count
  (It should be 12269760 instead of 22640148)
  Volume Header needs minor repair
(2, 0)
** Repairing volume.
** Rechecking volume.
** Checking HFS Plus volume.
** Checking Extents Overflow file.
** Checking Catalog file.
** Checking Catalog hierarchy.
** Checking Extended Attributes file.
** Checking volume bitmap.
** Checking volume information.
** The volume MAC_USB_1 was repaired successfully.

Gradirei sapere se ciò che ho fatto è duraturo o mi creerà problemi di lettura con il macintosh.
Non riesco a spiegarmi perchè dopo aver tolto il lucchetto (rendendo libero in scrittura e lettura) dalla partizione (sotto Mac OS) mi funziona tutto per un poco e poi dopo qualche tempo riperdo i privilegi.
Comunque grazie tanto e alla prossima.

Ps: dopo il Tuo commento metterò risolto al post.
Avatar utente
pieddu
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 13453
Iscrizione: sabato 11 novembre 2006, 21:46
Desktop: Mate XFCE
Distribuzione: Devuan Trisquel
Sesso: Maschile
Località: Serravalle di Chienti (Taverne)

Re: [Usb] Disco mac non scrivibile.

Messaggio da pieddu »

Linux se trova un filesystem corrotto lo monta in sola lettura ed ecco una possibile spiegazione al lucchetto....
Occhio agli smontaggi!!!!!!!
:birra:
Avatar utente
vioma
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1462
Iscrizione: lunedì 9 febbraio 2009, 0:31
Desktop: xfce, i3
Distribuzione: Xubuntu 22.04.1 LTS
Località: Catania

[Risolto] Re: [Usb] Disco mac non scrivibile.

Messaggio da vioma »

Nel caso si ripresentasse rifarò la stessa operazione.
Grazie infinitamente.
Avatar utente
pieddu
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 13453
Iscrizione: sabato 11 novembre 2006, 21:46
Desktop: Mate XFCE
Distribuzione: Devuan Trisquel
Sesso: Maschile
Località: Serravalle di Chienti (Taverne)

Re: [Usb] Disco mac non scrivibile.

Messaggio da pieddu »

[risolto]mettilo nel titolo del primo post, qui non si vede....
Ciao!
:birra:
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 4 ospiti