<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://crancho.com/w/index.php?action=history&amp;feed=atom&amp;title=GreenStar</id>
	<title>GreenStar - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://crancho.com/w/index.php?action=history&amp;feed=atom&amp;title=GreenStar"/>
	<link rel="alternate" type="text/html" href="https://crancho.com/w/index.php?title=GreenStar&amp;action=history"/>
	<updated>2026-05-02T05:45:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.2</generator>
	<entry>
		<id>https://crancho.com/w/index.php?title=GreenStar&amp;diff=989&amp;oldid=prev</id>
		<title>Ohayden: /* Preparing */</title>
		<link rel="alternate" type="text/html" href="https://crancho.com/w/index.php?title=GreenStar&amp;diff=989&amp;oldid=prev"/>
		<updated>2010-01-29T13:12:42Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Preparing&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Power Saving External Hard Drive=&lt;br /&gt;
&lt;br /&gt;
I purchased the following:&lt;br /&gt;
*[http://www.anywareus.com/products/enclosures/me740pssbk.html GreenStar - USB External Drive Enclosure]&lt;br /&gt;
*Seagate 750GB hard drive&lt;br /&gt;
&lt;br /&gt;
==Preparing==&lt;br /&gt;
I tried formating in Windows with ntfs, but the drive kept powering off.  I guess it the way Windows formats.  With a quick format I was able to get it working though.  I soon realized that I rather have the drive formated as ext2 for great NAS justice via my Linksys WRTSL54GS router.  Here are the steps I took in nix:&lt;br /&gt;
&lt;br /&gt;
*Plugged in the USB drive and ran dmesg to find out which port it was on, which was sdf.&lt;br /&gt;
 dmesg&lt;br /&gt;
&lt;br /&gt;
 [172017.336000] usb 2-7: new high speed USB device using ehci_hcd and address 7&lt;br /&gt;
 [172023.184000] usb 2-7: new high speed USB device using ehci_hcd and address 8&lt;br /&gt;
 [172024.016000] usb 2-7: new high speed USB device using ehci_hcd and address 9&lt;br /&gt;
 [172024.128000] usb 2-7: device descriptor read/64, error -71&lt;br /&gt;
 [172024.364000] usb 2-7: configuration #1 chosen from 1 choice&lt;br /&gt;
 [172024.364000] scsi7 : SCSI emulation for USB Mass Storage devices&lt;br /&gt;
 [172024.364000] usb-storage: device found at 9&lt;br /&gt;
 [172024.364000] usb-storage: waiting for device to settle before scanning&lt;br /&gt;
 [172029.364000] usb-storage: device scan complete&lt;br /&gt;
 [172029.364000] scsi 7:0:0:0: Direct-Access     ST375033 0AS                   PQ: 0 ANSI: 2 CCS&lt;br /&gt;
 [172029.368000] sd 7:0:0:0: [sdf] 1465149168 512-byte hardware sectors (750156 MB)&lt;br /&gt;
 [172029.368000] sd 7:0:0:0: [sdf] Write Protect is off&lt;br /&gt;
 [172029.368000] sd 7:0:0:0: [sdf] Mode Sense: 00 38 00 00&lt;br /&gt;
 [172029.368000] sd 7:0:0:0: [sdf] Assuming drive cache: write through&lt;br /&gt;
 [172029.372000] sd 7:0:0:0: [sdf] 1465149168 512-byte hardware sectors (750156 MB)&lt;br /&gt;
 [172029.372000] sd 7:0:0:0: [sdf] Write Protect is off&lt;br /&gt;
 [172029.372000] sd 7:0:0:0: [sdf] Mode Sense: 00 38 00 00&lt;br /&gt;
 [172029.372000] sd 7:0:0:0: [sdf] Assuming drive cache: write through&lt;br /&gt;
 [172033.624000] usb 2-7: reset high speed USB device using ehci_hcd and address 9&lt;br /&gt;
 [172041.216000] sd 7:0:0:0: [sdf] Attached SCSI disk&lt;br /&gt;
 [172041.216000] sd 7:0:0:0: Attached scsi generic sg6 type 0&lt;br /&gt;
*cfdisk /dev/sdf - Deleted the ntfs partition and created a new linux partition.&lt;br /&gt;
                           cfdisk (util-linux-ng 2.13)&lt;br /&gt;
 &lt;br /&gt;
                               Disk Drive: /dev/sdf&lt;br /&gt;
                        Size: 750156374016 bytes, 750.1 GB&lt;br /&gt;
              Heads: 255   Sectors per Track: 63   Cylinders: 91201&lt;br /&gt;
 &lt;br /&gt;
     Name        Flags      Part Type  FS Type          [Label]        Size (MB)&lt;br /&gt;
  ------------------------------------------------------------------------------&lt;br /&gt;
     sdf1                    Primary   Linux                           750153.77 &lt;br /&gt;
&lt;br /&gt;
*I ran mkfs to create the file system (format).&lt;br /&gt;
 mkfs -t ext3 /dev/sdf1&lt;br /&gt;
&lt;br /&gt;
 mke2fs 1.40.2 (12-Jul-2007)&lt;br /&gt;
 Filesystem label=&lt;br /&gt;
 OS type: Linux&lt;br /&gt;
 Block size=4096 (log=2)&lt;br /&gt;
 Fragment size=4096 (log=2)&lt;br /&gt;
 91586560 inodes, 183143000 blocks&lt;br /&gt;
 9157150 blocks (5.00%) reserved for the super user&lt;br /&gt;
 First data block=0&lt;br /&gt;
 Maximum filesystem blocks=0&lt;br /&gt;
 5590 block groups&lt;br /&gt;
 32768 blocks per group, 32768 fragments per group&lt;br /&gt;
 16384 inodes per group&lt;br /&gt;
 Superblock backups stored on blocks: &lt;br /&gt;
         32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, &lt;br /&gt;
         4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968, &lt;br /&gt;
         102400000&lt;br /&gt;
&lt;br /&gt;
 Writing inode tables: done                            &lt;br /&gt;
 Creating journal (32768 blocks): done&lt;br /&gt;
 Writing superblocks and filesystem accounting information: done&lt;br /&gt;
&lt;br /&gt;
 This filesystem will be automatically checked every 32 mounts or&lt;br /&gt;
 180 days, whichever comes first.  Use tune2fs -c or -i to override.&lt;br /&gt;
 &lt;br /&gt;
*To be extra safe, I ran a file system check.&lt;br /&gt;
 fsck -f -y /dev/sdf1&lt;br /&gt;
&lt;br /&gt;
 fsck 1.40.2 (12-Jul-2007)&lt;br /&gt;
 e2fsck 1.40.2 (12-Jul-2007)&lt;br /&gt;
 Pass 1: Checking inodes, blocks, and sizes&lt;br /&gt;
 Pass 2: Checking directory structure&lt;br /&gt;
 Pass 3: Checking directory connectivity&lt;br /&gt;
 Pass 4: Checking reference counts&lt;br /&gt;
 Pass 5: Checking group summary information&lt;br /&gt;
 /dev/sdf1: 11/91586560 files (9.1% non-contiguous), 2924518/183143000 blocks&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Since I have journaling (ext3), I don&amp;#039;t need excessive system checks and I&amp;#039;m concerned with the fact that the USB HD will be powering off to save electricity, wear/tear, heat generation, etc..  I&amp;#039;m not certain how this will react with the forced fsck, so I&amp;#039;ll turn it off and manually run them at my leisure.  Likewise, I added the &amp;quot;-m 1&amp;quot; to set the reserved blocks to 1% as that&amp;#039;s more of a sane percentage for today&amp;#039;s large drives.&lt;br /&gt;
 tune2fs -c 0 -i 0 -m 1 /dev/sdf1 &lt;br /&gt;
&lt;br /&gt;
 tune2fs 1.40.2 (12-Jul-2007)&lt;br /&gt;
 Setting maximal mount count to -1&lt;br /&gt;
 Setting interval between checks to 0 seconds&lt;br /&gt;
&lt;br /&gt;
==Using==&lt;br /&gt;
*sudo mkdir /mnt/titan/&lt;br /&gt;
*sudo mount /dev/sdf1 /mnt/titan/&lt;br /&gt;
*df -h /mnt/titan/&lt;br /&gt;
 Filesystem            Size  Used Avail Use% Mounted on&lt;br /&gt;
 /dev/sdf1             688G  198M  653G   1% /mnt/titan&lt;br /&gt;
&lt;br /&gt;
[[Image:greenstar_usb_hd.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*Original Makers?: http://www.welland.com.tw/&lt;br /&gt;
*US Identity: http://www.anywareus.com/&lt;br /&gt;
*Purchased Here: http://www.mwave.com/Mwave/viewspec.hmx?scriteria=AA39300&lt;/div&gt;</summary>
		<author><name>Ohayden</name></author>
	</entry>
</feed>