Error Displaying Folder

Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default Error Displaying Folder

    New install of ubuntu v5.10 puts a hda1 icon on the desk-top.

    Error message is displayed while opening.

    Error window:Error displaying folder/the folder contents could not be
    displayed/You do not have the permissions necessary to view the contents
    of "hda1".

    How do I get this folder to open and look around inside the folder ?

    The MotorCityMadMan
    MotorCityMadMan Guest

  2. Similar Questions and Discussions

    1. Displaying Custom Error Pages
      I've got my '404 page not found' error page working by using IIS server to redirect users. Now I need to supply an error page when users enter...
    2. Displaying images from a folder
      I'm trying to display all the images in a particular folder. I'm using this cfdirectory: <cfset thisPath = "\\daytona\cflr\images\vehicle\" &...
    3. error displaying ASP See error in Post
      I am receiving the following error when I try to display any .asp file, I get a 500 error and the following error is written to my web logs. I am...
    4. error displaying images in image gallery
      Hello! I was given a PHP script to try and followed the instructions exactly. The script seems to work fine in that it reads the images in the...
    5. How to avoid null displaying as error? (ASP VB)
      When user input from form variables results in null dynamic tables (repeating regions), I get the following error message: "ADODB.Field...
  3. #2

    Default Re: Error Displaying Folder

    MotorCityMadMan a écrit :
    > New install of ubuntu v5.10 puts a hda1 icon on the desk-top.
    >
    > Error message is displayed while opening.
    >
    > Error window:Error displaying folder/the folder contents could not be
    > displayed/You do not have the permissions necessary to view the contents
    > of "hda1".
    >
    > How do I get this folder to open and look around inside the folder ?
    >
    > The MotorCityMadMan
    Hello,

    It seemms that your dev/hda1 is your 'Windows' partition.

    Open a terminal, type 'sudo makedir /mnt/windows'
    type 'sudo gedit /etc/fstab'
    Find the line with '/dev/hda1' and replace with '/mnt/windows'
    At the end of the same line, put 'umask=0', save and reboot.
    Your line must like mine:

    /dev/hda1 /mnt/windows ntfs defaults,umask=0 0 0

    Beware od the partiotn's type: ntfs for me as this is a WinXP partition.

    Hope it helps and sorry for my poor english.

    Regards

    Pascal
    pascal hardyn Guest

  4. #3

    Default Re: Error Displaying Folder

    pascal hardyn wrote:
    > MotorCityMadMan a écrit :
    >> New install of ubuntu v5.10 puts a hda1 icon on the desk-top.
    >>
    >> Error message is displayed while opening.
    >>
    >> Error window:Error displaying folder/the folder contents could not be
    >> displayed/You do not have the permissions necessary to view the
    >> contents of "hda1".
    >>
    >> How do I get this folder to open and look around inside the folder ?
    >>
    >> The MotorCityMadMan
    > Hello,
    >
    > It seemms that your dev/hda1 is your 'Windows' partition.
    >
    > Open a terminal, type 'sudo makedir /mnt/windows'
    > type 'sudo gedit /etc/fstab'
    > Find the line with '/dev/hda1' and replace with '/mnt/windows'
    > At the end of the same line, put 'umask=0', save and reboot.
    > Your line must like mine:
    >
    > /dev/hda1 /mnt/windows ntfs defaults,umask=0 0 0
    >
    > Beware od the partiotn's type: ntfs for me as this is a WinXP partition.
    >
    > Hope it helps and sorry for my poor english.
    >
    > Regards
    >
    > Pascal
    Thank you very much for your help: It all worked out fine
    MotorCityMadMan Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139