Jump to content
Allan

Acessar partição Mac pelo Linux

Recommended Posts

Olá galera, to com um problema.


Seguinte, como sabem ja saiu a atualização 10.8.5 pro ML, blz, eu atualizei normalmente.

Só que quando quero dar boot, da KP na AICPM isso é de se esperar pois o update trocou as minha kexts para as novas.


Queria saber como posso substituir essas kexts pelas que eu ja usava. Tentei subir com meu Penboot, mas mesmo com as flags

-v, -f, -x, sozinhas ou todas juntas não sobe, da KP.


Dai queria saber se tem como trocar as kexts pelo Linux Mint 15. Ou se tem algum app que faça isso.


Grato

Thanks & Regards

IdeaPad Gaming 3i  Aspire A515-52 • Clover / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Link to comment
Share on other sites

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

 

Blz Perna, eu tentei o codigo, mas não foi.


Tentei no meu Linux Mint, teria de ser obrigatorio usar um livecd? Ou usar o Linux q está na maquina interfere em algo!

Thanks & Regards

IdeaPad Gaming 3i  Aspire A515-52 • Clover / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Link to comment
Share on other sites

Deveria funcionar em qualquer um que tenha o pacote hfsprogs instalado

 

sudo apt-get install hfsprogs

 

Se ainda não estava montado como somente leitura

 

sudo mount -t hfsplus -o force,rw /dev/sdx# /media/mntpoint

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Ja instalei o hfsprogs.


Dai executo o comando assim:

 

sudo mount -t hfsplus -o force,rw /dev/sda2 /media/mntpoint

 

sda2 = nome do disco que está o OSX


Dai da essa mensagem:

 

mount: mount point /media/mntpoint does not exist

Thanks & Regards

IdeaPad Gaming 3i  Aspire A515-52 • Clover / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Link to comment
Share on other sites

Tem que criar a pasta do ponto de montagem, pode ser qualquer nome, não precisa ser mntpoint.

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Tenta o primeiro comando

 

sudo mount -t hfsplus -o remount,force,rw /media/allan

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Dai aparece essa mensagem gigante, e não monta:

 

Usage: mount -V                 : print version
      mount -h                 : print this help
      mount                    : list mounted filesystems
      mount -l                 : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
      mount -a [-t|-O] ...     : mount all stuff from /etc/fstab
      mount device             : mount device at the known place
      mount directory          : mount known device here
      mount -t type dev dir    : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
      mount --bind olddir newdir
or move a subtree:
      mount --move olddir newdir
One can change the type of mount containing the directory dir:
      mount --make-shared dir
      mount --make-slave dir
      mount --make-private dir
      mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
      mount --make-rshared dir
      mount --make-rslave dir
      mount --make-rprivate dir
      mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using  -L label  or by uuid, using  -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say  man 8 mount .

Thanks & Regards

IdeaPad Gaming 3i  Aspire A515-52 • Clover / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Link to comment
Share on other sites

Tenta

 

sudo mount -t hfsplus -o remount,force,rw /dev/sda2

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Tenta

 

sudo mount -t hfsplus -o remount,force,rw /dev/sda2

 

Da no mesmo:

 

Usage: mount -V                 : print version
      mount -h                 : print this help
      mount                    : list mounted filesystems
      mount -l                 : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
      mount -a [-t|-O] ...     : mount all stuff from /etc/fstab
      mount device             : mount device at the known place
      mount directory          : mount known device here
      mount -t type dev dir    : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
      mount --bind olddir newdir
or move a subtree:
      mount --move olddir newdir
One can change the type of mount containing the directory dir:
      mount --make-shared dir
      mount --make-slave dir
      mount --make-private dir
      mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
      mount --make-rshared dir
      mount --make-rslave dir
      mount --make-rprivate dir
      mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using  -L label  or by uuid, using  -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say  man 8 mount .

Thanks & Regards

IdeaPad Gaming 3i  Aspire A515-52 • Clover / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Link to comment
Share on other sites

Então eu não sei.


Acho que é mais fácil fazer o que o artur-pt sugeriu, pelo terminal do instalador.

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Então eu não sei.


Acho que é mais fácil fazer o que o artur-pt sugeriu, pelo terminal do instalador.

 


Blz Perna, toda a ajuda foi excelente.


Sabe acho que vou fazer o seguinte, vou apagar o Mac e reinstalar tudo.


Agora tenho uma duvida, como o GRUB ta na partição do Linux Mint, se eu apagar o Mac e instalar o bootloader denovo como sempre

não tem perigo de eu perder a entrada do Linux né?

Thanks & Regards

IdeaPad Gaming 3i  Aspire A515-52 • Clover / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Link to comment
Share on other sites

não.

 

Valeu!!! Mendietinha!! Vc é user do Linux tmb, então da pra ficar tranquilo!! Uffs


Vou começar o trabalho agora, vc ja teve esse tipo de problema? Vlw


EDIT: Estava com uma ideia, não sei se ela funcionaria, mas seria a seguinte...

Criar uma maquina virtual no Linux com o OSX ou o Windows(dai instalaria o TransMac/Paragon) seria possivel acessar os arquivos da partição do OSX e modificar esta pela maquina virtual?

Thanks & Regards

IdeaPad Gaming 3i  Aspire A515-52 • Clover / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Link to comment
Share on other sites

Consegui dar boot no OSX, estva dando problema na AICPM como mencionei.

Dai troquei ela e dava KP na AppleSMC, dai usei o metodo de correção da AppleSMC pro Mavericks no 10.8.5.


Só que....meu Linux Mint não entra mais.

Não se é prq eu redimencionei a partição do OSX, a do Linux deixei intacta, não sei o prq do problema.


O erro é o GRUB Rescue>_

Thanks & Regards

IdeaPad Gaming 3i  Aspire A515-52 • Clover / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Link to comment
Share on other sites

olá


cara tu se n é do cu é das calças..


com tanto problema ... meu conselho é teres duas partições com mac os x.. uma para fazeres boot e resolveres problemas e outra para teus testes.. e ai à partida tens teus problemas resolvidos..


bom hack

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

Link to comment
Share on other sites

olá

cara tu se n é do cu é das calças..

bom hack

 

Caracas, isso seria um modo de dizer em PT-PT?

Pois aqui no Brazil, é um baita palavrão!!


Vou seguir teu conselho, ja deixei uma partição de testes aqui.

Flw

Thanks & Regards

IdeaPad Gaming 3i  Aspire A515-52 • Clover / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Link to comment
Share on other sites

olá


sim é ditado (frase feita) como não meter a carroça na frente dos bois.. e por ai além..


aki... n tem nada a ver com ofensa ou palavrão


bom hack

 

Blz, vlw


É que eu não estava acostumado com os ditados em pt-pt.


Até mais!

Thanks & Regards

IdeaPad Gaming 3i  Aspire A515-52 • Clover / OpenCore
We are in a great Forum, so, let's have some fun and learn from each other!

btn_donate_SM.gif

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...