Search found 6 matches

by flashram
Mon Sep 26, 2005 10:42 pm
Forum: Q & A
Topic: [HOW-TO]overcame 4GB fatx limitation here
Replies: 18
Views: 15565

now ... if u screw up ... like i did the first time ... just do #make xconfig #same as xconfig is make menuconfig but then u don't need x and can do it via ssh make menuconfig #this step will take an hour or so ... so go watch some a movie or something make dep make bzImage make modules make modules...
by flashram
Sun Sep 25, 2005 11:19 pm
Forum: Q & A
Topic: [HOW-TO]overcame 4GB fatx limitation here
Replies: 18
Views: 15565

Deactivate the volume group: # vgchange -a n my_volume_group Now you actually remove the volume group: # vgremove my_volume_group ... if the following command failed vgcreate opt /dev/loop1 /dev/loop2 /dev/loop3 /dev/loop4 /dev/loop5 /dev/loop6 /dev/loop7 /dev/loop8 /dev/loop9 /dev/loop10 /dev/loop1...
by flashram
Sun Sep 25, 2005 11:03 pm
Forum: Q & A
Topic: [HOW-TO]overcame 4GB fatx limitation here
Replies: 18
Views: 15565

[00:59] <flashram> vgcreate opt /dev/loop1 /dev/loop2 /dev/loop3 /dev/loop4 /dev/loop5 /dev/loop6 /dev/loop7 /dev/loop8 /dev/loop9 /dev/loop10 /dev/loop11 /dev/loop12 /dev/loop13 /dev/loop14 /dev/loop15 /dev/loop16 /dev/loop17 /dev/loop18 /dev/loop19 /dev/loop20 [01:00] <flashram> frpù loop 7 is' ov...
by flashram
Sun Sep 25, 2005 10:43 pm
Forum: Q & A
Topic: [HOW-TO]overcame 4GB fatx limitation here
Replies: 18
Views: 15565

i would also advise ... to do this manually after this code mkdir /mnt/raidone cd /etc/init.d cuz it needs u to open nano ...and save a file there /etc/init.d or to make some script yourself to inject that code into loopback #!/sbin/runscript start() { ebegin "Attaching loopback filesystem for ...
by flashram
Sun Sep 25, 2005 10:17 pm
Forum: Q & A
Topic: [HOW-TO]overcame 4GB fatx limitation here
Replies: 18
Views: 15565

euhm ... seem that this

Code: Select all

for i in `seq 20`; do 
losetup /dev/loop/${i} /mnt/fatx/f/part${i}di20 
done 
stands twice in lollo2

alltho it's only needed once >> remove second
by flashram
Sun Sep 25, 2005 10:11 pm
Forum: Q & A
Topic: [HOW-TO]overcame 4GB fatx limitation here
Replies: 18
Views: 15565

here comes a loll1 >>>first part >> lollo1 # #don't run this as ssh user .. use VNC if u wanne do this remote #this needs x-gfx acces # here comes kernell check !!! # http://evms.sourceforge.net/install/kernel.html # It says for kernel 2.4.22 to 2.4.29 # if [ "`uname -r`" = "2.4.29-la...