Ask a Question related to Ubuntu, Design and Development.
-
MotorCityMadMan #1
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
-
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... -
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\" &... -
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... -
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... -
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... -
pascal hardyn #2
Re: Error Displaying Folder
MotorCityMadMan a écrit :
Hello,> 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
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
-
MotorCityMadMan #3
Re: Error Displaying Folder
pascal hardyn wrote:
Thank you very much for your help: It all worked out fine> MotorCityMadMan a écrit :> Hello,>> 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
>
> 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
MotorCityMadMan Guest



Reply With Quote

