<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Linux Forums - Knoppix Help Forum</title>
		<link>http://www.linuxforums.org/forum/</link>
		<description><![CDATA[For all discussions about Knoppix, the Linux "Live CD" that lets you run Linux without needing to install on your hard drive.]]></description>
		<language>en</language>
		<lastBuildDate>Fri, 20 Nov 2009 23:59:25 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.linuxforums.org/forum/linux2/misc/rss.jpg</url>
			<title>Linux Forums - Knoppix Help Forum</title>
			<link>http://www.linuxforums.org/forum/</link>
		</image>
		<item>
			<title>Can I get the Senao EUB-362EXT somehow working in Linux....??</title>
			<link>http://www.linuxforums.org/forum/knoppix-help-forum/155904-can-i-get-senao-eub-362ext-somehow-working-linux.html</link>
			<pubDate>Wed, 18 Nov 2009 19:52:07 GMT</pubDate>
			<description>Hi, 
 
I have a problem with my Laptop concerning the wireless. I have bought it and it was delivered with Win 7 and surprise! No drivers available...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have a problem with my Laptop concerning the wireless. I have bought it and it was delivered with Win 7 and surprise! No drivers available for the wireless adapter Senao EUB-362EXT....<br />
<br />
can you believe this actually???<br />
<br />
well- I can now.<br />
<br />
The question is : do you think I can somehow get some small linux version working that would allow me to use this USB device? (i still need the windows for other programs)<br />
<br />
I am not a linux user so please advise. I have tried to have a look at this and I can't get it working.<br />
{run-damn-small-linux-in-windows}<br />
if you know a good way of how to solve this elegantly please let me know.<br />
I</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/knoppix-help-forum/">Knoppix Help Forum</category>
			<dc:creator>Hatewin7</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/knoppix-help-forum/155904-can-i-get-senao-eub-362ext-somehow-working-linux.html</guid>
		</item>
		<item>
			<title>Mounting Raid drives</title>
			<link>http://www.linuxforums.org/forum/knoppix-help-forum/155772-mounting-raid-drives.html</link>
			<pubDate>Sat, 14 Nov 2009 20:22:12 GMT</pubDate>
			<description><![CDATA[Hi, I am having the same issue trying to mount a WIN2K drive on a RAID5 box.  I am trying to recover the files on a "degraded" logical drive.  Here...]]></description>
			<content:encoded><![CDATA[<div>Hi, I am having the same issue trying to mount a WIN2K drive on a RAID5 box.  I am trying to recover the files on a &quot;degraded&quot; logical drive.  Here is the output of fdisk, mount, and cat as recommended in post #2.  You can see there are 4 physical drives (sda1, sda2, sda3, sda5).  I am not sure if I can use Knoppix to recover the files from the RAID5 array or not.  --jonas<br />
<br />
knoppix@Microknoppix:/$ fdisk -l<br />
<br />
Disk /dev/sda: 744.7 GB, 744788852736 bytes<br />
255 heads, 63 sectors/track, 90548 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes<br />
Disk identifier: 0x0a452a82<br />
<br />
   Device Boot      Start         End      Blocks   Id  System<br />
/dev/sda1   *           1         653     5245191   42  SFS<br />
/dev/sda2             654       60364   479628607+   f  W95 Ext'd (LBA)<br />
/dev/sda3           60365       90548   242452980   42  SFS<br />
/dev/sda5             654       60364   479628576   42  SFS<br />
<br />
knoppix@Microknoppix:/$ mount<br />
rootfs on / type rootfs (rw)<br />
proc on /proc type proc (rw)<br />
sysfs on /sys type sysfs (rw)<br />
/dev/sr0 on /mnt-system type iso9660 (ro)<br />
tmpfs on /ramdisk type tmpfs (rw,size=1048576k)<br />
/dev/cloop on /KNOPPIX type iso9660 (ro)<br />
unionfs on /UNIONFS type aufs (rw,noatime,si=b5f8db2b,xino=/ramdisk/.aufs.xino,noplink,br:/ramdisk=rw:/KNOPPIX=ro)<br />
unionfs on /home type aufs (rw,noatime,si=b5f8db2b,xino=/ramdisk/.aufs.xino,noplink,br:/ramdisk=rw:/KNOPPIX=ro)<br />
usbfs on /proc/bus/usb type usbfs (rw)<br />
tmpfs on /UNIONFS/var/run type tmpfs (rw,size=10240k)<br />
tmpfs on /UNIONFS/var/lock type tmpfs (rw,size=10240k)<br />
tmpfs on /UNIONFS/var/log type tmpfs (rw,size=102400k)<br />
tmpfs on /tmp type tmpfs (rw,size=1048576k)<br />
udev on /dev type tmpfs (rw,size=20480k)<br />
tmpfs on /dev/shm type tmpfs (rw,size=1048576k)<br />
devpts on /dev/pts type devpts (rw,mode=1777)<br />
<br />
knoppix@Microknoppix:/$ cat /etc/fstab<br />
# DEFAULT BASE FSTAB, UNCONFIGURED<br />
proc       /proc         proc       noauto             0 0<br />
sysfs      /sys          sysfs      noauto             0 0<br />
# Added by KNOPPIX<br />
/dev/sda1 /media/sda1 auto noauto,users,exec 0 0<br />
# Added by KNOPPIX<br />
/dev/sda3 /media/sda3 auto noauto,users,exec 0 0<br />
# Added by KNOPPIX<br />
/dev/sda5 /media/sda5 auto noauto,users,exec 0 0<br />
# Added by KNOPPIX<br />
/dev/sdb /media/sdb auto noauto,users,exec 0 0<br />
# Added by KNOPPIX<br />
/dev/sr0 /media/sr0 auto ro,noauto,users,exec 0 0<br />
knoppix@Microknoppix:/$</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/knoppix-help-forum/">Knoppix Help Forum</category>
			<dc:creator>JonasZahn</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/knoppix-help-forum/155772-mounting-raid-drives.html</guid>
		</item>
		<item>
			<title>New to linux. Unable t o mount HD w/knoppix</title>
			<link>http://www.linuxforums.org/forum/knoppix-help-forum/155769-new-linux-unable-t-o-mount-hd-w-knoppix.html</link>
			<pubDate>Sat, 14 Nov 2009 19:04:36 GMT</pubDate>
			<description>I apologize in advance if this has been answered elsewhere. I have a Toshiba  Satellite a105-s2194. The keyboard and touch pad stopped working in XP...</description>
			<content:encoded><![CDATA[<div>I apologize in advance if this has been answered elsewhere. I have a Toshiba  Satellite a105-s2194. The keyboard and touch pad stopped working in XP after I edited my registry to fix my dvd burner. I<br />
I checked the BIOS and everything is as it should be. I ran chkdsk from the windows recovery console. It fixed a few problems but not the touchpad/keyboard issue. XP loads fine I just can't use it w/o a keyboard or mouse.<br />
<br />
I downloaded knoppix hoping to be able to recover my files. Everything works great until I try to mount my HD which brings back:<br />
<br />
unable to mount device<br />
org.freedesktop.Hal.Device.Volume.UnknownFailure<br />
<br />
I'm very new to linux and am not sure what to do next. Any suggestions would be greatly appreciated.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/knoppix-help-forum/">Knoppix Help Forum</category>
			<dc:creator>msmouse</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/knoppix-help-forum/155769-new-linux-unable-t-o-mount-hd-w-knoppix.html</guid>
		</item>
		<item>
			<title>Knoppix internet connection</title>
			<link>http://www.linuxforums.org/forum/knoppix-help-forum/155439-knoppix-internet-connection.html</link>
			<pubDate>Sun, 08 Nov 2009 07:25:03 GMT</pubDate>
			<description><![CDATA[I'm able to get my broadband connection tirelessly in my Ubuntu or Fedora livecd , but Knoppix isnt recognising it , is there any settings to be...]]></description>
			<content:encoded><![CDATA[<div>I'm able to get my broadband connection tirelessly in my Ubuntu or Fedora livecd , but Knoppix isnt recognising it , is there any settings to be edited . I'm not able to install Knoppix in my drive , so I tried to get through live mode , so connection cant get set.:confused:</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/knoppix-help-forum/">Knoppix Help Forum</category>
			<dc:creator>Linux_Boy</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/knoppix-help-forum/155439-knoppix-internet-connection.html</guid>
		</item>
		<item>
			<title>Open tarball</title>
			<link>http://www.linuxforums.org/forum/knoppix-help-forum/154799-open-tarball.html</link>
			<pubDate>Sun, 25 Oct 2009 12:12:18 GMT</pubDate>
			<description>I downloaded this file: ddrescue-1.11.tar.lz  
  
I found I was unable to open it, I tried tar with various parameters.  
  
I also tried this:  
  
...</description>
			<content:encoded><![CDATA[<div>I downloaded this file: ddrescue-1.11.tar.lz <br />
 <br />
I found I was unable to open it, I tried tar with various parameters. <br />
 <br />
I also tried this: <br />
 <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">lzcat ddrescue-1.11.tar.lz | tar x</code><hr />
</div> <br />
I got the reply: <br />
bash: lzcat: command not found <br />
 <br />
Has anyone got a suggestion? <br />
If you could point me to help on opening all kinds of tarball, I would be grateful.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/knoppix-help-forum/">Knoppix Help Forum</category>
			<dc:creator>HelpPleas</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/knoppix-help-forum/154799-open-tarball.html</guid>
		</item>
		<item>
			<title>Identifying drives</title>
			<link>http://www.linuxforums.org/forum/knoppix-help-forum/154703-identifying-drives.html</link>
			<pubDate>Fri, 23 Oct 2009 00:23:52 GMT</pubDate>
			<description>I want to use the dd command from a Knoppix 5.1.1 CD to clone one SATA HDD to another, larger SATA HDD. 
The drives are detected as sda and sdb. 
How...</description>
			<content:encoded><![CDATA[<div>I want to use the dd command from a Knoppix 5.1.1 CD to clone one SATA HDD to another, larger SATA HDD.<br />
The drives are detected as sda and sdb.<br />
How can I be sure which is which? I don't want to clone in the wrong direction and lose all data.<br />
The HDD I want to clone is damaged and no partitions can be found. The target HDD contains no partitions.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/knoppix-help-forum/">Knoppix Help Forum</category>
			<dc:creator>HelpPleas</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/knoppix-help-forum/154703-identifying-drives.html</guid>
		</item>
	</channel>
</rss>
