Hi Sudheer,
sudheer wrote:
After doing some i/o transaction, i got the following output in
/proc/partitions. thanks william.
major minor #blocks name rio rmerge rsect ruse wio wmerge wsect wuse running use aveq
254 0 31360 xsysacea 1 18 40 30 0 0 0 0 1 173520 173520
8 0 160836480 sda 3679 9027 96658 20250 4577 3267 62880 13440 0 18020 33690
8 1 48194968 sda1 3532 8332 94890 19860 4577 3267 62880 13440 0 17650 33300
It looks fine now.
Am able to do fdisk and it shows the partition.
root@local xilinx_sysace]# fdisk /dev/xsysace
Command (m for help): p
Disk /dev/xsysace: 32 MB, 32112640 bytes
4 heads, 32 sectors/track, 490 cylinders
Units = cylinders of 128 * 512 = 65536 bytes
Device Boot Start End Blocks Id System
/dev/xsysace1 * 1 489 31280 4 FAT16 <32M
Command (m for help):q
root@local xilinx_sysace]#
As of now i am not able to mount the flash.
The flash is formatted to FAT16 in windows with only one partition.
Can i mount it in linux.?
Sure you can mount it,
mount -t msdos /dev/xsysace1 /mnt/fat16
You also need to enable the option to mount fat16 partitions in your
kernel configuration under "File Sytems" if it has not already been enabled.
William
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/