Ubuntu :: Create A Shortcut To "/storage" In "/var/www/web" - No Such File Or Directory?

Feb 20, 2010

Okay I have mounted "sdb" to "/storage" I would like to create a shortcut to "/storage" in "/var/www/web" I know i cant use "ln -d" because of hard linking across devices. but "ln -s" say "no such file or directory".

P.S. - I'm using all command line and no GUI.

View 8 Replies


ADVERTISEMENT

Ubuntu :: Create Shortcut To Media Folder In Home Directory?

Dec 14, 2010

I currently have an ASUS eebox which is running XBMC Live which includes a stripped down version of Ubuntu. The computer will be used by various people within a teaching environment and I have successfully installed launchers for Openoffice which can be opened within XBMC.

I am trying to the make the experience for the end user as simple as possible as the vast majority will have never used Linux before. I want to get to a point where they can open Openoffice, plug in their USB stick and navigate quickly to their files. At the moment when the program is launched and I try and navigate for a file it automatically starts in the Home Folder of xbmc. So I have navigate up a couple of times, then find the /media directory where the USB stick has been mounted and so on. What I was hoping to do is create a shortcut within the Home Directory which takes you straight to the Media folder where usb is mounted.

I have already attempted and created a folder within the Home directory and called it usbpen.

I have then added the following line into fstab /media /home/xbmc/usbpen none bind 0 0

Now when I reboot the machine and navigate to the home/xbmc/usbpen folder I can see the Drive name of the USB device mounted in /media but I cannot navigate through any of the files, I am greeted with a read error message. So the shortcut is only allowing me to see the device name only.

be aware that due to running XBMC Live I do not have a Windows manager installed and therefore everything must be done through the terminal.

View 4 Replies View Related

Ubuntu :: Dragging Firefox Url Icon Fails To Create Desktop/shortcut File

Aug 16, 2011

I'm trying to create a web shortcut (desktop file) by dragging the icon from the Firefox address bar to a Thunar folder or desktop. This worked with older versions of Thunar and Firefox, but now that I'm running Xubuntu Natty (Firefox 5 and Thunar 1.2.1) it fails. Depending on the web site I try, it either creates a file containing the page's html instead of creating a .desktop shortcut file, or fails to create any file at all.

View 2 Replies View Related

Software :: Error - Mkdir: Cannot Create Directory `/dev/cgroup/cpu/user/5900': No Such File Or Directory

Jun 21, 2011

I get the following error whenever I launch bash:

Code:
mkdir: cannot create directory `/dev/cgroup/cpu/user/5900': No such file or directory
bash: /dev/cgroup/cpu/user/5900/tasks: No such file or directory
bash: /dev/cgroup/cpu/user/5900/notify_on_release: No such file or directory
It seems like it's probably from this part of .bashrc:

[Code]...

What does this code do, why, and what's causing it to go wrong?

View 7 Replies View Related

Ubuntu :: Is There Any Program / Script That Can Create Torrent File For Each File In Directory?

Apr 14, 2010

Is there any program/script that can create a torrent file for each file in a directory? I have been looking all over but can't seem to find anything of the sort. I have 700+ files I REALLY don't want to make my self.

View 1 Replies View Related

Ubuntu / Apple :: Failed To Create File '/root/.local/share/recently-used.xbel.AC7YXV': No Such File Or Directory

Jun 22, 2011

I have iMac 2.4GHz with rEFIT installed. I installed Unity on one of the partition. Kernel is still 2.6.38.8. I am getting error message when I run the command
sudo gedit /etc/x11/xorg.conf

The error message is

(gedit:2139): Gtk-WARNING **: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: Failed to create file '/root/.local/share/recently-used.xbel.AC7YXV': No such file or directory

