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 Bye On Wed, Sep 30, 2009 at 12:02 AM, AMAMH <ama...@gmail.com> wrote: > is there any way to mount ext4 and reiserfs partitions? > > _______________________________________________ > 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 > -- Best Regards jitendra kumar _______________________________________________ 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