Showing posts with label pendrive linux. Show all posts
Showing posts with label pendrive linux. Show all posts

Wednesday, May 15, 2013

How Do I Format a Flash Drive on Linux Mint 12 LXDE/KDE?

Q. How do I format my Flash Drive or "PENDRIVE" on Linux Mint 12 Lisa LXDE? When I right click on it all it says is eject.

I'm assuming I need to download something? When I had Ubuntu UI via Linux Mint I just right clicked > format. Now on the default Linux Mint 12 interface it just says eject.

A. You have to use gParted.
Or it might named "Partition Editor" or something with "Disk".
You will find it in the main menu, under "System" or "system Tools".

Once you open the gParted, you will understand it. If you don't look for the devices on upper right corner. primary hard disk is named either hda or sda. the partitions are 1,2,3 n so on. eg C drive will be called as had1, D as hda2 n so on.
If you have another hard disk, it will be named as hdb1, hdb2, n so on.

If you are not sure about the name of your pen drive, you can guess it by size.

once you get your flash drive, you will have to right click on it. you will get several options after that. including "delete" and so on. Simply choose "format to>" n it will show a lot of file systems. choose the one you want. (usually FAT32, or NTFS.)

Here is one video of gParted on Mint 11. It didn't say what version was it (KDE, XFCE, or Gnome). And I couldn't find a video for 12.

http://www.youtube.com/watch?v=hk1j4qXlNzg

How do I get rid of the two partitions on a thumb drive through linux ubuntu?
Q. I tried to put ubuntu on a pendrive and it did not work out well. Now, when I plug in the usb device, it shows as two devices and it has a file that I can't delete. How do I combine the two partitions and format the thumb drive through Ubuntu 7.10
Thanks linux OS! But how do I work the program? both partitions have a lock icon next to them. How do I make the program work?

A. Use gparted

In Linux/Unix, is it necessary to virtually disconnect a USB data storage device before you unplug it?
Q. You know how in Windows you right click on an icon beside the clock and click Safely Remove Hardware, and stop certain USB devices before you can safely unplug them. Is it necessary to do something similar in Linux or Unix, if so how is it done?

A. That depends, are you actually writing to the device?

If you have, you need to unmount (or umount) it before ejecting it.

How it is done? I just right click on the device's icon of my GNOME desktop. I simply choose the corresponding option then. Use KDE? Same thing applies.

Now why is this operation required?

In all operating systems (even in DOS, but it wasn't encouraged back then), whenever the system is told "write this to the disk" it actually puts it in a queue and returns to the calling application immediately. The actual write is done soon, but not necessarily done yet.

So, there is the possibility of a file being not written to the disk. Worse yet, there is the possibility of a file being partially written to the disk. Believe me, partially written files are a pain in the a....

Linux can set things up so that this is not such a problem. However, doing so will cause your pendrive to be Linux only, which is not such a hot idea to most people.

I have however divided an external hard disk into two partitions, format one as Linux only and the other as a tiny FAT disk, and copied into it the Windows driver for the Linux partition. It works with limitations in Windows, but it works.

Anyway, you do need to do it, and it is called unmounting or umounting the disk.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, April 19, 2013

Best linux distro to put on bootable usb?

Q. Hi, i have been using a usb loaded with ubuntu to browse the internet for some time now. I like how you can't get a virus with an operating system that isn't actually installed. But my question is what is the best bootable linux distro. Which has the most features that can be run from usb? I was just wondering if there was anything better than ubuntu that others would recommend.

A. you can run any number of distros off a usb thumb drive though the light weight distros are the best such as Puppy Linux, Slax, DSL, &c. One thing you can do is install a bunch of distros to a Thumb Drive http://www.pendrivelinux.com/boot-multiple-iso-from-usb-multiboot-usb/ thus you can boot to whatever you feel like. For instance you can put all six versions of Linux Mint (5 Desktop Environments & LMDE), with Fedora, Puppy, Slax, & Knoppix on a 32 GB Pendrive.

How to boot joli cloud iso from grub or grub2 ?
Q. I just want to boot joli cloud from pendrive. I succesfull boot ubuntu iso from grub2 but in joli it say 'file not found'.
I want to use ntfs for my pendrive so dont suggest me syslinux software. Because it does not run on ntfs.

A. Assuming you want to install Linux on a PC without a CD / DVD Burner, here's how to run any Linux Installer from a USB Flash Drive (UFD):

And, if memory serves, you do NOT need to force any Linux to format your UFD to NTFS. Just let Linux choose it's own default disk file format, because you only need 'Linux on USB' for an hour, or less.

TIP: Once Linux is installed, re-format your UFD to use it as a DATA file back up device, again. Need more help? Post your questions to JoliCloud's Forums.

How do I make a bootable flashdrive?
Q. I have the ISO for Linux mint downloaded. I chose the DVD file because I don't want to install all of the add-ons separately but my computer doesn't have a DVD drive. I want to put the iso on a flash drive and boot from it. How do I do this?

A. Pendrive linux. easy as pie.
http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, April 12, 2013

In Linux/Unix, is it necessary to virtually disconnect a USB data storage device before you unplug it?

Q. You know how in Windows you right click on an icon beside the clock and click Safely Remove Hardware, and stop certain USB devices before you can safely unplug them. Is it necessary to do something similar in Linux or Unix, if so how is it done?

A. That depends, are you actually writing to the device?

If you have, you need to unmount (or umount) it before ejecting it.

How it is done? I just right click on the device's icon of my GNOME desktop. I simply choose the corresponding option then. Use KDE? Same thing applies.

Now why is this operation required?

In all operating systems (even in DOS, but it wasn't encouraged back then), whenever the system is told "write this to the disk" it actually puts it in a queue and returns to the calling application immediately. The actual write is done soon, but not necessarily done yet.

So, there is the possibility of a file being not written to the disk. Worse yet, there is the possibility of a file being partially written to the disk. Believe me, partially written files are a pain in the a....

Linux can set things up so that this is not such a problem. However, doing so will cause your pendrive to be Linux only, which is not such a hot idea to most people.

I have however divided an external hard disk into two partitions, format one as Linux only and the other as a tiny FAT disk, and copied into it the Windows driver for the Linux partition. It works with limitations in Windows, but it works.

Anyway, you do need to do it, and it is called unmounting or umounting the disk.

Can you use PHP and Mysql with a Linux Live CD?
Q. If you come back to Windows will all your PHP & Mysql settings gone? Do you have to reinstall everything again if you decide to use a second time the Linux Live CD?? I don't want to install Linux permanently o0n my sustem but I would like to work with the Lice CD without losing my work & setings. Is it possible?

A. Linux LiveCD's are run within the RAM of your PC so you cannot save you settings between LIVE sessions.

One possibility is having Ubuntu installed on a USB Pendrive


Ubuntu Live USB Pendrive Persistent
https://wiki.ubuntu.com/LiveUsbPendrivePersistent

LUg.

Best linux distro to put on bootable usb?
Q. Hi, i have been using a usb loaded with ubuntu to browse the internet for some time now. I like how you can't get a virus with an operating system that isn't actually installed. But my question is what is the best bootable linux distro. Which has the most features that can be run from usb? I was just wondering if there was anything better than ubuntu that others would recommend.

A. you can run any number of distros off a usb thumb drive though the light weight distros are the best such as Puppy Linux, Slax, DSL, &c. One thing you can do is install a bunch of distros to a Thumb Drive http://www.pendrivelinux.com/boot-multiple-iso-from-usb-multiboot-usb/ thus you can boot to whatever you feel like. For instance you can put all six versions of Linux Mint (5 Desktop Environments & LMDE), with Fedora, Puppy, Slax, & Knoppix on a 32 GB Pendrive.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Monday, April 8, 2013

Found an 8GB Flash drive, what should I do now?

Q. I already know about Portable apps and everything and I have me own laptop and desktop computers
is there anything else fun besides putting linux on it? I'd like some more info on pendrive linux as well.
it's a mini PNY usb flash drive and it's really cool how tiny it is but I have no use for it besides general storage...thanks!

A. How about if you treat your USB as a memory, let say Readyboost!!! 8GB more additional ram for your PC.

How Do I Format a Flash Drive on Linux Mint 12 LXDE/KDE?
Q. How do I format my Flash Drive or "PENDRIVE" on Linux Mint 12 Lisa LXDE? When I right click on it all it says is eject.

I'm assuming I need to download something? When I had Ubuntu UI via Linux Mint I just right clicked > format. Now on the default Linux Mint 12 interface it just says eject.

A. You have to use gParted.
Or it might named "Partition Editor" or something with "Disk".
You will find it in the main menu, under "System" or "system Tools".

Once you open the gParted, you will understand it. If you don't look for the devices on upper right corner. primary hard disk is named either hda or sda. the partitions are 1,2,3 n so on. eg C drive will be called as had1, D as hda2 n so on.
If you have another hard disk, it will be named as hdb1, hdb2, n so on.

If you are not sure about the name of your pen drive, you can guess it by size.

once you get your flash drive, you will have to right click on it. you will get several options after that. including "delete" and so on. Simply choose "format to>" n it will show a lot of file systems. choose the one you want. (usually FAT32, or NTFS.)

Here is one video of gParted on Mint 11. It didn't say what version was it (KDE, XFCE, or Gnome). And I couldn't find a video for 12.

http://www.youtube.com/watch?v=hk1j4qXlNzg

How do I get rid of the two partitions on a thumb drive through linux ubuntu?
Q. I tried to put ubuntu on a pendrive and it did not work out well. Now, when I plug in the usb device, it shows as two devices and it has a file that I can't delete. How do I combine the two partitions and format the thumb drive through Ubuntu 7.10
Thanks linux OS! But how do I work the program? both partitions have a lock icon next to them. How do I make the program work?

A. Use gparted



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, March 23, 2013

I need an easy to follow, step by step guide to get linux installed with my flash drive?

Q. I have an eee pc, so no cd drive. However, I have a computer with a cd drive, and I have a cd that will install linux. I need to know how to get the installation on my flash drive so I can get linux on my eeeeeeeeeeeeeeeeeeee pc.

Halp meh! I needz me some ubuntu!

By the way I want to completely get ridda windows.

A. This works well

http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/

Sorry you want a guide, it's easy

Download whichever Ubuntu release you want.
Download Pendrive Linux
Tell it which version you have and the drive letter for the USB, you may want to allow it to format the usb first.

It does it's work pretty quickly.

If you want to make changes to the Ubuntu OS that are saved make sure you tell it to make it Preserve then select whichever size according to your usb

How do you clear a pendrive COMPLETELY of viruses?
Q. Whatever I do , how much ever I format my 8 GB transcend pendrive, when I plug it in my PC, it says malware/spyware/ some unwanted thing detected.
How to get rid of viruses for good?

Also is it possible for electronic media like DVD players, guitar processors, musical keyboards to get VIRUS INFECTED if they are connected to infected computers?

A. Don't format ur pendrive with windows format. Instead use "HP USB Disk Format tool". Else delete unnecessary files on linux. MUST- use a FIREWALL(Windows Firewall is a Trash anyway) and a good antivirus.

How do you boot linux from a flash drive?
Q. I am looking for the best linux os distro that could boot straight from my flash drive.

Something like knoppix but for flash.

Another question, with that, can you access the hard drive and store information? Like to fix a windows machine?

A. You can run this of CD, USB, and even in RAM
http://www.damnsmalllinux.org/

To intall to USB drive:
First, boot up your computer from the DSL livecd, frugal, or USB-frugal. Note that it is not possible to do a USB install, or any other kind of install from a DSL Embedded system.

In the Fluxbox menu, go Apps >> Tools >> Install to USB Pendrive and choose either USB-ZIP emulation or USB-HDD emulation, depending on what is supported by your computer's bios.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, March 2, 2013

I downloaded pendrive linux onto my flash drive and I'm having trouble getting it to boot.?

Q. I have my BIOS set to 'boot from USB' and it goes through all the start up stuff for linux, and then the screen just goes black. The power doesn't turn off, but the screen goes black and nothing else happens.

A. Try Damn Small linux, puppy linux, or grafpup. They've all worked for me (USB-wise) I looked for pendrive linux on distrowatch.com and didn't find that. Is it going into Xwindows at too high of settings? try hitting F1, F2, F3 to switch into another virtual window.

I need an easy to follow, step by step guide to get linux installed with my flash drive?
Q. I have an eee pc, so no cd drive. However, I have a computer with a cd drive, and I have a cd that will install linux. I need to know how to get the installation on my flash drive so I can get linux on my eeeeeeeeeeeeeeeeeeee pc.

Halp meh! I needz me some ubuntu!

By the way I want to completely get ridda windows.

A. This works well

http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/

Sorry you want a guide, it's easy

Download whichever Ubuntu release you want.
Download Pendrive Linux
Tell it which version you have and the drive letter for the USB, you may want to allow it to format the usb first.

It does it's work pretty quickly.

If you want to make changes to the Ubuntu OS that are saved make sure you tell it to make it Preserve then select whichever size according to your usb

How do you clear a pendrive COMPLETELY of viruses?
Q. Whatever I do , how much ever I format my 8 GB transcend pendrive, when I plug it in my PC, it says malware/spyware/ some unwanted thing detected.
How to get rid of viruses for good?

Also is it possible for electronic media like DVD players, guitar processors, musical keyboards to get VIRUS INFECTED if they are connected to infected computers?

A. Don't format ur pendrive with windows format. Instead use "HP USB Disk Format tool". Else delete unnecessary files on linux. MUST- use a FIREWALL(Windows Firewall is a Trash anyway) and a good antivirus.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, February 22, 2013

How Do I Format a Flash Drive on Linux Mint 12 LXDE/KDE?

Q. How do I format my Flash Drive or "PENDRIVE" on Linux Mint 12 Lisa LXDE? When I right click on it all it says is eject.

I'm assuming I need to download something? When I had Ubuntu UI via Linux Mint I just right clicked > format. Now on the default Linux Mint 12 interface it just says eject.

A. You have to use gParted.
Or it might named "Partition Editor" or something with "Disk".
You will find it in the main menu, under "System" or "system Tools".

Once you open the gParted, you will understand it. If you don't look for the devices on upper right corner. primary hard disk is named either hda or sda. the partitions are 1,2,3 n so on. eg C drive will be called as had1, D as hda2 n so on.
If you have another hard disk, it will be named as hdb1, hdb2, n so on.

If you are not sure about the name of your pen drive, you can guess it by size.

once you get your flash drive, you will have to right click on it. you will get several options after that. including "delete" and so on. Simply choose "format to>" n it will show a lot of file systems. choose the one you want. (usually FAT32, or NTFS.)

Here is one video of gParted on Mint 11. It didn't say what version was it (KDE, XFCE, or Gnome). And I couldn't find a video for 12.

http://www.youtube.com/watch?v=hk1j4qXlNzg

How do I get rid of the two partitions on a thumb drive through linux ubuntu?
Q. I tried to put ubuntu on a pendrive and it did not work out well. Now, when I plug in the usb device, it shows as two devices and it has a file that I can't delete. How do I combine the two partitions and format the thumb drive through Ubuntu 7.10
Thanks linux OS! But how do I work the program? both partitions have a lock icon next to them. How do I make the program work?

A. Use gparted

In Linux/Unix, is it necessary to virtually disconnect a USB data storage device before you unplug it?
Q. You know how in Windows you right click on an icon beside the clock and click Safely Remove Hardware, and stop certain USB devices before you can safely unplug them. Is it necessary to do something similar in Linux or Unix, if so how is it done?

A. That depends, are you actually writing to the device?

If you have, you need to unmount (or umount) it before ejecting it.

How it is done? I just right click on the device's icon of my GNOME desktop. I simply choose the corresponding option then. Use KDE? Same thing applies.

Now why is this operation required?

In all operating systems (even in DOS, but it wasn't encouraged back then), whenever the system is told "write this to the disk" it actually puts it in a queue and returns to the calling application immediately. The actual write is done soon, but not necessarily done yet.

So, there is the possibility of a file being not written to the disk. Worse yet, there is the possibility of a file being partially written to the disk. Believe me, partially written files are a pain in the a....

Linux can set things up so that this is not such a problem. However, doing so will cause your pendrive to be Linux only, which is not such a hot idea to most people.

I have however divided an external hard disk into two partitions, format one as Linux only and the other as a tiny FAT disk, and copied into it the Windows driver for the Linux partition. It works with limitations in Windows, but it works.

Anyway, you do need to do it, and it is called unmounting or umounting the disk.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

I downloaded pendrive linux onto my flash drive and I'm having trouble getting it to boot.?

Q. I have my BIOS set to 'boot from USB' and it goes through all the start up stuff for linux, and then the screen just goes black. The power doesn't turn off, but the screen goes black and nothing else happens.

A. Try Damn Small linux, puppy linux, or grafpup. They've all worked for me (USB-wise) I looked for pendrive linux on distrowatch.com and didn't find that. Is it going into Xwindows at too high of settings? try hitting F1, F2, F3 to switch into another virtual window.

I need an easy to follow, step by step guide to get linux installed with my flash drive?
Q. I have an eee pc, so no cd drive. However, I have a computer with a cd drive, and I have a cd that will install linux. I need to know how to get the installation on my flash drive so I can get linux on my eeeeeeeeeeeeeeeeeeee pc.

Halp meh! I needz me some ubuntu!

By the way I want to completely get ridda windows.

A. This works well

http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/

Sorry you want a guide, it's easy

Download whichever Ubuntu release you want.
Download Pendrive Linux
Tell it which version you have and the drive letter for the USB, you may want to allow it to format the usb first.

It does it's work pretty quickly.

If you want to make changes to the Ubuntu OS that are saved make sure you tell it to make it Preserve then select whichever size according to your usb

How do you clear a pendrive COMPLETELY of viruses?
Q. Whatever I do , how much ever I format my 8 GB transcend pendrive, when I plug it in my PC, it says malware/spyware/ some unwanted thing detected.
How to get rid of viruses for good?

Also is it possible for electronic media like DVD players, guitar processors, musical keyboards to get VIRUS INFECTED if they are connected to infected computers?

A. Don't format ur pendrive with windows format. Instead use "HP USB Disk Format tool". Else delete unnecessary files on linux. MUST- use a FIREWALL(Windows Firewall is a Trash anyway) and a good antivirus.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Sunday, February 10, 2013

I need an easy to follow, step by step guide to get linux installed with my flash drive?

Q. I have an eee pc, so no cd drive. However, I have a computer with a cd drive, and I have a cd that will install linux. I need to know how to get the installation on my flash drive so I can get linux on my eeeeeeeeeeeeeeeeeeee pc.

Halp meh! I needz me some ubuntu!

By the way I want to completely get ridda windows.

A. This works well

http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/

Sorry you want a guide, it's easy

Download whichever Ubuntu release you want.
Download Pendrive Linux
Tell it which version you have and the drive letter for the USB, you may want to allow it to format the usb first.

It does it's work pretty quickly.

If you want to make changes to the Ubuntu OS that are saved make sure you tell it to make it Preserve then select whichever size according to your usb

How do you clear a pendrive COMPLETELY of viruses?
Q. Whatever I do , how much ever I format my 8 GB transcend pendrive, when I plug it in my PC, it says malware/spyware/ some unwanted thing detected.
How to get rid of viruses for good?

Also is it possible for electronic media like DVD players, guitar processors, musical keyboards to get VIRUS INFECTED if they are connected to infected computers?

A. Don't format ur pendrive with windows format. Instead use "HP USB Disk Format tool". Else delete unnecessary files on linux. MUST- use a FIREWALL(Windows Firewall is a Trash anyway) and a good antivirus.

How do you boot linux from a flash drive?
Q. I am looking for the best linux os distro that could boot straight from my flash drive.

Something like knoppix but for flash.

Another question, with that, can you access the hard drive and store information? Like to fix a windows machine?

A. You can run this of CD, USB, and even in RAM
http://www.damnsmalllinux.org/

To intall to USB drive:
First, boot up your computer from the DSL livecd, frugal, or USB-frugal. Note that it is not possible to do a USB install, or any other kind of install from a DSL Embedded system.

In the Fluxbox menu, go Apps >> Tools >> Install to USB Pendrive and choose either USB-ZIP emulation or USB-HDD emulation, depending on what is supported by your computer's bios.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, February 8, 2013

Is there an easy way to create a GRUB bootable floppy to pull Linux from a USB?

Q. I wanted to know if there was anyone who could explain step by step how I can create a GRUB floppy that will boot my Pendrive Linux USB. I do not have a working CD on the computer in question, nor is that computer on a network.

Thanks in advance!

A. Ubuntu actually has a program to write the OS + Grub to the pendrive. I am not sure if you have Linux ( ubuntu ) on system.

Other ways to install or run things without a CD Drive.

Get program "Virtual Clone Drive" - Free
Now when you download an .ISO you can right click and say mount and it will treat it as if it was a CD Drive.

I downloaded pendrive linux onto my flash drive and I'm having trouble getting it to boot.?
Q. I have my BIOS set to 'boot from USB' and it goes through all the start up stuff for linux, and then the screen just goes black. The power doesn't turn off, but the screen goes black and nothing else happens.

A. Try Damn Small linux, puppy linux, or grafpup. They've all worked for me (USB-wise) I looked for pendrive linux on distrowatch.com and didn't find that. Is it going into Xwindows at too high of settings? try hitting F1, F2, F3 to switch into another virtual window.

I need an easy to follow, step by step guide to get linux installed with my flash drive?
Q. I have an eee pc, so no cd drive. However, I have a computer with a cd drive, and I have a cd that will install linux. I need to know how to get the installation on my flash drive so I can get linux on my eeeeeeeeeeeeeeeeeeee pc.

Halp meh! I needz me some ubuntu!

By the way I want to completely get ridda windows.

A. This works well

http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/

Sorry you want a guide, it's easy

Download whichever Ubuntu release you want.
Download Pendrive Linux
Tell it which version you have and the drive letter for the USB, you may want to allow it to format the usb first.

It does it's work pretty quickly.

If you want to make changes to the Ubuntu OS that are saved make sure you tell it to make it Preserve then select whichever size according to your usb



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Thursday, January 31, 2013

How Do I Format a Flash Drive on Linux Mint 12 LXDE/KDE?

Q. How do I format my Flash Drive or "PENDRIVE" on Linux Mint 12 Lisa LXDE? When I right click on it all it says is eject.

I'm assuming I need to download something? When I had Ubuntu UI via Linux Mint I just right clicked > format. Now on the default Linux Mint 12 interface it just says eject.

A. You have to use gParted.
Or it might named "Partition Editor" or something with "Disk".
You will find it in the main menu, under "System" or "system Tools".

Once you open the gParted, you will understand it. If you don't look for the devices on upper right corner. primary hard disk is named either hda or sda. the partitions are 1,2,3 n so on. eg C drive will be called as had1, D as hda2 n so on.
If you have another hard disk, it will be named as hdb1, hdb2, n so on.

If you are not sure about the name of your pen drive, you can guess it by size.

once you get your flash drive, you will have to right click on it. you will get several options after that. including "delete" and so on. Simply choose "format to>" n it will show a lot of file systems. choose the one you want. (usually FAT32, or NTFS.)

Here is one video of gParted on Mint 11. It didn't say what version was it (KDE, XFCE, or Gnome). And I couldn't find a video for 12.

http://www.youtube.com/watch?v=hk1j4qXlNzg

How do I get rid of the two partitions on a thumb drive through linux ubuntu?
Q. I tried to put ubuntu on a pendrive and it did not work out well. Now, when I plug in the usb device, it shows as two devices and it has a file that I can't delete. How do I combine the two partitions and format the thumb drive through Ubuntu 7.10
Thanks linux OS! But how do I work the program? both partitions have a lock icon next to them. How do I make the program work?

A. Use gparted

In Linux/Unix, is it necessary to virtually disconnect a USB data storage device before you unplug it?
Q. You know how in Windows you right click on an icon beside the clock and click Safely Remove Hardware, and stop certain USB devices before you can safely unplug them. Is it necessary to do something similar in Linux or Unix, if so how is it done?

A. That depends, are you actually writing to the device?

If you have, you need to unmount (or umount) it before ejecting it.

How it is done? I just right click on the device's icon of my GNOME desktop. I simply choose the corresponding option then. Use KDE? Same thing applies.

Now why is this operation required?

In all operating systems (even in DOS, but it wasn't encouraged back then), whenever the system is told "write this to the disk" it actually puts it in a queue and returns to the calling application immediately. The actual write is done soon, but not necessarily done yet.

So, there is the possibility of a file being not written to the disk. Worse yet, there is the possibility of a file being partially written to the disk. Believe me, partially written files are a pain in the a....

Linux can set things up so that this is not such a problem. However, doing so will cause your pendrive to be Linux only, which is not such a hot idea to most people.

I have however divided an external hard disk into two partitions, format one as Linux only and the other as a tiny FAT disk, and copied into it the Windows driver for the Linux partition. It works with limitations in Windows, but it works.

Anyway, you do need to do it, and it is called unmounting or umounting the disk.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How do you boot linux from a flash drive?

Q. I am looking for the best linux os distro that could boot straight from my flash drive.

Something like knoppix but for flash.

Another question, with that, can you access the hard drive and store information? Like to fix a windows machine?

A. You can run this of CD, USB, and even in RAM
http://www.damnsmalllinux.org/

To intall to USB drive:
First, boot up your computer from the DSL livecd, frugal, or USB-frugal. Note that it is not possible to do a USB install, or any other kind of install from a DSL Embedded system.

In the Fluxbox menu, go Apps >> Tools >> Install to USB Pendrive and choose either USB-ZIP emulation or USB-HDD emulation, depending on what is supported by your computer's bios.

How do I get rid of the two partitions on a thumb drive through linux ubuntu?
Q. I tried to put ubuntu on a pendrive and it did not work out well. Now, when I plug in the usb device, it shows as two devices and it has a file that I can't delete. How do I combine the two partitions and format the thumb drive through Ubuntu 7.10
Thanks linux OS! But how do I work the program? both partitions have a lock icon next to them. How do I make the program work?

A. Use gparted

In Linux/Unix, is it necessary to virtually disconnect a USB data storage device before you unplug it?
Q. You know how in Windows you right click on an icon beside the clock and click Safely Remove Hardware, and stop certain USB devices before you can safely unplug them. Is it necessary to do something similar in Linux or Unix, if so how is it done?

A. That depends, are you actually writing to the device?

If you have, you need to unmount (or umount) it before ejecting it.

How it is done? I just right click on the device's icon of my GNOME desktop. I simply choose the corresponding option then. Use KDE? Same thing applies.

Now why is this operation required?

In all operating systems (even in DOS, but it wasn't encouraged back then), whenever the system is told "write this to the disk" it actually puts it in a queue and returns to the calling application immediately. The actual write is done soon, but not necessarily done yet.

So, there is the possibility of a file being not written to the disk. Worse yet, there is the possibility of a file being partially written to the disk. Believe me, partially written files are a pain in the a....

Linux can set things up so that this is not such a problem. However, doing so will cause your pendrive to be Linux only, which is not such a hot idea to most people.

I have however divided an external hard disk into two partitions, format one as Linux only and the other as a tiny FAT disk, and copied into it the Windows driver for the Linux partition. It works with limitations in Windows, but it works.

Anyway, you do need to do it, and it is called unmounting or umounting the disk.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Sunday, January 27, 2013

How do you clear a pendrive COMPLETELY of viruses?

Q. Whatever I do , how much ever I format my 8 GB transcend pendrive, when I plug it in my PC, it says malware/spyware/ some unwanted thing detected.
How to get rid of viruses for good?

Also is it possible for electronic media like DVD players, guitar processors, musical keyboards to get VIRUS INFECTED if they are connected to infected computers?

A. Don't format ur pendrive with windows format. Instead use "HP USB Disk Format tool". Else delete unnecessary files on linux. MUST- use a FIREWALL(Windows Firewall is a Trash anyway) and a good antivirus.

How do you boot linux from a flash drive?
Q. I am looking for the best linux os distro that could boot straight from my flash drive.

Something like knoppix but for flash.

Another question, with that, can you access the hard drive and store information? Like to fix a windows machine?

A. You can run this of CD, USB, and even in RAM
http://www.damnsmalllinux.org/

To intall to USB drive:
First, boot up your computer from the DSL livecd, frugal, or USB-frugal. Note that it is not possible to do a USB install, or any other kind of install from a DSL Embedded system.

In the Fluxbox menu, go Apps >> Tools >> Install to USB Pendrive and choose either USB-ZIP emulation or USB-HDD emulation, depending on what is supported by your computer's bios.

How do you uninstall programs in linux slax?
Q. I just put slax on a pendrive and I want to get rid of some programs. How do you do that?

A. This is taken from http://www.slax.org/forum.php?action=view&parentID=9231

Here are a few tips on how to remove packages from modules rather easily and quickly. It might be the method you use, but it seems to me, by what you writ,e that you just remove files you find an not the entire package(s).
Here's how I do it (Wolvix 1.1.0):

1. Extract the module to a temporary directory:

lzm2dir name_of_module.lzm tempdirectory/2. Inside the 'tempdirectory/' look for the var/log/packages/ folder. Inside it is a list of all packages which have been installed to the module. Since the packages have been installed to the modules we can uninstall them with the 'removepkg' command, just like you would on Slackware, but there's a little trick to it. You have to use the 'ROOT=' parameter. Here's an example:

ROOT=tempdirectory/ removepkg name_of_packageThe 'ROOT=' parameter tells the system to remove the package from the target directory and not from the system it self.
Example:

ROOT=tempdirectory/ removepkg audaciousYou can also remove several packages at once:

ROOT=tempdirectory/ removepkg audacious streamtuner mplayerOnce one or more packages have been removed from the module, look in tempdirectory/var/log/removed_packages and tempdirectory/var/log/removeed_scripts.
In those dirs you'll see the list of removed packages and scripts. You don't need those files anymore, so you can just delete them if you want. They are just log files.

LUg.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, January 25, 2013

Is there an easy way to create a GRUB bootable floppy to pull Linux from a USB?

Q. I wanted to know if there was anyone who could explain step by step how I can create a GRUB floppy that will boot my Pendrive Linux USB. I do not have a working CD on the computer in question, nor is that computer on a network.

Thanks in advance!

A. Ubuntu actually has a program to write the OS + Grub to the pendrive. I am not sure if you have Linux ( ubuntu ) on system.

Other ways to install or run things without a CD Drive.

Get program "Virtual Clone Drive" - Free
Now when you download an .ISO you can right click and say mount and it will treat it as if it was a CD Drive.

I downloaded pendrive linux onto my flash drive and I'm having trouble getting it to boot.?
Q. I have my BIOS set to 'boot from USB' and it goes through all the start up stuff for linux, and then the screen just goes black. The power doesn't turn off, but the screen goes black and nothing else happens.

A. Try Damn Small linux, puppy linux, or grafpup. They've all worked for me (USB-wise) I looked for pendrive linux on distrowatch.com and didn't find that. Is it going into Xwindows at too high of settings? try hitting F1, F2, F3 to switch into another virtual window.

I need an easy to follow, step by step guide to get linux installed with my flash drive?
Q. I have an eee pc, so no cd drive. However, I have a computer with a cd drive, and I have a cd that will install linux. I need to know how to get the installation on my flash drive so I can get linux on my eeeeeeeeeeeeeeeeeeee pc.

Halp meh! I needz me some ubuntu!

By the way I want to completely get ridda windows.

A. This works well

http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/

Sorry you want a guide, it's easy

Download whichever Ubuntu release you want.
Download Pendrive Linux
Tell it which version you have and the drive letter for the USB, you may want to allow it to format the usb first.

It does it's work pretty quickly.

If you want to make changes to the Ubuntu OS that are saved make sure you tell it to make it Preserve then select whichever size according to your usb



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, January 22, 2013

I need an easy to follow, step by step guide to get linux installed with my flash drive?

Q. I have an eee pc, so no cd drive. However, I have a computer with a cd drive, and I have a cd that will install linux. I need to know how to get the installation on my flash drive so I can get linux on my eeeeeeeeeeeeeeeeeeee pc.

Halp meh! I needz me some ubuntu!

By the way I want to completely get ridda windows.

A. This works well

http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/

Sorry you want a guide, it's easy

Download whichever Ubuntu release you want.
Download Pendrive Linux
Tell it which version you have and the drive letter for the USB, you may want to allow it to format the usb first.

It does it's work pretty quickly.

If you want to make changes to the Ubuntu OS that are saved make sure you tell it to make it Preserve then select whichever size according to your usb

How do you clear a pendrive COMPLETELY of viruses?
Q. Whatever I do , how much ever I format my 8 GB transcend pendrive, when I plug it in my PC, it says malware/spyware/ some unwanted thing detected.
How to get rid of viruses for good?

Also is it possible for electronic media like DVD players, guitar processors, musical keyboards to get VIRUS INFECTED if they are connected to infected computers?

A. Don't format ur pendrive with windows format. Instead use "HP USB Disk Format tool". Else delete unnecessary files on linux. MUST- use a FIREWALL(Windows Firewall is a Trash anyway) and a good antivirus.

How do you boot linux from a flash drive?
Q. I am looking for the best linux os distro that could boot straight from my flash drive.

Something like knoppix but for flash.

Another question, with that, can you access the hard drive and store information? Like to fix a windows machine?

A. You can run this of CD, USB, and even in RAM
http://www.damnsmalllinux.org/

To intall to USB drive:
First, boot up your computer from the DSL livecd, frugal, or USB-frugal. Note that it is not possible to do a USB install, or any other kind of install from a DSL Embedded system.

In the Fluxbox menu, go Apps >> Tools >> Install to USB Pendrive and choose either USB-ZIP emulation or USB-HDD emulation, depending on what is supported by your computer's bios.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Monday, January 21, 2013

Found an 8GB Flash drive, what should I do now?

Q. I already know about Portable apps and everything and I have me own laptop and desktop computers
is there anything else fun besides putting linux on it? I'd like some more info on pendrive linux as well.
it's a mini PNY usb flash drive and it's really cool how tiny it is but I have no use for it besides general storage...thanks!

A. How about if you treat your USB as a memory, let say Readyboost!!! 8GB more additional ram for your PC.

How do I get rid of the two partitions on a thumb drive through linux ubuntu?
Q. I tried to put ubuntu on a pendrive and it did not work out well. Now, when I plug in the usb device, it shows as two devices and it has a file that I can't delete. How do I combine the two partitions and format the thumb drive through Ubuntu 7.10
Thanks linux OS! But how do I work the program? both partitions have a lock icon next to them. How do I make the program work?

A. Use gparted

In Linux/Unix, is it necessary to virtually disconnect a USB data storage device before you unplug it?
Q. You know how in Windows you right click on an icon beside the clock and click Safely Remove Hardware, and stop certain USB devices before you can safely unplug them. Is it necessary to do something similar in Linux or Unix, if so how is it done?

A. That depends, are you actually writing to the device?

If you have, you need to unmount (or umount) it before ejecting it.

How it is done? I just right click on the device's icon of my GNOME desktop. I simply choose the corresponding option then. Use KDE? Same thing applies.

Now why is this operation required?

In all operating systems (even in DOS, but it wasn't encouraged back then), whenever the system is told "write this to the disk" it actually puts it in a queue and returns to the calling application immediately. The actual write is done soon, but not necessarily done yet.

So, there is the possibility of a file being not written to the disk. Worse yet, there is the possibility of a file being partially written to the disk. Believe me, partially written files are a pain in the a....

Linux can set things up so that this is not such a problem. However, doing so will cause your pendrive to be Linux only, which is not such a hot idea to most people.

I have however divided an external hard disk into two partitions, format one as Linux only and the other as a tiny FAT disk, and copied into it the Windows driver for the Linux partition. It works with limitations in Windows, but it works.

Anyway, you do need to do it, and it is called unmounting or umounting the disk.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Sunday, January 20, 2013

Is there an easy way to create a GRUB bootable floppy to pull Linux from a USB?

Q. I wanted to know if there was anyone who could explain step by step how I can create a GRUB floppy that will boot my Pendrive Linux USB. I do not have a working CD on the computer in question, nor is that computer on a network.

Thanks in advance!

A. Ubuntu actually has a program to write the OS + Grub to the pendrive. I am not sure if you have Linux ( ubuntu ) on system.

Other ways to install or run things without a CD Drive.

Get program "Virtual Clone Drive" - Free
Now when you download an .ISO you can right click and say mount and it will treat it as if it was a CD Drive.

I downloaded pendrive linux onto my flash drive and I'm having trouble getting it to boot.?
Q. I have my BIOS set to 'boot from USB' and it goes through all the start up stuff for linux, and then the screen just goes black. The power doesn't turn off, but the screen goes black and nothing else happens.

A. Try Damn Small linux, puppy linux, or grafpup. They've all worked for me (USB-wise) I looked for pendrive linux on distrowatch.com and didn't find that. Is it going into Xwindows at too high of settings? try hitting F1, F2, F3 to switch into another virtual window.

I need an easy to follow, step by step guide to get linux installed with my flash drive?
Q. I have an eee pc, so no cd drive. However, I have a computer with a cd drive, and I have a cd that will install linux. I need to know how to get the installation on my flash drive so I can get linux on my eeeeeeeeeeeeeeeeeeee pc.

Halp meh! I needz me some ubuntu!

By the way I want to completely get ridda windows.

A. This works well

http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/

Sorry you want a guide, it's easy

Download whichever Ubuntu release you want.
Download Pendrive Linux
Tell it which version you have and the drive letter for the USB, you may want to allow it to format the usb first.

It does it's work pretty quickly.

If you want to make changes to the Ubuntu OS that are saved make sure you tell it to make it Preserve then select whichever size according to your usb



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, January 18, 2013

I downloaded pendrive linux onto my flash drive and I'm having trouble getting it to boot.?

Q. I have my BIOS set to 'boot from USB' and it goes through all the start up stuff for linux, and then the screen just goes black. The power doesn't turn off, but the screen goes black and nothing else happens.

A. Try Damn Small linux, puppy linux, or grafpup. They've all worked for me (USB-wise) I looked for pendrive linux on distrowatch.com and didn't find that. Is it going into Xwindows at too high of settings? try hitting F1, F2, F3 to switch into another virtual window.

I need an easy to follow, step by step guide to get linux installed with my flash drive?
Q. I have an eee pc, so no cd drive. However, I have a computer with a cd drive, and I have a cd that will install linux. I need to know how to get the installation on my flash drive so I can get linux on my eeeeeeeeeeeeeeeeeeee pc.

Halp meh! I needz me some ubuntu!

By the way I want to completely get ridda windows.

A. This works well

http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/

Sorry you want a guide, it's easy

Download whichever Ubuntu release you want.
Download Pendrive Linux
Tell it which version you have and the drive letter for the USB, you may want to allow it to format the usb first.

It does it's work pretty quickly.

If you want to make changes to the Ubuntu OS that are saved make sure you tell it to make it Preserve then select whichever size according to your usb

How do you clear a pendrive COMPLETELY of viruses?
Q. Whatever I do , how much ever I format my 8 GB transcend pendrive, when I plug it in my PC, it says malware/spyware/ some unwanted thing detected.
How to get rid of viruses for good?

Also is it possible for electronic media like DVD players, guitar processors, musical keyboards to get VIRUS INFECTED if they are connected to infected computers?

A. Don't format ur pendrive with windows format. Instead use "HP USB Disk Format tool". Else delete unnecessary files on linux. MUST- use a FIREWALL(Windows Firewall is a Trash anyway) and a good antivirus.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Wednesday, January 16, 2013

How do you boot linux from a flash drive?

Q. I am looking for the best linux os distro that could boot straight from my flash drive.

Something like knoppix but for flash.

Another question, with that, can you access the hard drive and store information? Like to fix a windows machine?

A. You can run this of CD, USB, and even in RAM
http://www.damnsmalllinux.org/

To intall to USB drive:
First, boot up your computer from the DSL livecd, frugal, or USB-frugal. Note that it is not possible to do a USB install, or any other kind of install from a DSL Embedded system.

In the Fluxbox menu, go Apps >> Tools >> Install to USB Pendrive and choose either USB-ZIP emulation or USB-HDD emulation, depending on what is supported by your computer's bios.

Found an 8GB Flash drive, what should I do now?
Q. I already know about Portable apps and everything and I have me own laptop and desktop computers
is there anything else fun besides putting linux on it? I'd like some more info on pendrive linux as well.
it's a mini PNY usb flash drive and it's really cool how tiny it is but I have no use for it besides general storage...thanks!

A. How about if you treat your USB as a memory, let say Readyboost!!! 8GB more additional ram for your PC.

How do I get rid of the two partitions on a thumb drive through linux ubuntu?
Q. I tried to put ubuntu on a pendrive and it did not work out well. Now, when I plug in the usb device, it shows as two devices and it has a file that I can't delete. How do I combine the two partitions and format the thumb drive through Ubuntu 7.10
Thanks linux OS! But how do I work the program? both partitions have a lock icon next to them. How do I make the program work?

A. Use gparted



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Found an 8GB Flash drive, what should I do now?

Q. I already know about Portable apps and everything and I have me own laptop and desktop computers
is there anything else fun besides putting linux on it? I'd like some more info on pendrive linux as well.
it's a mini PNY usb flash drive and it's really cool how tiny it is but I have no use for it besides general storage...thanks!

A. How about if you treat your USB as a memory, let say Readyboost!!! 8GB more additional ram for your PC.

How Do I Format a Flash Drive on Linux Mint 12 LXDE/KDE?
Q. How do I format my Flash Drive or "PENDRIVE" on Linux Mint 12 Lisa LXDE? When I right click on it all it says is eject.

I'm assuming I need to download something? When I had Ubuntu UI via Linux Mint I just right clicked > format. Now on the default Linux Mint 12 interface it just says eject.

A. You have to use gParted.
Or it might named "Partition Editor" or something with "Disk".
You will find it in the main menu, under "System" or "system Tools".

Once you open the gParted, you will understand it. If you don't look for the devices on upper right corner. primary hard disk is named either hda or sda. the partitions are 1,2,3 n so on. eg C drive will be called as had1, D as hda2 n so on.
If you have another hard disk, it will be named as hdb1, hdb2, n so on.

If you are not sure about the name of your pen drive, you can guess it by size.

once you get your flash drive, you will have to right click on it. you will get several options after that. including "delete" and so on. Simply choose "format to>" n it will show a lot of file systems. choose the one you want. (usually FAT32, or NTFS.)

Here is one video of gParted on Mint 11. It didn't say what version was it (KDE, XFCE, or Gnome). And I couldn't find a video for 12.

http://www.youtube.com/watch?v=hk1j4qXlNzg

How do I get rid of the two partitions on a thumb drive through linux ubuntu?
Q. I tried to put ubuntu on a pendrive and it did not work out well. Now, when I plug in the usb device, it shows as two devices and it has a file that I can't delete. How do I combine the two partitions and format the thumb drive through Ubuntu 7.10
Thanks linux OS! But how do I work the program? both partitions have a lock icon next to them. How do I make the program work?

A. Use gparted



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Older Posts Home