1. Clean (remove everything) your device with fdisk.
sudo fdisk -l
2. Create a fat32 FS:
mkfs -t vfat /dev/sda
Wednesday, 17 February 2010
Monday, 15 February 2010
Share Internet between Ubuntu and VmWare Windows
On my Ubuntu 9.10 I use Vmware Server 1.09, I use that 'NAT' setting under the Ethernet option in the virtual machine settings. That means that the guest operating system uses the same IP address etc as the host.
It's working.
It's working.
Subscribe to:
Posts (Atom)
-
Convert the pdf to a postscript file and the postscript file to a pdf. Open the new pdf for example with Acrobat Reader and you can print. p...
-
sudo apt -y install wget wget https://zoom.us/client/latest/zoom_amd64.deb sudo apt install ./zoom_amd64.deb
-
Probelm: /etc/gdm/Xsession: Beginning session setup... mkdtemp: private socket dir: Permission denied Solution: A quick sudo chmod a+w /tmp ...