[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-knoppix] Accessing memory stick




What did you put in fstab? You have 4 partitions on your memory-stick:
sda1 sda2 sda3 sda4
Try "fdisk -l /dev/hda" as root, to find the right one.

Actually it has not 4 partitions. The first sectors are interpreted like a partition table but in fact they are not.

Just try to mount it like this

mount /dev/sda /mnt/mem -ouser,rw,umask=000,noatime


If you don't like it having a weird "partition table" just format it this way:

fdisk /dev/sda

then type "o", that will create an empty DOS partition table. Then create a DOS partition. That's exactly what some windows utilities do.

Vic

_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: