Results 1 to 10 of 10

Thread: Using Knoppix to transfer files to USB Drive

  1. #1
    Junior Member
    Join Date
    Nov 2008
    Posts
    5

    Using Knoppix to transfer files to USB Drive

    I booted Knoppix and i want to transfer my files to USB Drive, is it possible if so where do i Start and how do i do it...

  2. #2
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Maybe. Depends.

    What is the USB drive? Is it a simple flash device, with some form of fat format? If so you very likely can do it. If it's a external hard drive and formatted with NTFS then the answer is pretty much no. You may find some people here that will tell you that you can write to that NTFS drive, but I would suggest that you have very good backups of everything on the drive before you try anything they suggest.

    If it's a device with a FAT partition, plug it in before booting Knoppix and look for a desktop icon fot the partition (you can also read the man page for the mount command). See answer #6 for details. Also be sure to shut down Knoppix or unmount the drive before unplugging it from the USB connection.
    ---
    Verifying of md5 checksum and burning a CD at slow speed are important.

  3. #3
    Junior Member
    Join Date
    Nov 2008
    Posts
    5
    I got fat partiotion usb drive (stick) i plug it in when my pc is turned off, i turn on my pc, boot knoppic on cd, and i dont see anyhting on my desktop execpt now the light on my usb stick is on...

  4. #4
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Normally Knoppix will find it and create a desktop icon for any partition that it can access. I don't have enough infornation to know why it's not doing so in your case. It should likely show up as sda1, if there are no internal SATA or SCSI drives. You might want to try the mount command and see if you can get Knoppix to mount it that way, although if Knoppix didn't mount it automatically I expect that there is some reason that you'll have to discover. Is this a plain and simple usb flash drive, or does it have some curse "security" features involved with it that might cause it to be a Windows-only device? Tell us lots more about your drive and your system if you want us to be able to offer more help, Is this the only computer that you have? Have you tried this with Knoppix on other computers with the same result? Do you see icons on the desktop for hard drive partitions?
    ---
    Verifying of md5 checksum and burning a CD at slow speed are important.

  5. #5
    Junior Member
    Join Date
    Nov 2008
    Posts
    5
    Umm, sda1 and sda2 are already taken, these are my hard disks, I got laptop... How do i manually mount it, pls tell me how to do it. Anyways if i only got 1 cd rom is there a way i can burn it using same cd rom even tho i use my cd rom to boot knoppix.

  6. #6
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by dariogi
    Umm, sda1 and sda2 are already taken, these are my hard disks, I got laptop........
    Generally you would only have sda1, but some laptops do waste file space with a rcovery partition. That should be on an extended partition and so should be sda5 but I've seem some strange things done with recovery partitions. In any case, this isn't your problem, Knoppix would just move the drive to sdb1 or sdc1 (if sdb1 is needed for the optical drive).

    Quote Originally Posted by dariogi
    ...How do i manually mount it, pls tell me how to do it. ...
    Read the man page on mount (open a shell and type man mount . You may have to experiment with sdb1 or sdc1 as the partition to mount. I would first try to mount read only before trying to make it read-write.

    Quote Originally Posted by dariogi
    .... Anyways if i only got 1 cd rom is there a way i can burn it using same cd rom even tho i use my cd rom to boot knoppix.
    First of all, if you have a CD instead of a DVD, what version of Knoppix are you running? The current version, 5.3.1 is only available officially on DVD. There is a 5.1.1. CD that should work fine for you. But if you have a very old version of Knoppix (such as 3.1) that might explain the problem opening the flash drive.

    Beyond that, if you have a CD and have at least 1 gig of RAM then you could use the toram cheat code, which would free up the optical drive for writing. With less memory it's a lot harder to do this with Knoppix, and the Knoppix CD is too full for another session. I would suggest using a different live CD such as Puppy Linux which is a lot smaller. This gives you two different options: One would be to write the data to a second session on the same CD (yea, this works, I've done it), and the other is to use Pupply linux with the toram option, load all of puppy in a lot less ram and then swap in a blank writable disc.

    You're still not putting any effort into identifying your hardware, so that's about all that I can tell you.

  7. #7
    Junior Member
    Join Date
    Nov 2008
    Posts
    5
    anyways i dont want to do it with cd. Then i boot with my pc it finds 5 drives including my USB drive... on laptop i tried all 3 ports and it wont recognize, so what's the problem? btw i dont know what version i got but it ~ 2006 release.

  8. #8
    Junior Member
    Join Date
    Nov 2008
    Posts
    5
    manually mountin is too hard for me. do you know what exactly i have to put in there cuz its really confusing... somethin like mount .... and idk what the rest stands for

  9. #9
    Senior Member registered user
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    204
    Quote Originally Posted by dariogi
    manually mountin is too hard for me. do you know what exactly i have to put in there cuz its really confusing... somethin like mount .... and idk what the rest stands for
    You should be able to do it from the GUI desktop. By the way what version of knoppix you are using?

    Rgds,
    Chip

  10. #10
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    uhm, manually mounting the disk? should not be needed, but if you want to try... type
    Code:
    sudo su&&mkdir /mnt/device&&mount -t filesystem /dev/device /mnt/device&&exit
    where filesystem is replaced with either vfat, ntfs, or whatever you have on that disk (USB pendrive is most likely vfat) if you had linux on that disk beofre possibly, reiserfs, ext2, ext3, JFS and many more.

    device is replaced with the device "name" it gets when plugged in, leave it unplugged and when knoppix is fully booted open a console and type
    Code:
    dmesg
    now note what the last 10-15 lines read, plug in the disk wait a few min open a new console next to the one you just opened and type dmesg, there should now be lines there not present in the first window. you should see something like this.
    scsi 5:0:0:0: Direct-Access SigmaTel MSCN 0100 PQ: 0 ANSI: 4
    sd 5:0:0:0: [sdb] 487936 2048-byte hardware sectors (999 MB)
    sd 5:0:0:0: [sdb] Write Protect is off
    sd 5:0:0:0: [sdb] Mode Sense: 3e 00 00 00
    sd 5:0:0:0: [sdb] Assuming drive cache: write through
    sd 5:0:0:0: [sdb] 487936 2048-byte hardware sectors (999 MB)
    sd 5:0:0:0: [sdb] Write Protect is off
    sd 5:0:0:0: [sdb] Mode Sense: 3e 00 00 00
    sd 5:0:0:0: [sdb] Assuming drive cache: write through
    sdb: sdb1
    sd 5:0:0:0: [sdb] Attached SCSI removable disk
    sd 5:0:0:0: Attached scsi generic sg1 type 0
    usb-storage: device scan complete
    in this case sdb1 is what I would type as disk name.

    keep asking.

