You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(20) |
Sep
(4) |
Oct
(29) |
Nov
(24) |
Dec
(9) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(9) |
Feb
(26) |
Mar
(10) |
Apr
(4) |
May
(5) |
Jun
(13) |
Jul
(53) |
Aug
(15) |
Sep
(42) |
Oct
(30) |
Nov
(92) |
Dec
(45) |
2002 |
Jan
(36) |
Feb
(63) |
Mar
(24) |
Apr
(21) |
May
(30) |
Jun
(59) |
Jul
(34) |
Aug
(17) |
Sep
(57) |
Oct
(104) |
Nov
(21) |
Dec
(16) |
2003 |
Jan
(31) |
Feb
(56) |
Mar
(40) |
Apr
(55) |
May
(45) |
Jun
(38) |
Jul
(48) |
Aug
(33) |
Sep
(13) |
Oct
(19) |
Nov
(7) |
Dec
(9) |
2004 |
Jan
(15) |
Feb
(20) |
Mar
(1) |
Apr
(1) |
May
(6) |
Jun
(2) |
Jul
|
Aug
(3) |
Sep
(4) |
Oct
(2) |
Nov
|
Dec
(1) |
2005 |
Jan
(18) |
Feb
(3) |
Mar
(2) |
Apr
(2) |
May
|
Jun
(6) |
Jul
|
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(9) |
Feb
|
Mar
|
Apr
(16) |
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Aaron L. <le...@th...> - 2002-02-27 22:14:53
|
Nevermind I figured it out. Stupid me =/ |
From: Aaron L. <le...@th...> - 2002-02-27 22:11:22
|
Is the bash running on trinux slightly mutilated? I tried putting the following script into my debian box and the trinux system. It works on debian but not on trinux. Does anyone know why? --------------- #!/usr/bin/bash find1="-iname" find2="*.doc" find $find1 $find2 --------------- Thanks, -Aaron On Wed, 27 Feb 2002, Matthew Franz wrote: > > Is it possible to set up a prompt and alias some commands for bash > > automatically? > > > > Or am I stuck? > > > > Because of the way the shells are spawned by busybox, .profile .bashrc > (setting environment variables within the linuxrc). However if you ssh > into the Trinux box, that should work. This was something I messed around > with for a while but could never fix it with out breaking things worse, so > if somebody could find a workaround that would be great. > > - mdf > > |
From: Matthew F. <mf...@ci...> - 2002-02-27 14:15:28
|
> Is it possible to set up a prompt and alias some commands for bash > automatically? > > Or am I stuck? > Because of the way the shells are spawned by busybox, .profile .bashrc (setting environment variables within the linuxrc). However if you ssh into the Trinux box, that should work. This was something I messed around with for a while but could never fix it with out breaking things worse, so if somebody could find a workaround that would be great. - mdf |
From: <FLO...@LH...> - 2002-02-26 16:29:44
|
Hi, I have a rather frustrating problem. I build a snort configuration to act as a snort IDS Sensor which logs its alerts to a central mysql server. Well, it should log. The problem now is, that there seems to be a compatibiliy difference in the used libmysqlclient (from the trinux libmysql.tgz package) and my mysql server. Snort dies with the message: snort: error in loading shared libraries: snort: undefined symbol: mysql_errno The problem now is, that I can't just take a current libmysqlclient.so as it is comiled against glibc 2.2 but trinux runs with 2.1. My guess now is, if I had a current libmysqlclient.so compiled against glibc 2.1 then it should work. But I do not have a system still running with glibc 2.1 Now, unless the problem lies elsewhere and somebody can tell me how to fix it, is somebody out there who can build me a current libmysqlclient.so with glibc2.1? Hopefull regards Florian |
From: shivananda .s.n. <nay...@ya...> - 2002-02-26 10:36:10
|
Dear all, I want to install the cron daemon for scheduling LABREA logs into the mysql database.I have System.tgz & crond.tgz files with me . If I add those packages to trinux & if I start cron by following command: > /etc/init.d/cron start the log in cd /var/log says -- ...STARTUP(fork Ok) ....STATFAILED(/etc/cron.d) what is the package to add for scheduling cron jobs for labrea logs. How to scedule it & how to start the cron on rinux for labrea... HELP ME PLEASE...!! waiting ur reply anxiously... shiv --------------------------------- Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games |
From: Aaron L. <le...@th...> - 2002-02-25 19:38:00
|
Hmm... I tried to alias some commands in last but that did not work. According to the readme in the directory, it says that it executes last before it starts up the shell. Is it possible to set up a prompt and alias some commands for bash automatically? Or am I stuck? Thanks, -Aaron On Mon, 25 Feb 2002, Matthew Franz wrote: > > I had a question about how to do something though. I haven't poked around > > enough to figure out how to do this so I figured I would ask you guys. > > > > I want to be able to run a bunch of scripts after login and I was > > wondering how I would be able to do that. Is there a login script that I > > can modify to get it to work? > > > > I also noticed that the /etc/profile script was meant for ash and not > > bash. If I modify the /etc/profile and use savecfg will that save the > > settings for me? > > > > The profile .bashrc stuff is "weird" due to some busybox issues. The > easiest way to do what you want to do is modify the scripts in > /etc/tux/init/ (which are on /tux/init/ on the boot floppy) which allow > custom commands to be executed at various stages of the linuxrc. > > /tux/init/last will get executed at the end and should work > > - mdf > > |
From: Matthew F. <mf...@ci...> - 2002-02-25 16:26:44
|
> I had a question about how to do something though. I haven't poked around > enough to figure out how to do this so I figured I would ask you guys. > > I want to be able to run a bunch of scripts after login and I was > wondering how I would be able to do that. Is there a login script that I > can modify to get it to work? > > I also noticed that the /etc/profile script was meant for ash and not > bash. If I modify the /etc/profile and use savecfg will that save the > settings for me? > The profile .bashrc stuff is "weird" due to some busybox issues. The easiest way to do what you want to do is modify the scripts in /etc/tux/init/ (which are on /tux/init/ on the boot floppy) which allow custom commands to be executed at various stages of the linuxrc. /tux/init/last will get executed at the end and should work - mdf |
From: Aaron L. <le...@th...> - 2002-02-25 16:21:35
|
Yeah thanks a lot! I figured that out Saturday when I looked at the config file for the stable kernel for the net version of Trinux. So I compiled the 2.4.14 kernel to my heart's content and found that it works perfectly. Trinux is awesome. I had a question about how to do something though. I haven't poked around enough to figure out how to do this so I figured I would ask you guys. I want to be able to run a bunch of scripts after login and I was wondering how I would be able to do that. Is there a login script that I can modify to get it to work? I also noticed that the /etc/profile script was meant for ash and not bash. If I modify the /etc/profile and use savecfg will that save the settings for me? Thanks, -Aaron On Mon, 25 Feb 2002, Matthew Franz wrote: > > You will need IDE kernel module support. > > # getpkg 2.4.5/ide.tgz > # getpkg 2.4.5/fsmods.tgz > > After installing the package you should see your hard drives show up if > you do a: > > # dmesg > > cd /lib/modules for the filesystems you need. > > > > > First, I must say that I am very impressed with Trinux and I hope that > > the project continues to live on and develop. > > > > I have been looking everywhere for a bootdisk that will load a linux > > operating system with network support wherever I go. > > > > I am sort of new at Linux so please excuse my ignorance. > > > > I am trying to mount hard drives. I know that it should be trivial and > > seems like everyone else can do it but me. Is there some file I need to > > modify? > > > > Here is what I am trying right now: > > > > 1. Boot using Trinux (network distro) > > 2. After successfully leasing an IP from the DHCP server, and getting the > > files, I log in. > > 3. I try "mount /dev/hda1 /mnt" --> "/dev/hda1 unknown device" > > > > I have tried this on two computers where /dev/hda1 should be NTFS or > > FAT32. For the NTFS I loaded the ntfs.o kernel module after bootup. > > > > Am I doing something blunnderingly stupid? > > > > Thanks, > > -Aaron Lee > > > > > > _______________________________________________ > > Trinux-talk mailing list > > Tri...@li... > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > |
From: Matthew F. <mf...@ci...> - 2002-02-25 16:13:02
|
You will need IDE kernel module support. # getpkg 2.4.5/ide.tgz # getpkg 2.4.5/fsmods.tgz After installing the package you should see your hard drives show up if you do a: # dmesg cd /lib/modules for the filesystems you need. > First, I must say that I am very impressed with Trinux and I hope that > the project continues to live on and develop. > > I have been looking everywhere for a bootdisk that will load a linux > operating system with network support wherever I go. > > I am sort of new at Linux so please excuse my ignorance. > > I am trying to mount hard drives. I know that it should be trivial and > seems like everyone else can do it but me. Is there some file I need to > modify? > > Here is what I am trying right now: > > 1. Boot using Trinux (network distro) > 2. After successfully leasing an IP from the DHCP server, and getting the > files, I log in. > 3. I try "mount /dev/hda1 /mnt" --> "/dev/hda1 unknown device" > > I have tried this on two computers where /dev/hda1 should be NTFS or > FAT32. For the NTFS I loaded the ntfs.o kernel module after bootup. > > Am I doing something blunnderingly stupid? > > Thanks, > -Aaron Lee > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: <gu...@ke...> - 2002-02-25 13:46:25
|
Hello Matthew and All, Thank=B4s for all the help. My box is running 100% with trinux-ide. I cre= ated my own initrd.gz and compiled my own kernel (2.4.17) with ide and network support ! Now I=B4ll start my tests and have some fun :). Ps. Matthew, congratulations for trinux ! Look=B4s lile a very good linux= pkg ! Thank=B4s again, Gus ----- Original Message ----- From: <gu...@ke...> To: "Matthew Franz" <mf...@ci...> Cc: <tri...@li...> Sent: Thursday, February 21, 2002 6:22 PM Subject: Re: [Trinux-talk] trinux newbie > > I=B4ve found out the module problem ! It was edit of freedos that was > appending a ^M at the end of pkgfile ! > Now my only problem is the network.... booting from the floppy I can se= e my > ethernet doing a "dmesg | grep eth" > but booting from my ide I can=B4t find it !! It doesn=B4t find it !! I=B4= m using a > RTL8139 (RealTek). I know the base_add and > the IRQ. I=B4ve tryed using ether=3D5,0xdc00,eth0 at the loadlin comman= d but > with no success. I can see my ethernet device > at procs/pci but..... doesn=B4t work. > > Is there any special configuration to make it work while booting from I= DE ? > > Thank=B4s in advance, > Gus > > > ----- Original Message ----- > From: <gu...@ke...> > To: "Matthew Franz" <mf...@ci...> > Cc: <tri...@li...> > Sent: Thursday, February 21, 2002 3:33 PM > Subject: Re: [Trinux-talk] trinux newbie > > > > Hi, > > > > I=B4ve found the "problem". I=B4ve just taked out the "^" of the FDEV= var > before > > the "[sh]d[a-f][1-9]" expression and made the initrd.gz again !!! It > worked > > out ! > > I can=B4t say that this is a bug.... but didn=B4t work for me. :) > > > > > FDEV=3D`dmesg | grep -v LDM | grep "[sh]d[a-f][1-9]" | cut -d':' -f= 2 | > sort > > | uniq` # FIXED # changed by aguiarg > > > > Now I have another problem... I=B4m trying to load my modules at > > c:\trinux\bootpkg\*.tgz but they dont get loaded. I still working on = it > but > > I think it=B4s strange. Is there any special configuration ? I=B4ve j= ust > mounted > > my floppy and copyed tux dir to c:\trinux; (I=B4ve tryed to change at= ound > but > > didn=B4t made any good) > > My network doesn=B4t start even configuring dhcp (config/eth0 -> dhcp= ) and > > loading the dhcpcd.tgz with pkgadd. > > > > Can anyone give me a help ? > > > > Thank=B4s again, > > Gus > > > > > > ----- Original Message ----- > > From: "Matthew Franz" <mf...@ci...> > > To: <gu...@ke...> > > Cc: <tri...@li...> > > Sent: Thursday, February 21, 2002 2:12 PM > > Subject: Re: [Trinux-talk] trinux newbie > > > > > > > > > > Are you sure your IDE device got detected/that you were using an ID= E > > > kernel? A > > > > > > dmesg | grep hd > > > > > > should reveal your devices > > > > > > Is your DOS device the first one? > > > > > > - mdf > > > > > > > > > > > Thanks for the tip ! It did work..... now I can boot from my IDE disk > ! > > But > > > > I=B4m having problems to load my modules. > > > > I discovered that the vars CDEV and FDEV are getting no value....= so > > when my > > > > box boots, it doesn=B4t recognize that it is > > > > booting from a loadlin.exe. > > > > > > > > Looking at the linuxrc boot script I=B4ve found where it set this vars: > > > > -- > > > > CDEV=3D`dmesg | grep D-ROM | grep hd | cut -d: -f1 | sort | uniq`= # > > CD-ROM > > > > devices > > > > FDEV=3D`dmesg | grep -v LDM | grep "^ [sh]d[a-f][1-9]" | cut -d':= ' -f2 | > > sort > > > > | uniq` # FIXED > > > > > > > > echo "FDEV: $FDEV" > > > > echo "CDEV: $CDEV" > > > > -- > > > > At the boot I see FDEV: and CDEV: empty. > > > > "BOOT=3D" is empty to. > > > > > > > > Can anyone help me ? Any experience like this before ? > > > > > > > > I=B4m using a AMD Duron with freedos, kernel 2.4.17 and trinux-id= e. > > > > > > > > > > > > Thank=B4s in advance, > > > > Gus > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > From: "Matthew Franz" <mf...@ci...> > > > > To: <gu...@ke...> > > > > Cc: <tri...@li...> > > > > Sent: Wednesday, February 20, 2002 6:07 AM > > > > Subject: Re: [Trinux-talk] trinux newbie > > > > > > > > > > > > > > > > > > Yes, you can boot from a flash IDE or normal IDE drive. Here is= a > > rough > > > > > guide: > > > > > > > > > > 1) Create a small DOS/FAT partition (10-25mb). This will need t= o be > > *DOS* > > > > > not NT, so you will need to dig up a Win9x or DoS boot floppy a= nd > > format > > > > > /s it. If you want to stay Open Source FreeDoS > > (http://www.freedos.org) > > > > > will work fine. > > > > > > > > > > 2) Somehow copy loadlin.exe to that partition in C:\ > > > > > > > > > > 3) Create a trinux directory on c:\ > > > > > > > > > > 4) Download the latest initrd.gz from > > > > > http://www.io.com/~mdfranz/trinux/initd/ and place it c:\ > > > > > > > > > > 5) Download an ide kernel from > http://trinux.sf.net/kernel/x.x.x/ide/ > > (I > > > > > think 2.4.5 should work) to c:\bzimage > > > > > > > > > > 6) Test it to make surt it boots: c:> loadlin initrd=3Dinitrd.g= z > > > > > root=3D/dev/ram0 bzimage (the kernel name might come before the= boot > > > > > arguments, can't remember off the top of my head. Whatever comm= and > you > > get > > > > > working can be added to your autoxec.bat to get everything goin= g > > > > > > > > > > 7) Within c:\trinux create the following directories: > > > > > > > > > > tux - contains the normal directory structure found on trinux > floppies > > > > > > > > > > bootpkg - will contain any packages you want loaded early on if you > > want > > > > > to do network booting you will need: dnslibs.tgz dhcpcd.tgz > > system.tgz. > > > > > > > > > > kpkg - kernel packages you want loaded > > > > > > > > > > pkg - you can also put packages here > > > > > > > > > > > > > > > NOTE: network configuration changes slightly from the last flop= py > > release. > > > > > > > > > > If you want to do DHCP (easiest) tux\config\eth0 (or eth1) shou= ld > > contain > > > > > dhcp. You can also put the IP and netmask in there separated by= a > > space > > > > > (192.168.100.1 255.255.255.0) and then add \tux\config\gateway,= dns > > with > > > > > your default route and DNS server > > > > > > > > > > Post to the list if you have any problems. > > > > > > > > > > - mdf > > > > > > > > > > > I=B4ve just found trinux and looking around (docs, faq and li= sts) I > > didn=B4t > > > > > > find a *exact* answer for my question... so there it goes: > > > > > > - Can I install trinux to boot from a IDE disk and not necessarily > > from > > > > a > > > > > > floppy disk (perhaps a flash-ide) ? > > > > > > I=B4ve found documantation enough to install it in a floppy d= isk but > I > > > > > > couldn=B4t found any where explaning how to install only in I= DE > > drivers. > > > > > > If someone could send me a url, doc, pice of txt, anything.... > I=B4ll > > be > > > > > > thankful. > > > > > > > > > > > > Thank=B4s in advance, > > > > > > Gus > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > Trinux-talk mailing list > > > > > > Tri...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > Trinux-talk mailing list > > > > > Tri...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Trinux-talk mailing list > > > > Tri...@li... > > > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > > > > > > > _______________________________________________ > > > Trinux-talk mailing list > > > Tri...@li... > > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > > > _______________________________________________ > > Trinux-talk mailing list > > Tri...@li... > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: <HHu...@t-...> - 2002-02-22 21:33:13
|
Hallo, Matthew, Du meintest am 20.02.02 zum Thema Re: [Trinux-talk] trinux newbie: > 6) Test it to make surt it boots: > c:> loadlin initrd=initrd.gz root=/dev/ram0 bzimage loadlin bzimage initrd=initrd.gz root=/dev/ram0 Doesn't work - sorry. I've tried "initrd.gz" from a working floppy and the 4 MB packet from your website, I've tried some "bzimage"-versions from Kernel 2.4.17 (bare, ide, net, pcmcia). "loadlin" works with other distributions. Error message (in all cases) VFS: Cannot open root device "ram0" or 1:00 Please append a correct "root" boot option If I delete the "root=/dev/ram0" entry (it's a but silly) the system tells VFS: Cannot open root device "" or 3:01 (it searches for partition 1 on IDE) How must I tell trinux to use the ram disk? Viele Gruesse! Helmut |
From: Richard T. <ri...@th...> - 2002-02-22 12:13:11
|
My two cents... First, does the mount point /mnt exist? I think Trinux creates mount points for found partitions, but it names them /hda1, etc... Next, check 'dmesg | less' and see what partitions are available. Richard -----Original Message----- From: tri...@li... [mailto:tri...@li...urcefo rge.net]On Behalf Of Aaron Lee Sent: Thursday, February 21, 2002 7:19 PM To: tri...@li... Subject: [Trinux-talk] Newbie Question: Hard Drive Woes First, I must say that I am very impressed with Trinux and I hope that the project continues to live on and develop. I have been looking everywhere for a bootdisk that will load a linux operating system with network support wherever I go. I am sort of new at Linux so please excuse my ignorance. I am trying to mount hard drives. I know that it should be trivial and seems like everyone else can do it but me. Is there some file I need to modify? Here is what I am trying right now: 1. Boot using Trinux (network distro) 2. After successfully leasing an IP from the DHCP server, and getting the files, I log in. 3. I try "mount /dev/hda1 /mnt" --> "/dev/hda1 unknown device" I have tried this on two computers where /dev/hda1 should be NTFS or FAT32. For the NTFS I loaded the ntfs.o kernel module after bootup. Am I doing something blunnderingly stupid? Thanks, -Aaron Lee ________________________________________ _______ Trinux-talk mailing list Tri...@li... https://lists.sourceforge.net/lists/list info/trinux-talk |
From: Aaron L. <le...@th...> - 2002-02-22 06:19:13
|
First, I must say that I am very impressed with Trinux and I hope that the project continues to live on and develop. I have been looking everywhere for a bootdisk that will load a linux operating system with network support wherever I go. I am sort of new at Linux so please excuse my ignorance. I am trying to mount hard drives. I know that it should be trivial and seems like everyone else can do it but me. Is there some file I need to modify? Here is what I am trying right now: 1. Boot using Trinux (network distro) 2. After successfully leasing an IP from the DHCP server, and getting the files, I log in. 3. I try "mount /dev/hda1 /mnt" --> "/dev/hda1 unknown device" I have tried this on two computers where /dev/hda1 should be NTFS or FAT32. For the NTFS I loaded the ntfs.o kernel module after bootup. Am I doing something blunnderingly stupid? Thanks, -Aaron Lee |
From: <gu...@ke...> - 2002-02-21 21:23:36
|
I=B4ve found out the module problem ! It was edit of freedos that was appending a ^M at the end of pkgfile ! Now my only problem is the network.... booting from the floppy I can see = my ethernet doing a "dmesg | grep eth" but booting from my ide I can=B4t find it !! It doesn=B4t find it !! I=B4= m using a RTL8139 (RealTek). I know the base_add and the IRQ. I=B4ve tryed using ether=3D5,0xdc00,eth0 at the loadlin command = but with no success. I can see my ethernet device at procs/pci but..... doesn=B4t work. Is there any special configuration to make it work while booting from IDE= ? Thank=B4s in advance, Gus ----- Original Message ----- From: <gu...@ke...> To: "Matthew Franz" <mf...@ci...> Cc: <tri...@li...> Sent: Thursday, February 21, 2002 3:33 PM Subject: Re: [Trinux-talk] trinux newbie > Hi, > > I=B4ve found the "problem". I=B4ve just taked out the "^" of the FDEV v= ar before > the "[sh]d[a-f][1-9]" expression and made the initrd.gz again !!! It worked > out ! > I can=B4t say that this is a bug.... but didn=B4t work for me. :) > > > FDEV=3D`dmesg | grep -v LDM | grep "[sh]d[a-f][1-9]" | cut -d':' -f2 = | sort > | uniq` # FIXED # changed by aguiarg > > Now I have another problem... I=B4m trying to load my modules at > c:\trinux\bootpkg\*.tgz but they dont get loaded. I still working on it but > I think it=B4s strange. Is there any special configuration ? I=B4ve jus= t mounted > my floppy and copyed tux dir to c:\trinux; (I=B4ve tryed to change atou= nd but > didn=B4t made any good) > My network doesn=B4t start even configuring dhcp (config/eth0 -> dhcp) = and > loading the dhcpcd.tgz with pkgadd. > > Can anyone give me a help ? > > Thank=B4s again, > Gus > > > ----- Original Message ----- > From: "Matthew Franz" <mf...@ci...> > To: <gu...@ke...> > Cc: <tri...@li...> > Sent: Thursday, February 21, 2002 2:12 PM > Subject: Re: [Trinux-talk] trinux newbie > > > > > > Are you sure your IDE device got detected/that you were using an IDE > > kernel? A > > > > dmesg | grep hd > > > > should reveal your devices > > > > Is your DOS device the first one? > > > > - mdf > > > > > > > > Thanks for the tip ! It did work..... now I can boot from my IDE di= sk ! > But > > > I=B4m having problems to load my modules. > > > I discovered that the vars CDEV and FDEV are getting no value.... s= o > when my > > > box boots, it doesn=B4t recognize that it is > > > booting from a loadlin.exe. > > > > > > Looking at the linuxrc boot script I=B4ve found where it set this v= ars: > > > -- > > > CDEV=3D`dmesg | grep D-ROM | grep hd | cut -d: -f1 | sort | uniq` = # > CD-ROM > > > devices > > > FDEV=3D`dmesg | grep -v LDM | grep "^ [sh]d[a-f][1-9]" | cut -d':' = -f2 | > sort > > > | uniq` # FIXED > > > > > > echo "FDEV: $FDEV" > > > echo "CDEV: $CDEV" > > > -- > > > At the boot I see FDEV: and CDEV: empty. > > > "BOOT=3D" is empty to. > > > > > > Can anyone help me ? Any experience like this before ? > > > > > > I=B4m using a AMD Duron with freedos, kernel 2.4.17 and trinux-ide. > > > > > > > > > Thank=B4s in advance, > > > Gus > > > > > > > > > > > > > > > ----- Original Message ----- > > > From: "Matthew Franz" <mf...@ci...> > > > To: <gu...@ke...> > > > Cc: <tri...@li...> > > > Sent: Wednesday, February 20, 2002 6:07 AM > > > Subject: Re: [Trinux-talk] trinux newbie > > > > > > > > > > > > > > Yes, you can boot from a flash IDE or normal IDE drive. Here is a > rough > > > > guide: > > > > > > > > 1) Create a small DOS/FAT partition (10-25mb). This will need to = be > *DOS* > > > > not NT, so you will need to dig up a Win9x or DoS boot floppy and > format > > > > /s it. If you want to stay Open Source FreeDoS > (http://www.freedos.org) > > > > will work fine. > > > > > > > > 2) Somehow copy loadlin.exe to that partition in C:\ > > > > > > > > 3) Create a trinux directory on c:\ > > > > > > > > 4) Download the latest initrd.gz from > > > > http://www.io.com/~mdfranz/trinux/initd/ and place it c:\ > > > > > > > > 5) Download an ide kernel from http://trinux.sf.net/kernel/x.x.x/ide/ > (I > > > > think 2.4.5 should work) to c:\bzimage > > > > > > > > 6) Test it to make surt it boots: c:> loadlin initrd=3Dinitrd.gz > > > > root=3D/dev/ram0 bzimage (the kernel name might come before the b= oot > > > > arguments, can't remember off the top of my head. Whatever comman= d you > get > > > > working can be added to your autoxec.bat to get everything going > > > > > > > > 7) Within c:\trinux create the following directories: > > > > > > > > tux - contains the normal directory structure found on trinux floppies > > > > > > > > bootpkg - will contain any packages you want loaded early on if y= ou > want > > > > to do network booting you will need: dnslibs.tgz dhcpcd.tgz > system.tgz. > > > > > > > > kpkg - kernel packages you want loaded > > > > > > > > pkg - you can also put packages here > > > > > > > > > > > > NOTE: network configuration changes slightly from the last floppy > release. > > > > > > > > If you want to do DHCP (easiest) tux\config\eth0 (or eth1) should > contain > > > > dhcp. You can also put the IP and netmask in there separated by a > space > > > > (192.168.100.1 255.255.255.0) and then add \tux\config\gateway,dn= s > with > > > > your default route and DNS server > > > > > > > > Post to the list if you have any problems. > > > > > > > > - mdf > > > > > > > > > I=B4ve just found trinux and looking around (docs, faq and list= s) I > didn=B4t > > > > > find a *exact* answer for my question... so there it goes: > > > > > - Can I install trinux to boot from a IDE disk and not necessar= ily > from > > > a > > > > > floppy disk (perhaps a flash-ide) ? > > > > > I=B4ve found documantation enough to install it in a floppy dis= k but I > > > > > couldn=B4t found any where explaning how to install only in IDE > drivers. > > > > > If someone could send me a url, doc, pice of txt, anything.... I=B4ll > be > > > > > thankful. > > > > > > > > > > Thank=B4s in advance, > > > > > Gus > > > > > > > > > > > > > > > _______________________________________________ > > > > > Trinux-talk mailing list > > > > > Tri...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Trinux-talk mailing list > > > > Tri...@li... > > > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > > > > > > > _______________________________________________ > > > Trinux-talk mailing list > > > Tri...@li... > > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > > > _______________________________________________ > > Trinux-talk mailing list > > Tri...@li... > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: <gu...@ke...> - 2002-02-21 18:33:54
|
Hi, I=B4ve found the "problem". I=B4ve just taked out the "^" of the FDEV var= before the "[sh]d[a-f][1-9]" expression and made the initrd.gz again !!! It wor= ked out ! I can=B4t say that this is a bug.... but didn=B4t work for me. :) > FDEV=3D`dmesg | grep -v LDM | grep "[sh]d[a-f][1-9]" | cut -d':' -f2 | = sort | uniq` # FIXED # changed by aguiarg Now I have another problem... I=B4m trying to load my modules at c:\trinux\bootpkg\*.tgz but they dont get loaded. I still working on it b= ut I think it=B4s strange. Is there any special configuration ? I=B4ve just = mounted my floppy and copyed tux dir to c:\trinux; (I=B4ve tryed to change atound= but didn=B4t made any good) My network doesn=B4t start even configuring dhcp (config/eth0 -> dhcp) an= d loading the dhcpcd.tgz with pkgadd. Can anyone give me a help ? Thank=B4s again, Gus ----- Original Message ----- From: "Matthew Franz" <mf...@ci...> To: <gu...@ke...> Cc: <tri...@li...> Sent: Thursday, February 21, 2002 2:12 PM Subject: Re: [Trinux-talk] trinux newbie > > Are you sure your IDE device got detected/that you were using an IDE > kernel? A > > dmesg | grep hd > > should reveal your devices > > Is your DOS device the first one? > > - mdf > > > > > Thanks for the tip ! It did work..... now I can boot from my IDE disk= ! But > > I=B4m having problems to load my modules. > > I discovered that the vars CDEV and FDEV are getting no value.... so when my > > box boots, it doesn=B4t recognize that it is > > booting from a loadlin.exe. > > > > Looking at the linuxrc boot script I=B4ve found where it set this var= s: > > -- > > CDEV=3D`dmesg | grep D-ROM | grep hd | cut -d: -f1 | sort | uniq` # CD-ROM > > devices > > FDEV=3D`dmesg | grep -v LDM | grep "^ [sh]d[a-f][1-9]" | cut -d':' -f= 2 | sort > > | uniq` # FIXED > > > > echo "FDEV: $FDEV" > > echo "CDEV: $CDEV" > > -- > > At the boot I see FDEV: and CDEV: empty. > > "BOOT=3D" is empty to. > > > > Can anyone help me ? Any experience like this before ? > > > > I=B4m using a AMD Duron with freedos, kernel 2.4.17 and trinux-ide. > > > > > > Thank=B4s in advance, > > Gus > > > > > > > > > > ----- Original Message ----- > > From: "Matthew Franz" <mf...@ci...> > > To: <gu...@ke...> > > Cc: <tri...@li...> > > Sent: Wednesday, February 20, 2002 6:07 AM > > Subject: Re: [Trinux-talk] trinux newbie > > > > > > > > > > Yes, you can boot from a flash IDE or normal IDE drive. Here is a rough > > > guide: > > > > > > 1) Create a small DOS/FAT partition (10-25mb). This will need to be *DOS* > > > not NT, so you will need to dig up a Win9x or DoS boot floppy and format > > > /s it. If you want to stay Open Source FreeDoS (http://www.freedos.org) > > > will work fine. > > > > > > 2) Somehow copy loadlin.exe to that partition in C:\ > > > > > > 3) Create a trinux directory on c:\ > > > > > > 4) Download the latest initrd.gz from > > > http://www.io.com/~mdfranz/trinux/initd/ and place it c:\ > > > > > > 5) Download an ide kernel from http://trinux.sf.net/kernel/x.x.x/id= e/ (I > > > think 2.4.5 should work) to c:\bzimage > > > > > > 6) Test it to make surt it boots: c:> loadlin initrd=3Dinitrd.gz > > > root=3D/dev/ram0 bzimage (the kernel name might come before the boo= t > > > arguments, can't remember off the top of my head. Whatever command = you get > > > working can be added to your autoxec.bat to get everything going > > > > > > 7) Within c:\trinux create the following directories: > > > > > > tux - contains the normal directory structure found on trinux flopp= ies > > > > > > bootpkg - will contain any packages you want loaded early on if you want > > > to do network booting you will need: dnslibs.tgz dhcpcd.tgz system.tgz. > > > > > > kpkg - kernel packages you want loaded > > > > > > pkg - you can also put packages here > > > > > > > > > NOTE: network configuration changes slightly from the last floppy release. > > > > > > If you want to do DHCP (easiest) tux\config\eth0 (or eth1) should contain > > > dhcp. You can also put the IP and netmask in there separated by a space > > > (192.168.100.1 255.255.255.0) and then add \tux\config\gateway,dns with > > > your default route and DNS server > > > > > > Post to the list if you have any problems. > > > > > > - mdf > > > > > > > I=B4ve just found trinux and looking around (docs, faq and lists)= I didn=B4t > > > > find a *exact* answer for my question... so there it goes: > > > > - Can I install trinux to boot from a IDE disk and not necessaril= y from > > a > > > > floppy disk (perhaps a flash-ide) ? > > > > I=B4ve found documantation enough to install it in a floppy disk = but I > > > > couldn=B4t found any where explaning how to install only in IDE drivers. > > > > If someone could send me a url, doc, pice of txt, anything.... I=B4= ll be > > > > thankful. > > > > > > > > Thank=B4s in advance, > > > > Gus > > > > > > > > > > > > _______________________________________________ > > > > Trinux-talk mailing list > > > > Tri...@li... > > > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > > > > > > > _______________________________________________ > > > Trinux-talk mailing list > > > Tri...@li... > > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > > > _______________________________________________ > > Trinux-talk mailing list > > Tri...@li... > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: Matthew F. <mf...@ci...> - 2002-02-21 17:15:12
|
Are you sure your IDE device got detected/that you were using an IDE kernel? A dmesg | grep hd should reveal your devices Is your DOS device the first one? - mdf > > Thanks for the tip ! It did work..... now I can boot from my IDE disk ! B= ut > I=B4m having problems to load my modules. > I discovered that the vars CDEV and FDEV are getting no value.... so when= my > box boots, it doesn=B4t recognize that it is > booting from a loadlin.exe. > > Looking at the linuxrc boot script I=B4ve found where it set this vars: > -- > CDEV=3D`dmesg | grep D-ROM | grep hd | cut -d: -f1 | sort | uniq` # CD-R= OM > devices > FDEV=3D`dmesg | grep -v LDM | grep "^ [sh]d[a-f][1-9]" | cut -d':' -f2 | = sort > | uniq` # FIXED > > echo "FDEV: $FDEV" > echo "CDEV: $CDEV" > -- > At the boot I see FDEV: and CDEV: empty. > "BOOT=3D" is empty to. > > Can anyone help me ? Any experience like this before ? > > I=B4m using a AMD Duron with freedos, kernel 2.4.17 and trinux-ide. > > > Thank=B4s in advance, > Gus > > > > > ----- Original Message ----- > From: "Matthew Franz" <mf...@ci...> > To: <gu...@ke...> > Cc: <tri...@li...> > Sent: Wednesday, February 20, 2002 6:07 AM > Subject: Re: [Trinux-talk] trinux newbie > > > > > > Yes, you can boot from a flash IDE or normal IDE drive. Here is a rough > > guide: > > > > 1) Create a small DOS/FAT partition (10-25mb). This will need to be *DO= S* > > not NT, so you will need to dig up a Win9x or DoS boot floppy and forma= t > > /s it. If you want to stay Open Source FreeDoS (http://www.freedos.org) > > will work fine. > > > > 2) Somehow copy loadlin.exe to that partition in C:\ > > > > 3) Create a trinux directory on c:\ > > > > 4) Download the latest initrd.gz from > > http://www.io.com/~mdfranz/trinux/initd/ and place it c:\ > > > > 5) Download an ide kernel from http://trinux.sf.net/kernel/x.x.x/ide/ (= I > > think 2.4.5 should work) to c:\bzimage > > > > 6) Test it to make surt it boots: c:> loadlin initrd=3Dinitrd.gz > > root=3D/dev/ram0 bzimage (the kernel name might come before the boot > > arguments, can't remember off the top of my head. Whatever command you = get > > working can be added to your autoxec.bat to get everything going > > > > 7) Within c:\trinux create the following directories: > > > > tux - contains the normal directory structure found on trinux floppies > > > > bootpkg - will contain any packages you want loaded early on if you wan= t > > to do network booting you will need: dnslibs.tgz dhcpcd.tgz system.tgz. > > > > kpkg - kernel packages you want loaded > > > > pkg - you can also put packages here > > > > > > NOTE: network configuration changes slightly from the last floppy relea= se. > > > > If you want to do DHCP (easiest) tux\config\eth0 (or eth1) should conta= in > > dhcp. You can also put the IP and netmask in there separated by a space > > (192.168.100.1 255.255.255.0) and then add \tux\config\gateway,dns with > > your default route and DNS server > > > > Post to the list if you have any problems. > > > > - mdf > > > > > I=B4ve just found trinux and looking around (docs, faq and lists) I d= idn=B4t > > > find a *exact* answer for my question... so there it goes: > > > - Can I install trinux to boot from a IDE disk and not necessarily fr= om > a > > > floppy disk (perhaps a flash-ide) ? > > > I=B4ve found documantation enough to install it in a floppy disk but = I > > > couldn=B4t found any where explaning how to install only in IDE drive= rs. > > > If someone could send me a url, doc, pice of txt, anything.... I=B4ll= be > > > thankful. > > > > > > Thank=B4s in advance, > > > Gus > > > > > > > > > _______________________________________________ > > > Trinux-talk mailing list > > > Tri...@li... > > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > > > _______________________________________________ > > Trinux-talk mailing list > > Tri...@li... > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: <gu...@ke...> - 2002-02-21 12:58:14
|
Thanks for the tip ! It did work..... now I can boot from my IDE disk ! B= ut I=B4m having problems to load my modules. I discovered that the vars CDEV and FDEV are getting no value.... so when= my box boots, it doesn=B4t recognize that it is booting from a loadlin.exe. Looking at the linuxrc boot script I=B4ve found where it set this vars: -- CDEV=3D`dmesg | grep D-ROM | grep hd | cut -d: -f1 | sort | uniq` # CD-R= OM devices FDEV=3D`dmesg | grep -v LDM | grep "^ [sh]d[a-f][1-9]" | cut -d':' -f2 | = sort | uniq` # FIXED echo "FDEV: $FDEV" echo "CDEV: $CDEV" -- At the boot I see FDEV: and CDEV: empty. "BOOT=3D" is empty to. Can anyone help me ? Any experience like this before ? I=B4m using a AMD Duron with freedos, kernel 2.4.17 and trinux-ide. Thank=B4s in advance, Gus ----- Original Message ----- From: "Matthew Franz" <mf...@ci...> To: <gu...@ke...> Cc: <tri...@li...> Sent: Wednesday, February 20, 2002 6:07 AM Subject: Re: [Trinux-talk] trinux newbie > > Yes, you can boot from a flash IDE or normal IDE drive. Here is a rough > guide: > > 1) Create a small DOS/FAT partition (10-25mb). This will need to be *DO= S* > not NT, so you will need to dig up a Win9x or DoS boot floppy and forma= t > /s it. If you want to stay Open Source FreeDoS (http://www.freedos.org) > will work fine. > > 2) Somehow copy loadlin.exe to that partition in C:\ > > 3) Create a trinux directory on c:\ > > 4) Download the latest initrd.gz from > http://www.io.com/~mdfranz/trinux/initd/ and place it c:\ > > 5) Download an ide kernel from http://trinux.sf.net/kernel/x.x.x/ide/ (= I > think 2.4.5 should work) to c:\bzimage > > 6) Test it to make surt it boots: c:> loadlin initrd=3Dinitrd.gz > root=3D/dev/ram0 bzimage (the kernel name might come before the boot > arguments, can't remember off the top of my head. Whatever command you = get > working can be added to your autoxec.bat to get everything going > > 7) Within c:\trinux create the following directories: > > tux - contains the normal directory structure found on trinux floppies > > bootpkg - will contain any packages you want loaded early on if you wan= t > to do network booting you will need: dnslibs.tgz dhcpcd.tgz system.tgz. > > kpkg - kernel packages you want loaded > > pkg - you can also put packages here > > > NOTE: network configuration changes slightly from the last floppy relea= se. > > If you want to do DHCP (easiest) tux\config\eth0 (or eth1) should conta= in > dhcp. You can also put the IP and netmask in there separated by a space > (192.168.100.1 255.255.255.0) and then add \tux\config\gateway,dns with > your default route and DNS server > > Post to the list if you have any problems. > > - mdf > > > I=B4ve just found trinux and looking around (docs, faq and lists) I d= idn=B4t > > find a *exact* answer for my question... so there it goes: > > - Can I install trinux to boot from a IDE disk and not necessarily fr= om a > > floppy disk (perhaps a flash-ide) ? > > I=B4ve found documantation enough to install it in a floppy disk but = I > > couldn=B4t found any where explaning how to install only in IDE drive= rs. > > If someone could send me a url, doc, pice of txt, anything.... I=B4ll= be > > thankful. > > > > Thank=B4s in advance, > > Gus > > > > > > _______________________________________________ > > Trinux-talk mailing list > > Tri...@li... > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: Matthew F. <mf...@ci...> - 2002-02-20 09:10:05
|
Yes, you can boot from a flash IDE or normal IDE drive. Here is a rough guide: 1) Create a small DOS/FAT partition (10-25mb). This will need to be *DOS* not NT, so you will need to dig up a Win9x or DoS boot floppy and format /s it. If you want to stay Open Source FreeDoS (http://www.freedos.org) will work fine. 2) Somehow copy loadlin.exe to that partition in C:\ 3) Create a trinux directory on c:\ 4) Download the latest initrd.gz from http://www.io.com/~mdfranz/trinux/initd/ and place it c:\ 5) Download an ide kernel from http://trinux.sf.net/kernel/x.x.x/ide/ (I think 2.4.5 should work) to c:\bzimage 6) Test it to make surt it boots: c:> loadlin initrd=3Dinitrd.gz root=3D/dev/ram0 bzimage (the kernel name might come before the boot arguments, can't remember off the top of my head. Whatever command you get working can be added to your autoxec.bat to get everything going 7) Within c:\trinux create the following directories: tux - contains the normal directory structure found on trinux floppies bootpkg - will contain any packages you want loaded early on if you want to do network booting you will need: dnslibs.tgz dhcpcd.tgz system.tgz. kpkg - kernel packages you want loaded pkg - you can also put packages here NOTE: network configuration changes slightly from the last floppy release. If you want to do DHCP (easiest) tux\config\eth0 (or eth1) should contain dhcp. You can also put the IP and netmask in there separated by a space (192.168.100.1 255.255.255.0) and then add \tux\config\gateway,dns with your default route and DNS server Post to the list if you have any problems. - mdf > I=B4ve just found trinux and looking around (docs, faq and lists) I didn= =B4t > find a *exact* answer for my question... so there it goes: > - Can I install trinux to boot from a IDE disk and not necessarily from a > floppy disk (perhaps a flash-ide) ? > I=B4ve found documantation enough to install it in a floppy disk but I > couldn=B4t found any where explaning how to install only in IDE drivers. > If someone could send me a url, doc, pice of txt, anything.... I=B4ll be > thankful. > > Thank=B4s in advance, > Gus > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: <gu...@ke...> - 2002-02-19 23:51:02
|
Hello All, I=B4ve just found trinux and looking around (docs, faq and lists) I didn=B4= t find a *exact* answer for my question... so there it goes: - Can I install trinux to boot from a IDE disk and not necessarily from a floppy disk (perhaps a flash-ide) ? I=B4ve found documantation enough to install it in a floppy disk but I couldn=B4t found any where explaning how to install only in IDE drivers. If someone could send me a url, doc, pice of txt, anything.... I=B4ll be thankful. Thank=B4s in advance, Gus |
From: windham l. <mst...@ho...> - 2002-02-16 22:40:26
|
to create a bootable cd-rom you just use your computers cd burning software to burn the *.iso image to cd... then reboot and go into BIOS setup and select cdrom booting... if you do not have this option inside your BIOS then you are out of luck for EL TORITO(bootable cd-rom) >However, I am having some difficulty in creating a bootable cdrom disk. >I have the adaptec cdrom burner and all that. Any pointers would be >helpful. Thanks. > >++sal++ > > >_______________________________________________ >Trinux-talk mailing list >Tri...@li... >https://lists.sourceforge.net/lists/listinfo/trinux-talk _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx |
From: Richard T. <ri...@th...> - 2002-02-16 18:37:29
|
New to TrinuxLois, The answer is yes. I use it for initial investigations to view hard drive contents without the risk of modifying any of the data. You can also save files for investigation offline without the user knowing that the computer has been accessed. However, you better know something about *nix commands. I also use it for imaging disks for forensic analysis. Richard Thomas Phone: (512) 249-8823 Email: ri...@th... -----Original Message----- From: tri...@li... [mailto:tri...@li...]On Behalf Of Lois Lehman Sent: Friday, February 15, 2002 5:08 PM To: 'tri...@li...' Subject: [Trinux-talk] New to Trinux I am new to Trinux and trying to learn if it can be used as I understood the case when I went looking for it. What I hope to do is add it to my toolkit for network security incident response. Can I use the floppies to boot a box that has been compromised and poke around on its hard drive to see the system logs and such using the clean tools off the Trinux floppies? I would appreciate any assistance that can be shared on this. Thanks in advance! Lois Lehman, GSEC Arizona State University 480-965-3139 |
From: Sal M. <smo...@ho...> - 2002-02-16 05:00:54
|
Hi, TRINUX is a great idea and I intend on using it at work. I have read the FAQ, most of the email archives and the pages, but I have run into a problem. I have been successful in creating a bootable floppy (ide) and getting it to boot. However, I am having some difficulty in creating a bootable cdrom disk. I have the adaptec cdrom burner and all that. Any pointers would be helpful. Thanks. ++sal++ |
From: Lois L. <LOI...@as...> - 2002-02-15 23:07:41
|
I am new to Trinux and trying to learn if it can be used as I understood the case when I went looking for it. What I hope to do is add it to my toolkit for network security incident response. Can I use the floppies to boot a box that has been compromised and poke around on its hard drive to see the system logs and such using the clean tools off the Trinux floppies? I would appreciate any assistance that can be shared on this. Thanks in advance! Lois Lehman, GSEC Arizona State University 480-965-3139 |
From: etienne g. <e....@vi...> - 2002-02-15 02:32:30
|
From: <tb...@ti...> - 2002-02-14 02:29:25
|
The filesystem types available for the -t parameter to the mount command are: adfs, affs, autofs, coda, coherent, devpts, efs, ext, ext2, hfs, hpfs, iso9660, minix, msdos, ncpfs, nfs, ntfs, proc, qnx4, romfs, smbfs, sysv, udf, ufs, umsdos, vfat, xenix, xiafs I think for a FAT32 Win98 OS, you should use the vfat param or msdos param. You might try them both. Try mounting the old source partition with: mount -t vfat /dev/hdd1 /mnt If that fails, try msdos or umsdos for type. You can also find out the partition type of the /dev/hdd1 partition with fdisk .. fdisk /dev/hdd enter m<rtn> for help/menu and p<rtn> to view the current table. The partition type will be listed for hdd1. Make sure your destination partition is set to the same type. Once you can mount (and umount) the old source partition successfully, then create the new partition with the type you got from fdisk. then: dd if=/dev/hdd1 of=/dev/hdb1 You shouldn't need an intermediary file, and you shouldn't need the "bs" parameter. You should be able to mount the second partition then. Important note... hdb1 must be as large or larger than hdd1 in total size, not just disk used by the data. On Wed, 13 Feb 2002, Richard Thomas wrote: > See below... > > ----- Original Message ----- > From: <tb...@ti...> > To: "Richard Thomas" <ri...@th...> > Cc: "Trinux-Talk" <tri...@li...> > Sent: Wednesday, February 13, 2002 12:39 PM > Subject: Re: [Trinux-talk] Harddrive Format > > > > > > What type of filesystem are you trying to clone? > In this instance, FAT32 > > > > What, exactly is on the source partition? > A Win98 OS > > > > What is the device id of the source partition? > /dev/hdd1 > > > > What is the device id of the destination partition? > /dev/hdb1 > > > > > > On Wed, 13 Feb 2002, Richard Thomas wrote: > > > > > The reason I was trying to mount the partition after creating it was to > make > > > sure I was creating it correctly. > > > > > > If I create a Linux (82?) type partition what -t type do I specify in > the > > > mount command line? What type partition do I create if I want to use the > > > ext2 driver to mount the partition? > > > > > > I am using dd to an intermediary file so that I get matching hashes from > the > > > initial partition and the destination image file. If I dd from drive to > > > drive, it will make an exact copy of the partition, but the hashes won't > > > match. > > > > > > I agree that I might be missing something. I just looked online and saw > that > > > I am missing the mkfs command step. I told you this was a newbie > question. > > > > > > ----- Original Message ----- > > > From: <tb...@ti...> > > > To: "Richard Thomas" <ri...@th...> > > > Cc: "Trinux-Talk" <tri...@li...> > > > Sent: Wednesday, February 13, 2002 11:36 AM > > > Subject: Re: [Trinux-talk] Harddrive Format > > > > > > > > > > > > > > The dd command you quote is to read IN the partition to a file. I > assume > > > > you are changing the command when you dd the file to a partition. Do > you > > > > know the proper device name for the partition you have just created? > Was > > > > it used in the dd (out) command? > > > > > > > > You might try a "dd if=/dev/hdXX | od -c | head" and a > > > > > > > > "dd if=/directory/disk.img | od -c | head" and compare them visually. > > > > > > > > This might tell you alot. > > > > > > > > Perhaps you are missing an important piece... > > > > > > > > A partition defines a region of disk. > > > > A filesystem fills a partition, and defines how the data is organized. > > > > A file is a container, placed within a filesystem, that can hold data. > > > > > > > > [.*]nux offers features not found in other OS's, including the ability > to > > > > bypass the filesystem and place a file on a partition and vise versa. > > > > > > > > You can dd a partition to a file. and then dd the file back to a new > > > > partition. You will have mirrored the partition. If you have both > disks > > > > connected but unmounted, then you can dd directly "dd if=/dev/hde1 > > > > of=/dev/hde2". The imtermediary file is not necessary. You can then > > > > mount the second partition, just as you did the first. If you > couldn't > > > > mount the source partition, then you won't be able to mount the clone. > > > > > > > > What is on the partition you are hoping to clone? Is is a windows > > > > partition? FAT? NTFS? or Linux? minix, ext2, ext3?. I think this may > be a > > > > mount issue... > > > > > > > > On Wed, 13 Feb 2002, Richard Thomas wrote: > > > > > > > > > Okay, here goes. > > > > > > > > > > Using cfdisk, I create a partition on the hard drive of type > 'Linux'. > > > Then I > > > > > 'W'rite the partition table. > > > > > > > > > > I tried to mount the partition using the minix type. I get the > error, > > > "Too > > > > > many filesystems, wrong partition, yada yada..." > > > > > > > > > > I loaded ext2.o and tried to mount using the ext2 type. Didn't work. > > > > > > > > > > I loaded ntfs.o and change the partition type to 'HPFS/NTFS'. I > tried to > > > > > mount using the ntfs type. Didn't work. > > > > > > > > > > I guess I don't know what "-t type" to specify when mounting a Linux > > > type > > > > > partition. > > > > > > > > > > When I initially tried to dd partition to the image file on a FAT32 > > > > > partition, I got an error about exceeding the 2GB file limit. > > > > > > > > > > The dd command line looks like this: dd if=/dev/hdd1 > > > of=/directory/disk.img > > > > > bs=1M > > > > > > > > > > I am writing a hard drive partition to an image file and then > writing > > > the > > > > > image file to a 'clean' hard drive. > > > > > > > > > > Richard Thomas > > > > > > > > > > ----- Original Message ----- > > > > > From: <tb...@ti...> > > > > > To: "Richard Thomas" <ri...@th...> > > > > > Cc: "Trinux-Talk" <tri...@li...> > > > > > Sent: Wednesday, February 13, 2002 9:00 AM > > > > > Subject: Re: [Trinux-talk] Harddrive Format > > > > > > > > > > > > > > > > > > > > > > It should work. However, the devil is in the details. > > > > > > > > > > > > What modules did you load? > > > > > > > > > > > > What is the dd command line? > > > > > > > > > > > > What are you doing after the dd finishes, that causes you to > believe > > > that > > > > > > the dd failed? > > > > > > > > > > > > If you hope to use the disk as a filesystem, then the image you > are > > > > > > putting on the disk must be a fully formed filesystem. You should > be > > > able > > > > > > to test the image with a mount -o loop command before you do the > dd. > > > The > > > > > > partition type should be set to match the type of filesystem. > > > > > > > > > > > > More info would help. > > > > > > > > > > > > On Wed, 13 Feb 2002, Richard Thomas wrote: > > > > > > > > > > > > > Good morning all... > > > > > > > > > > > > > > I have a newbie question, sorry. > > > > > > > > > > > > > > I am using cfdisk to create a partition > > > > > > > on a harddrive. I select the default > > > > > > > type as Linux and then write the > > > > > > > partition table. However, I am not able > > > > > > > to then mount the partition under > > > > > > > Trinux. I load what I think are the > > > > > > > appropriate modules. I have even tried > > > > > > > changing the type to NTFS with no luck. > > > > > > > What I am trying to do is create a > > > > > > > partition that I can write a 6.5GB image > > > > > > > file to using dd. I previously tried > > > > > > > this with VFAT, but ran into the 2GB > > > > > > > file size limit. Any suggestions? > > > > > > > > > > > > > > Thanks in advance. > > > > > > > > > > > > > > Richard Thomas > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > Trinux-talk mailing list > > > > > > > Tri...@li... > > > > > > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > > > > > > > > > > > > > -- > > > > > > -------------------- > > > > > > Timothy Burt > > > > > > Internet Specialist > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > Trinux-talk mailing list > > > > > Tri...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > > > > > > > -- > > > > -------------------- > > > > Timothy Burt > > > > Internet Specialist > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Trinux-talk mailing list > > > Tri...@li... > > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > -- > > -------------------- > > Timothy Burt > > Internet Specialist > > > > > > > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > -- -------------------- Timothy Burt Internet Specialist |