(gedit:2139): Gtk-WARNING **: Attempting to set the permissions of `/root/.local/share/recently-used.xbel', but failed: No such file or directory

View 3 Replies View Related

Ubuntu :: Create File Inside Htdocs XAMPP Directory

Sep 10, 2010

i'm a new Ubuntu user and starting with programming, i've already installed XAMPP for LINUX at /opt directory and the Eclipse app to code php, java etc.When I try to write or create a file inside htdocs XAMPP directory the Eclipse outputs this message to me:"Parent of resource: /opt/lampp/htdocs/site/includes/include.php is marked as read-only./ opt/ lampp/ htdocs/site/includes/include.php (Permission denied)"Whats the matter with this possible error?

View 7 Replies View Related

General :: Create Download Directory And Source File

Aug 5, 2011

i just uppgraded to Centos 6. Linux 2.6.32-71.29.1.el6.i686 on i686. now im getting some troubble whit this file: wget [URL]... i create a downloads directory and download the source file and--

mkdir $HOME/downloads
cd $HOME/downloads

But when i try to build courier-authlib whit this comand: #sudo rpmbuild -ta courier-authlib-0.63.0.tar.bz2. I get this:

[code]...

what can be the reason?

View 5 Replies View Related

General :: Create Hard Links Within A File System To A Directory?

Aug 1, 2010

I am trying to create hard links within a file system to a directory, but unable to do that. is there any limitation to create hard links to directories within file system ?

View 4 Replies View Related

General :: Does First Line Create File In Tmp Directory With Dsuser.exists

Oct 19, 2010

does first line create file in tmp directory with dsuser.exists.* ?or we are assigning the path of existing file in this directory?

View 2 Replies View Related

General :: Create A File In The Current Directory Named '5' With The Number '2'?

Aug 24, 2010

Code:
$ echo 2 * 3 > 5 is a valid inequality. This will create a file in the current directory named '5' with the number '2' in it, the names of all the files in the current directory, followed by the number '3' and 'is a valid inequality.'

What I do not understand is why 'is a valid inequality' gets written to this file. I thought it would write '2', all the file names in the current directory, then '3' into the file called '5'. Why does the 'is a valid inequality.' get written to the file also?

View 3 Replies View Related

Slackware :: L 99 99 99 Pops Up - Fatal: Create /boot/map: No Such File Or Directory

Mar 4, 2011

Im sure that this issue is pretty old and you get some results from forums when you google it, but I cant seem to find the solution : When I boot my system ( its duel boot , win7 / Slackware 13.1 ) the message : L 99 99 99 pops up. I know this has to do with the MBR, When I looked online this is what people were told to do:

[Code]///

View 6 Replies View Related

General :: File Management - Create Mirror Of Directory But Ignore Deletions?

Feb 7, 2011

I would like to create a directory public_html/archive that is a mirror of public_html/images, except that deletions in the images directory don't cause corresponding deletions in archive.

I was going to manage all of this in code, but then I figured, maybe the system can handle it for me in a robust way.

Note that the website will reference archive in real time, so it has to be an instant mirror and not something done nightly, etc.

View 2 Replies View Related

General :: Using Lynx To Create Html Page With The File Structure Of A Local Directory

Oct 10, 2010

I'm working with a dual-boot laptop running Ubuntu 10.0/Windows 7 and a Debian 5 VPS while the OS's shouldn't have much impact on my question.

What I would like to do is create a html page that I can upload to my VPS which lists all of the files/folders on my local 2TB hard drive (Specifically media such as Movies, Music, TV Shows...). The media obviously will not reside on the server, but I would like to at least have a list which will allow me to select, for instance, a bands artist so that it redirects me to the albums in the directory below.

Ultimately, I'm looking for Open Directory Browsing without actually having the media on my server. I have been attempting to create something to this effect using lynx, however, I'm not sure if it can be done with this command or if it's even possible for that matter.

View 1 Replies View Related

Red Hat / Fedora :: Makfile Which Can Compile A Tree For Source File And Create Output In Separate Directory

Jul 29, 2010

I am new to linux platform and my requirment is to write a makfile which can compile a tree for source file and create the output in separate directory .

View 1 Replies View Related

Ubuntu Servers :: KVM - How To Change Storage Directory

Jan 24, 2010

I'm running Ubuntu 9.10 with Kvm. I've used a howto to configure my network. Seems to work fine, I've installed the Virtual Machine manager, when I go to create my Virtual Machine, I see the the image is automatically created in /var/lib/libvirt/images. I have a totally separate path for my images. How to I configure a different image directory

View 1 Replies View Related

Ubuntu :: Create A Shortcut To Run A Program On Terminal?

Jul 7, 2010

I want to create a shortcut to run a program called RoomEqWizard but the only way I know how to run the program is to open a terminal and type the location to where the program is and call the program file. I already tried creating a shortcut on the main menu but I get a "error creating the child process for this terminal" message every time...

View 1 Replies View Related

Ubuntu Multimedia :: Create Shortcut Key In GIMP?

Oct 5, 2010

Can it be done by the end-user?I'm in Karmic, and I want to make a <[X]> , or <Ctrl> + <[X]> to execute 'Crop to selection'.

View 1 Replies View Related

Ubuntu :: Create Shortcut Of Windows Folder?

Mar 20, 2011

I'm using two OS in parallel, and all of my data are stored in partition D. I want to create a shorcut to a specific folder inside it, e.x: D:/path/to/folder and put it in the Ubuntu Desktop (~/Desktop).

View 5 Replies View Related

General :: Ubuntu 10.10 - Create A Text Shortcut?

May 12, 2011

create a shortcut to my email, so when im loggin in on different homepages,i can just press ex ALT+F1 and my email will be written in the selected area..

View 4 Replies View Related

Ubuntu :: Create A Pendrive That Boots Multiple Linux,BSD And Storage?

Apr 29, 2011

I'd like to use Ubuntu to create a multiboot usb pendrive/flashdrive. I know there are a few programs out there that I could use to boot multiple Linux distros from the same pendrive, but I would also like to use the drive to boot some liveCD versions of *BSD and also use it for storage.

View 1 Replies View Related

Debian :: How To Create Live USB With Left Storage Available

Nov 30, 2015

i get a 16GB udisk here, and all I want to do is to create a two partition udisk, the first one keep storaging my data, which could be recognized by almost all OS, and the second one, hold a live system(just say, debian). Now, I have created two partition by `fdisk`, sdc1 is FAT32, and sdc2 is FAT16.I have RTFM for a long time and, tried syslinux, but failed everytime. Sometimes can not boot, sometimes can boot successfully but can not enter the system.

View 12 Replies View Related

Software :: Create A Cluster With Two Servers And One Storage?

Jul 14, 2011

I trying to create a Cluster Linux with two servers and one storage, I have mounted some filesystems in both servers, but, when I create a file on server (1), I don't see the file on server (2).

Is that a problem with the linux or storage configuration ?.

View 1 Replies View Related

Ubuntu :: Use Backspace As A Shortcut Key To Go Back The The Under Directory?

Feb 10, 2010

you can use backspace as a shortcut key to go back the the under directory. How can I do that here in nautilus.

View 9 Replies View Related

Ubuntu Security :: AVG Free Edition Does Not Seem To Create A Shortcut For Itself?

Apr 26, 2010

I downloaded AVG Free Edition as protection after I accidentally visited a drive-by-download site (which was most likely trying to download a windows virus, I don't quite know what the file extension was on the file it tried to make me download 'cause I got out of that trap faster than a bat out of He...Well you get the picture), and it does not seem that the .deb package directly from the AVG Free Linux download page fully installs. Synaptic acknowledges the package's existence, yet there are no shortcuts on the Desktop or on the system menu. I followed the link to AVG from this Ubuntu.So, perhaps, someone at AVG has some explaining to do on why their free for Linux doesn't seem to work. I don't know maybe I'm overthinking my vulnerability, I'm just used to the environment of paranoia developed by using Windo$e

View 2 Replies View Related

Ubuntu :: Create Dekstop Shortcut To Programs For All Users?

Nov 4, 2010

Does someone know how to create desktop shortcuts to programs (e.g to rdesktop) to all users on Ubuntu 10.04 ?Where (in which file) do I put the shortcut so it will appare (clickable) on the dekstop for all users logging into the machine

View 1 Replies View Related

General :: Create Trash Shortcut In Desktop In Ubuntu?

Nov 17, 2010

using the command ln -s ~/Desktop ~/.local/share/Trash I get this message.ln: creating symbolic link `/home/denish/.local/share/Trash': File exists But the link isn't in my desktop. So I tried accessing the Trash folder using cd. I cd into ~/.local/share then try the following command.cd Trash I get this message. bash: cd: Trash: No such file or directory When I type ls in the share folder I get the following.

