![]() |
HowTo.NonNativeDiskMount HistoryHide minor edits - Show changes to markup February 08, 2010, at 08:23 PM
by -- Helpful mount point notes
Changed lines 51-52 from:
You might also want to take a look at 3orMoreEXT3DrivesWithAUSBHub as I have had perfect results with that method. to:
You might also want to take a look at http://www.nslu2-linux.org/wiki/HowTo/3orMoreEXT3DrivesWithAUSBHub as I have had perfect results with that method. February 08, 2010, at 08:22 PM
by -- Helpful mount point notes
Changed lines 46-53 from:
to:
NOTE:You might also want to take a look at 3orMoreEXT3DrivesWithAUSBHub as I have had perfect results with that method. SRS 02/06/2010 September 24, 2007, at 09:17 PM
by --
Changed line 19 from:
to:
September 24, 2007, at 09:14 PM
by --
Changed lines 3-4 from:
Due to the odd behavior of rc.bootbin as discussed in R63DiskBehaviour?, it is not advisable to use two natively-formatted disks in R63 or Unslung6! to:
Due to the odd behavior of rc.bootbin as discussed in R63DiskBehaviour, it is not advisable to use two natively-formatted disks in R63 or Unslung6! September 24, 2007, at 09:10 PM
by -- content copied from Unslung tree
Added lines 1-46:
How to set up a workable two-disk configuration in R63/Unslung6Due to the odd behavior of rc.bootbin as discussed in R63DiskBehaviour?, it is not advisable to use two natively-formatted disks in R63 or Unslung6! The following setup does work, however! We will use a USB flash disk in port 2 (/dev/sda) and a USB hard disk in port 1 (/dev/sdb). This maximizes flexibility and compatibility.
(:table border=0 width=100% bgcolor=#eeeeff:) (:cell:) #! /bin/sh # Diversion script: to mount a formatted drive under /share/flash/data # mount /dev/sdb1 /share/flash/data/sdb return 1 (:tableend:)
(:table border=0 width=100% bgcolor=#eeeeff:) (:cell:) # df Filesystem 1k-blocks Used Available Use% Mounted on rootfs 723320 34748 681224 5% / /dev/sda1 6528 6328 200 97% /initrd /dev/sda1 723320 34748 681224 5% / /dev/sda1 723320 34748 681224 5% /share/flash/data /dev/sda2 123811 4144 118389 3% /share/flash/conf /dev/sdb1 480719056 5497276 450802580 1% /share/flash/data/sdb (:tableend:)
|