Hey guys,
Just a quick update. I'll be working on the wiki tonight. Now we have a working base for linuxcoin I'm comfortable that there will be no core changes for a while
Just small bits and bobs.
I would encourage people to sign up and add content to help out the community
More info on things later.
Hmm weird. My dedicated box was downloading at 4MB/s, not at the full 10MB/s I was hoping for
Seeding too!
There are 8 people seeding now with my two on there. Chalk it up to local network issues or inefficient peers. My boxes are still yawning. Not too much load from 100 iso downloads via http and half that on the torrent.
Heh, drgr33n should only provide BitTorrent downloads.
lol
You don't need a linux machine ! I've said about 5 times lol
Partition your drive using whatever OS you like. Just make sure you have two partitions. The first needs to be at least 1G the second can be as large or as small as you like.
How do you partition a USB flash drive? Windows 7 doesn't seem to allow that.
I can't get persistence working with unetbootin.
You should be able to, but not with the simple format tool, that just formats partitions. Using gparted on linux is easier. Make a 700MB vfat/fat32 partition for LinuxCoin to be installed to, then format the rest as ext2/3/4 and name it "live-rw". You won't be able to format that with Windows anyway...
To partition in Windows you have to open up the hard disk manager and do it there. But you still won't be able to format as a Linux filesystem. And as greenlander said, you can just use a second drive as the persistent drive, just label it as "live-rw".
1) Plug your dongle into your windows machine.
2) Load your favorite browser
3) Click here >>
http://lmgtfy.com/?q=windows+disk+manager4) Follow a guide on how to create
1 partition. You only need to create
1 partition in windows. Make it around 1G
5) Install linuxcoin via unetbootin or any other tool
6) Boot from your stick.
7) Load a root terminal
Find what LinuxCoin has listed your USB stick as. HINT you will only have 1 1G partition on this device. You can do this by using
and you should see something like
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd760019a
Device Boot Start End Blocks Id System
/dev/sda1 63 943738424 471869181 83 Linux
/dev/sda2 943738425 976768064 16514820 82 Linux swap
Disk /dev/sdb: 1977 MB, 1977614336 bytes
8 heads, 20 sectors/track, 24140 cylinders, total 3862528 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xb0bcd68e
Device Boot Start End Blocks Id System
/dev/sdb1 2048 2099199 1048576 83 Linux
That tells me my stick has been listed as
sdb9) Now lets create some persistence space with fdisk. Here's the output of my shell and what I typed.
bash-4.1# fdisk /dev/sdb
Command (m for help): p
Disk /dev/sdb: 1977 MB, 1977614336 bytes
8 heads, 20 sectors/track, 24140 cylinders, total 3862528 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xb0bcd68e
Device Boot Start End Blocks Id System
/dev/sdb1 2048 2099199 1048576 83 Linux
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4, default 2):
Using default value 2
First sector (2099200-3862527, default 2099200):
Using default value 2099200
Last sector, +sectors or +size{K,M,G} (2099200-3862527, default 3862527):
Using default value 3862527
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
bash-4.1#
If you really can't be bothered to work out what went on just follow this to use the rest of your stick for persistence. Obviously changing sdb for your stick.
fdisk /dev/sdb [enter]
n [enter]
p [enter]
2 [enter]
[enter]
[enter]
w
10) Give yourself a pat on the back, your a computer genius.
11) format the partition you just created with this command.
mkfs.ext4 /dev/sdb2 -L live-rw
Yes I did type ext4 lol we are in 2011
You should see something like this ..
bash-4.1# mkfs.ext4 /dev/sdb2 -L live-rw
mke2fs 1.41.14 (22-Dec-2010)
Filesystem label=live-rw
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
55104 inodes, 220416 blocks
11020 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=226492416
7 block groups
32768 blocks per group, 32768 fragments per group
7872 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840
Writing inode tables: done
Creating journal (4096 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 38 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
Reboot and load linuxcoin with persistence and your golden