jitendra yadav wrote:
> Hi,
> you can try the below mentioned steps:
> 
> 
> 
> step 1: find out the partition name with the following command
>            fdisk -l
> 
> step2: consider you want to mount partion /dev/sda4 inside a mount point
> /data . If you know the kind of file system with which that partition is
> formatted you
>           try mounting the partition immediately else find out the kind of
> filesystem with command blkid
> 
> step 3: mkdir /data
> 
> step 4: consider the filesystem for /dev/sda4 is reiserfs then mount it
> using below command
> 
>           mount -t reiserfs /dev/sda4 /data

ext4 and reiserfs filesystems are not supported in the Moblin kernels

Auke

_______________________________________________
Moblin dev Mailing List
dev@moblin.org

To manage or unsubscribe from this mailing list visit:
http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org 
once logged in.

For more information on the Moblin Developer Mailing lists visit:
http://moblin.org/community/mailing-lists

Reply via email to