Showing posts with label ext3. Show all posts
Showing posts with label ext3. Show all posts

29 October, 2009

mount: you must specify the filesystem type

Having problems mounting hd.
(mount: you must specify the filesystem type)

If you have problems with mounting, then try this
Creating the partition is not enough to use it, you need to put a filesystem on it.

Code:
mkfs.ext3 /dev/hdb1
Then you can mount it using
Code:
mount -t ext3 /dev/hdb1 /mnt/hdb1

22 June, 2008

Accessing ext2 and ext3 filesystems under all versions of Windows

Accessing ext2 and ext3 filesystems under all versions of Windows and read almost any ext2 and ext3 filesystem.



You can download free software Explorer2fs beta.