LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-28-2019, 07:48 AM   #1
kohshan99
Member
 
Registered: Sep 2012
Posts: 71

Rep: Reputation: Disabled
The requested URL Not FOund


i'm using ubuntu 14.04. i cant access hard drive. i mean i've store some movies on /dev/sdb1/ and /dev/sdc1/ but when ever i want to access or paste url, getting error requested url Not found.

Code:
root@MaxTel:~# df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            2.0G  4.0K  2.0G   1% /dev
tmpfs           395M  1.4M  394M   1% /run
/dev/sda1       114G  4.5G  104G   5% /
none            4.0K     0  4.0K   0% /sys/fs/cgroup
none            5.0M     0  5.0M   0% /run/lock
none            2.0G  6.1M  2.0G   1% /run/shm
none            100M   76K  100M   1% /run/user
/dev/sdb1       1.9T  1.5T  397G  79% /mnt/movies
/dev/sdc1       1.8T   11G  1.7T   1% /media/maxtel/VOD
Attached Thumbnails
Click image for larger version

Name:	Capture.PNG
Views:	23
Size:	19.1 KB
ID:	31225  
 
Old 08-28-2019, 07:58 AM   #2
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
what happons if you only go as far as vod ?
 
Old 08-28-2019, 09:25 AM   #3
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by kohshan99 View Post
i'm using ubuntu 14.04. i cant access hard drive.
That's not true. You can't access the URL from your browser. This can mean that the file doesn't exist on the disk, or that the web server is not correctly set up.

Try finding the file on the disk. If it's not there, you have the explanation for your problem. If it is there, check your web server's configuration or file and directory permissions. Of course, the disk could be damaged as well.

Last edited by berndbausch; 08-28-2019 at 09:26 AM.
 
Old 08-28-2019, 09:42 AM   #4
kohshan99
Member
 
Registered: Sep 2012
Posts: 71

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Firerat View Post
what happons if you only go as far as vod ?
same thing. Not found
 
Old 08-28-2019, 09:48 AM   #5
kohshan99
Member
 
Registered: Sep 2012
Posts: 71

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by berndbausch View Post
That's not true. You can't access the URL from your browser. This can mean that the file doesn't exist on the disk, or that the web server is not correctly set up.

Try finding the file on the disk. If it's not there, you have the explanation for your problem. If it is there, check your web server's configuration or file and directory permissions. Of course, the disk could be damaged as well.
yes mate you're right. i cant access from browser but i can access, read and write everything using terminal. my issue is with not accessible content which i've store in my both hard drives.
maybe some issue with web servers configuration. can you tell me how to make folder reachable using server ip?
 
Old 08-28-2019, 10:11 AM   #6
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
try

Code:
file:///media/maxtel/VOD/
no need for a web server ( unless you are not on the local machine )
 
Old 08-28-2019, 10:16 AM   #7
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
if you want to share media with other devices
look into media servers
basic dlna , or more involved ones like plex

smartTvs can usually see content served in this way
( along with everyone on your lan )

web search "ubuntu 14.04 dlna"
https://askubuntu.com/questions/8175...n-ubuntu-14-04

Last edited by Firerat; 08-28-2019 at 10:20 AM.
 
Old 08-28-2019, 10:17 AM   #8
kohshan99
Member
 
Registered: Sep 2012
Posts: 71

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Firerat View Post
try

Code:
file:///media/maxtel/VOD/
no need for a web server ( unless you are not on the local machine )
this link is working.
but i want to play videos on my local network.
 
Old 08-28-2019, 10:29 AM   #9
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
Quote:
Originally Posted by kohshan99 View Post
this link is working.
but i want to play videos on my local network.
see my easlier post

another option is samba or nfs.
you can password that

but smartTVs probably wont be able to use those shares

are you plaing these files in firefox?

vlc player might be a better option, it should see dlna and be able to mount samba or nfs

I don't use vlc myself, so I'm not up-to-date with it
 
Old 08-28-2019, 10:41 AM   #10
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by kohshan99 View Post
can you tell me how to make folder reachable using server ip?
For that, read the Apache documentation or a tutorial. You need to define where the files are that Apache serves.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Not Found The requested URL /nagios/cgi-bin/tac.cgi was not found on this server. amanamu Linux - Server 5 02-07-2013 03:45 AM
404 Not Found The requested URL '/zm' was not found on this server. mickeyboa Ubuntu 8 07-26-2012 11:02 AM
on url "http://localhost/" error ""The requested URL could not be retrieved " renuaseri Linux - Newbie 1 04-07-2009 12:23 AM
The requested URL /server-inifo not found on this server narsimha.v Linux - Software 1 01-18-2008 01:57 AM
ERROR The requested URL could not be retrieved While trying to retrieve the URL: /re Niceman2005 Linux - General 1 06-29-2005 09:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration