quinta-feira, junho 27, 2013

Chega (não é só pelos 20 centavos)


A quase ausência de regulamentação sobre a mídia é uma faca de dois gumes, pois ao mesmo tempo que pode ser uma garantia da liberdade de comunicação, também já era um jogo de cartas marcadas desde a ditadura, com poucas famílias mantendo uma hegemonia de direita editorando e manipulando a informação que é impingida à grande massa.

Mas hoje temos novas formas, mais ágeis de nos comunicar, temos este fantástico veículo da informação digital denominado internet, que transforma fundamentalmente o valor da informação, dados que temos a capacidade de difundir e reproduzir a informação em nível mundial a um custo próximo de zero.

Com este meio à disposição, os menestréis, trovadores, poetas, cantores e artistas que sempre tiveram um papel importante nas transformações sociais, absorvendo, decantando, cristalizando e refletindo o espírito, os anseios que quem busca uma mudança para melhor, podem se expressar deixando de lado a velha mídia, trazendo sua mensagem e inspiração para o povo do qual fazem parte:


segunda-feira, junho 17, 2013

How to enable raw disk access for VMWare Workstation on Windows 8

If you are trying to run a virtual machine from a physical disk on VMWare Workstation, chances are you will be denied raw disk access with an error message.

The only way I managed to allow VMWare to access the raw partition was to use diskpart.

diskpart is a command-line app which requires administrator privileges.

You will be better off if you take is slow and read diskpart documentation, as it can wipe out your disk partition table. Keep your backups up-to-date. You've been warned.

The process was this:

Start a command line, then type 'diskpart' and press enter.

If you run diskpart from a command line without administrator privileges, you will be prompted for the admin password, and diskpart will run on a separate window.

type 'list disk' and press enter. You should see all disks and will be able to verify which one you want to enable raw disk access.

use the command 'select disk N' where N is the number of the disk.

use the command 'offline' to keep windows disk management's grubby hands out of it.

use the command 'attributes disk clear readonly' to allow the disk to be written to.

And voilá, that should do it. YMMV.