gsettings-data-convert gvfs-metadata Trash

So the trash folder is in there but i can't access it. Why? Also I want a computer shortcut in my desktop like in windows where I can access all the folders from.

View 4 Replies View Related

Debian :: Create A Shortcut In The Menu?

Apr 3, 2011

I installed the software "Stellarium" from a installer I downloaded, but no shortcut was added to the menu. How can I create one? My desktop environment is LXDE.

View 5 Replies View Related

General :: Create A Shortcut In BASH?

Feb 23, 2010

I wanted to do this:

Code:

ssh root@10.10.10.10

How would I create a shortcut in BASH so that I can simply type:

Code:

mypc

I want to be able to execute commands like that; like you can with ls, cd, grep, etc. Do I create a BASH script and place it in /bin?

View 14 Replies View Related

Server :: Create New Partition In Existing Live NAS Storage Box?

May 7, 2010

At present, In web server 97% space has been occupied in /usr/share/squirrelmail partition. Therefore, we need to increase the partition of our existing storage device (NAS Storage box) either by creating new partion or merged the same along with the existing partition. Local Partition Map on Mail Server.File System Name Mount Point Size (1K Blocks) Remarks

/dev/cciss/c0d0p2 / 15119928
/dev/cciss/c0d0p1 /boot 98747
/dev/cciss/c0d0p7 /data 40580552

[code]...

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved