Results 1 to 4 of 4
I used following commands to look the working of reiserfs, but i get follwowing errors
though reiserfs is registered with vfs
# cd mnt
# mkdir tmp
# mount -t ...
- 02-15-2008 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 11
problem while mounting Filesystem
I used following commands to look the working of reiserfs, but i get follwowing errors
though reiserfs is registered with vfs
# cd mnt
# mkdir tmp
# mount -t reiserfs none /mnt/tmp
mount:special device none does not exist
what shud i do
- 02-15-2008 #2
you have to specify the device you are trying to mount
- 02-15-2008 #3
You are missing the device node part in your command e.g.
Code:mount -t reiserfs /dev/sda1 /mnt/tmp
- 02-15-2008 #4Just Joined!
- Join Date
- Aug 2007
- Posts
- 11
But for other than the suse
none works...
and u can not use already specified devices as they are already have typical filesystem structure


Reply With Quote