Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: To mount USB memory stick (MAC format) on KNOPPIX

  1. #1
    Junior Member
    Join Date
    Nov 2004
    Location
    Melbourne, Australia
    Posts
    6

    To mount USB memory stick (MAC format) on KNOPPIX

    Hi, all,

    I want to ask a question on how to mount USB memory stick (in MAC format) on KNOPPIX. There is an old page about it, but the solution is just formate USB memory to VFAT or NTFS. The link is at:
    http://www.knoppix.net/forum/viewtopic.php?t=3575

    Well, as we know, it is just to type this command line to mount USB stick
    mount /dev/sda /mnt/sda
    or add this line in /etc/fstab and mount /sda
    /dev/sda /sda auto noauto,user 0 0

    This should work if the file type of the stick is vfat or ntfs. The problem is that there are MAC users. They don't want to format anything to MS-compatible formate.

    Could anyone tell me how to solve this problem?

    /Leone

  2. #2
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    the fileformats of mac should be suported, perhaps not the one used for OSX, but i think so.
    using
    Code:
    mount -t auto /dev/sdXY /mnt/sdXY should work.
    or perhaps
    Code:
    mount -t auto /dev/sdX /mnt/sdX should work.
    atleast if you modprobe for the module to read the filesystem in question, your chanses are atleast good to great to get it working.
    Code:
    modprobe hfs
    or
    Code:
    modprobe hfsplus
    you could try a few others i guess.

  3. #3
    Junior Member
    Join Date
    Nov 2004
    Location
    Melbourne, Australia
    Posts
    6
    Code:
    mount -t auto /dev/sda /mnt/sda
    works.

    In fact, the system showed me a small trick. Before I upgraded it, the device for the USB stick was /dev/sda; for some unknown reason (maybe I pluged in my friend's on the other USB port), dmesg says:

    Code:
    scsi1 : SCSI emulation for USB Mass Storage devices
      Vendor: USB 2.0   Model: Mobile Disk       Rev:
      Type:   Direct-Access                      ANSI SCSI revision: 02
    Attached scsi removable disk sda at scsi1, channel 0, id 0, lun 0
    SCSI device sda: 253952 512-byte hdwr sectors (130 MB)
    sda: Write Protect is off
     sda: sda1
    WARNING: USB Mass Storage data integrity not assured
    Now I just mount it on /dev/sda1. Still, it is bit weird why it went to sda1. ...

  4. #4
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Quote Originally Posted by leone25s
    Now I just mount it on /dev/sda1. Still, it is bit weird why it went to sda1.
    sda is the whole disk, sda1 is the formatted partition. Same as hda is the first hd and hda1 the first partition on it.

  5. #5
    Junior Member
    Join Date
    Nov 2004
    Location
    Melbourne, Australia
    Posts
    6
    Quote Originally Posted by Markus
    sda is the whole disk, sda1 is the formatted partition. Same as hda is the first hd and hda1 the first partition on it.
    Thanks. Now I understand.

  6. #6
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    told you it would work

  7. #7
    Senior Member registered user
    Join Date
    Oct 2004
    Posts
    260
    I have been following this thread and hope one of you can help.

    I have hfs & hfsplus on my knoppix 3.4 I can modprobe and then lsmod and see that they are installed. I am trying to mount cd's that are formated for hfs & hfsplus and whatever I do to fstab I still get

    Could not mount device.
    The reported error was:
    mount: wrong fs type, bad option, bad superblock on /dev/scd0,
    or too many mounted file systems

    My dvd drive works fine with iso9660. I have tried every thing I could think of in editing fstab but I still get the above error message.

  8. #8
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    not many CD's are hfs, try iso9660, if that doesn't work i have no idea. will ask my local MAC guru, he uses bsd and Linux aswell so...

  9. #9
    Senior Member registered user
    Join Date
    Oct 2004
    Posts
    260
    Mac CD's are hfs & hfs+ I have found out. And I can get hfsutils to see the disc but I can't actually view it or do anything with it
    I've been using the "hmount" command and the commandline does indicate that the disk is recognized:
    john@ixan:~$ hmount /dev/scd0
    /dev/scd0: contains 1 HFS partition
    Volume name is "iPhoto Library" (locked)
    Volume was created on Wed Dec 31 19:56:08 1969
    Volume was last modified on Wed Dec 31 19:56:08 1969
    Volume has 0 bytes free
    john@ixan:~$ hls /dev/scd0
    hls: "/dev/scd0": no such file or directory
    john@ixan:~$ hpwd /dev/scd0
    Usage: hpwd
    john@ixan:~$ hpwd
    iPhoto Library:
    john@ixan:~$ cd iPhoto Library
    bash: cd: iPhoto: No such file or directory
    john@ixan:~$ hpwd
    iPhoto Library:
    I need to look at the manual some more....

  10. #10
    Senior Member registered user
    Join Date
    Oct 2004
    Posts
    260
    I guess I could create a new topic but I don't want to be accused of spamming the list.

    I have had some slight progress-I think..

    This is my fstab entry for the dvd/cdrom device:
    # Added by JY 11-23-04
    /dev/scd0 /mnt/hfs defaults,ro,noauto,users,noexec 0 0

    and this is the terminal output:
    root@ixan:~# hmount /dev/scd0
    /dev/scd0: contains 1 HFS partition
    Volume name is "iPhoto Library" (locked)
    Volume was created on Wed Dec 31 19:56:08 1969
    Volume was last modified on Wed Dec 31 19:56:08 1969
    Volume has 0 bytes free

    But when I click on the desktop icon to view the files I now get this:
    Could not mount device.
    The reported error was:
    mount: only root can mount /dev/scd0 on /mnt/hfs

    I also don't know what those dates "1969" are about since the files were created this year. Maybe that's nothing though. I'll keep working on it.

Page 1 of 2 12 LastLast

Similar Threads

  1. Flash Memory Stick a failure in Knoppix 4.02
    By dennyk858 in forum Tips and Tricks
    Replies: 1
    Last Post: 03-29-2006, 04:08 AM
  2. Flash memory usb stick and Knoppix 4.02
    By dennyk858 in forum General Support
    Replies: 4
    Last Post: 03-25-2006, 04:58 AM
  3. How to mount usb memory stick with write access for users
    By embata_n1 in forum Tips and Tricks
    Replies: 2
    Last Post: 11-14-2005, 05:23 PM
  4. Is there a HOWTO using CD with memory stick ?
    By Prayer in forum General Support
    Replies: 1
    Last Post: 09-14-2005, 11:06 PM
  5. Run Knoppix from a 256 MB memory stick ?
    By i2hhj in forum Laptops
    Replies: 7
    Last Post: 01-31-2005, 07:57 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 EMC NX3230 Server picture

Dell EMC NX3230 Server

$599.99



Dell PowerEdge R610 picture

Dell PowerEdge R610

$80.00



EXAGRID EX32000E Server Intel Xeon E5620 @ 2.40GHz 16GB RAM 16x 2TB HDD picture

EXAGRID EX32000E Server Intel Xeon E5620 @ 2.40GHz 16GB RAM 16x 2TB HDD

$679.00



Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU picture

Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU

$39.99



Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1 picture

Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1

$39.99



Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7 picture

Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7

$17.99



Intel Xeon E5-2699v4 SR2JS 2.2GHz 22-Core 55MB 145W Server Processor CPU picture

Intel Xeon E5-2699v4 SR2JS 2.2GHz 22-Core 55MB 145W Server Processor CPU

$144.95



Dell Precision T5600/t5610 Xeon E5-2670 2.6Ghz 16GB DDR3 RAM NO HDD Nvidia picture

Dell Precision T5600/t5610 Xeon E5-2670 2.6Ghz 16GB DDR3 RAM NO HDD Nvidia

$90.00



Rare WaterCooled HP Z800 Workstation Dual Xeon X5680 16GB RAM 120GB SSD Nvidia picture

Rare WaterCooled HP Z800 Workstation Dual Xeon X5680 16GB RAM 120GB SSD Nvidia

$279.56