Installation / Removal > Sandisk - Installation/Removal

Sansapatcher doesn't recognize e250

<< < (3/4) > >>

coarse.sand:
Results after the following commands:

umount /dev/sda1
mkfs.vfat -F 32 /dev/sda1

Disconnect for Sansa system restart.

fdisk -l result:

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1        1011     1942270+   6  FAT16
Partition 1 has different physical/logical beginnings (non-Linux?):
     phys=(0, 8, 12) logical=(0, 8, 20)
Partition 1 has different physical/logical endings:
     phys=(241, 212, 35) logical=(1010, 42, 12)
Partition 1 does not end on cylinder boundary.
/dev/sda2            1011        1022       20480   84  OS/2 hidden C: drive
Partition 2 has different physical/logical beginnings (non-Linux?):
     phys=(241, 212, 36) logical=(1010, 42, 13)
Partition 2 has different physical/logical endings:
     phys=(244, 97, 45) logical=(1021, 20, 52)
Partition 2 does not end on cylinder boundary.


This thing really doesn't want to play nice, and sansapatcher still isn't detecting it.

cpchan:

--- Quote from: coarse.sand on May 19, 2007, 03:11:48 AM ---Results after the following commands:

/dev/sda1               1        1011     1942270+   6  FAT16

--- End quote ---

OK you need to run fdisk to change the partition type to "b" (FAT32) before running mkfs.vfat.

The commands are:

fdisk /dev/sda
t                            (change partition type)
1                           (Select partition 1)
b                           (Set to Fat32)
p                           (this step is just to be safe. It prints out the partition table for you to see)
w                           (Write the table)

Now run the mkfs.vfat command as before.

Charles

coarse.sand:
Okay, here we go. It lives!  ;)

Everything seems to be more or less fine now, Rockbox has installed nicely.

dwarf0921:
I am having the same problem as coarse.sand but i don't know how to unmount my Sansa. Can someone post step by step instructions on how to this.

alinasept:

--- Quote from: cpchan on May 18, 2007, 01:59:58 AM ---
--- Quote from: coarse.sand on May 18, 2007, 01:03:02 AM ---I had the same problem as those above where the Sansa wasn't being detected by the ./sansapatcher command, and it also happened to be in standard FAT. I've switched the filing system to FAT32 now and it hasn't resolved anything. When inputed as "sudo ./sansapatcher", this is what appeared:
--- End quote ---

coarse.sand, I see what you are trying to do now. The problem is that your system is set to auto-mount. You must unmount /dev/sda1 first and then run sansapatcher. If you still have problems, post the output of the command:

lsusb

Charles


--- End quote ---


how do you unmount? when i type that into command prompt it says its not recognized

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version