Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:install_with_partition_for_sharing [2011/04/26 02:30] – [Install Tinycore on a USB Drive with a Partition for Sharing Files with Windows] Guy | wiki:install_with_partition_for_sharing [2012/03/19 15:34] (current) – [Partition the USB Drive] BobBagwill | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Install Tinycore on a USB Drive with a Partition for Sharing Files with Windows ====== | ====== Install Tinycore on a USB Drive with a Partition for Sharing Files with Windows ====== | ||
- | This method may be used to install | + | This method may be used to install |
- | When installing | + | When installing |
- | ==== Partitioning Programs ==== | + | Be aware: Older computers may not be able to start an operating system on a USB drive. |
- | There are many different partitioning programs. | + | ==== Partition the USB Drive ==== |
- | GParted | + | An easy way for new users to partition a drive is using GParted. People connected to the internet may install |
- | A useful one is Parted Magic, which can be run from a CD or USB drive. | + | For more information, see [[partition|Partition |
- | + | ||
- | If you plan to use the Parted Magic CD, download the .iso file of the latest version of Parted Magic, and write it to a CD. It may be downloaded from http:// | + | |
- | + | ||
- | Another option is to use UNetbootin to install Parted Magic on a USB drive, and run it from the USB drive. UNetbootin may be downloaded from http:// | + | |
- | + | ||
- | ==== Partition the USB Drive ==== | + | |
Before partitioning the drive, save a copy of all files you want to keep. All files on the drive will be lost. | Before partitioning the drive, save a copy of all files you want to keep. All files on the drive will be lost. | ||
- | Start the GParted Partition Editor. | + | * Start the GParted Partition Editor. |
+ | * Be sure to select the correct drive. Warning: If you select the wrong drive, everything on that drive will be lost. | ||
+ | * Delete the existing partition. | ||
+ | * Make the first partition a FAT32 partition. You may not be able to access it from Windows if it is not the first partition. | ||
+ | * Make the rest of the drive an Ext2 partition. | ||
- | Be sure to select the correct drive. Warning: If you select the wrong drive, everything on that drive will be lost. | + | ==== Install Tinycore ==== |
- | Delete the existing partition. | + | Install Tinycore as explained in [[install_usb|Install Tinycore on a USB Drive]]. |
- | Make the first partition a FAT32 partition. | + | During installation, |
- | Make the rest of the drive an Ext2 partition. | + | ==== Edit extlinux.conf ==== |
- | Set the flag of the Ext2 partition to Boot or Active. | + | Even though Windows is not installed, during installation |
- | ==== Install Tiny Core ==== | + | You can edit / |
- | Install Tiny Core using one of these methods | + | You may remove |
- | * [[install_usb_net|Install | + | < |
- | * [[install_usb_offline|Install Tiny Core on a USB Drive without Internet]] | + | MENU TITLE Tiny Core Bootloader |
+ | TIMEOUT 100</ | ||
- | During installation select, Existing Partition. Then select the Ext2 partition. It may be something like sda2, sdb2 or sdc2. Click on the square preceeding “Mark Partition Active (bootable)” so it becomes ticked. | + | and |
+ | |||
+ | < | ||
+ | KERNEL chain.c32 | ||
+ | APPEND hd0 1</ | ||
==== Accessing the Partition ==== | ==== Accessing the Partition ==== | ||
- | You may now save all files you want to share with Windows, | + | You may now save all files you want to share with Windows, |
- | To access the partition from Tiny Core, you need to mount it. To mount the drive, start the mount tool. When the drive is unmounted, it is red. Click on it, so it becomes green. | + | To access the partition from Tinycore, you need to mount it. To mount the drive, start the mount tool. When the drive is unmounted, it is red. Click on it, so it becomes green. |
When running Windows, the partition will show up as an additional drive, such as D: or E: | When running Windows, the partition will show up as an additional drive, such as D: or E: | ||
+ | |||
+ | ==== Save Files in Appropriate Format ==== | ||
+ | |||
+ | To access files from both Linux and Windows applications, | ||
+ | |||
+ | ==== Alternate Method: Use NTFS ==== | ||
+ | |||
+ | You may use NTFS instead of FAT32. | ||
+ | |||
+ | FAT32 is limited to 4 gb files, so is not appropriate if you want to copy DVDs. | ||
+ | |||
+ | However, some Linux distributions may not be set up to access NTFS. FAT32 is readily accessible. | ||
+ |