Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Aug 2007
    Posts
    11

    Exclamation 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

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    you have to specify the device you are trying to mount

  3. #3
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    You are missing the device node part in your command e.g.
    Code:
    mount -t reiserfs /dev/sda1 /mnt/tmp

  4. #4
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...