Similar Threads

  1. Knoppix 3.9 File Transfer to Flash Drive - Stalling
    By tomsmithbloke in forum General Support
    Replies: 3
    Last Post: 03-13-2008, 10:53 AM
  2. Replies: 4
    Last Post: 09-23-2006, 04:50 PM
  3. Transfer of files
    By usaramblinman69 in forum Hardware & Booting
    Replies: 1
    Last Post: 03-15-2005, 12:56 PM
  4. Replies: 3
    Last Post: 10-18-2004, 05:32 PM
  5. How to transfer files using FTP?
    By furryfren in forum General Support
    Replies: 3
    Last Post: 07-23-2004, 12:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell PowerEdge R620 2x Xeon E5-2630 v2 3.1GHz 2.5

Dell PowerEdge R620 2x Xeon E5-2630 v2 3.1GHz 2.5" 4-BAY 32GB RAM No OS 2x 495w

$174.95



Dell EMC PowerEdge R440 Xeon silver 4215 2.5GHz 16 GB ram  2x 550W PSU No HDD picture

Dell EMC PowerEdge R440 Xeon silver 4215 2.5GHz 16 GB ram 2x 550W PSU No HDD

$275.00



Supermicro 1027GR-TSF 1U Rackmount Server 2x Xeon 2.3GHz 128GB DDR3 picture

Supermicro 1027GR-TSF 1U Rackmount Server 2x Xeon 2.3GHz 128GB DDR3

$219.99



Microsoft Windows Server 2022 Standard 64-bit License & DVD 16 Core US Shipping picture

Microsoft Windows Server 2022 Standard 64-bit License & DVD 16 Core US Shipping

$34.99



Dell Poweredge R720 8SFF 2.5

Dell Poweredge R720 8SFF 2.5" x Xeon E5-2680 v2 2.8GHz 20-Cores 128gb 4x Trays

$349.99



Dell Poweredge R720 8SFF 2.5

Dell Poweredge R720 8SFF 2.5" 2x Xeon E5-2680 v2 2.8GHz 20-Cores 64gb 4x Trays

$259.99



Dell Poweredge R630 2x Xeon E5-2680 v4 2.4ghz 28-Core | 32GB | HBA330 | 2x 1100w picture

Dell Poweredge R630 2x Xeon E5-2680 v4 2.4ghz 28-Core | 32GB | HBA330 | 2x 1100w

$359.99



Dell PowerEdge C4130 1U AI GPU Server | 2x E5-2680 v3 | 32gb Ram | 2x 1600W picture

Dell PowerEdge C4130 1U AI GPU Server | 2x E5-2680 v3 | 32gb Ram | 2x 1600W

$409.99



WINDOWS SERVER 2025 [REMOTE DESKTOP SERVICES] 50 USER  RDS CAL SEALED picture

WINDOWS SERVER 2025 [REMOTE DESKTOP SERVICES] 50 USER RDS CAL SEALED

$119.18



Windows Server 2025 Standard/Datacenter 64Bit 16/24 Core-Unlimited CALs With Key picture

Windows Server 2025 Standard/Datacenter 64Bit 16/24 Core-Unlimited CALs With Key

$218.95