Ubuntu :: Links On Mounted Shares

Jan 5, 2010

I use the following to mount a share from one NAS to another NAS (both runing Linux based on Ubuntu):mount -t cifs //rmthost/rmtshare -o username=id,password=pw mntdir/ lcldir...It mounts fine and I can access the files with no problems except when I access a directory or file that is a link. When I do that it links me back to the local drive and not the mounted share. How do I get the remote links to stay remote? Is it even possible?

View 2 Replies


ADVERTISEMENT

Fedora :: Where Do CIFS Network Shares Get Mounted?

Jan 21, 2011

I have mounted a windows network share using the gnome desktop environment, using Places -> Connect To server.The network share is OK, and I have the icon on my desktop and can see all the files.I want to be able to use this network as well in the console, so I need the mount point.What is the location on the filesystem were this networkdrive gets mounted? I find nothing in /mnt and nothing in /media also using mount to look at the registered mounts, there is no entry for the networkdrive.Nevertheless, I have this networkdrive now open in my desktop, and have an option to unmount it.I know that using the mount.cifs command you can specify the mounting point.

View 2 Replies View Related

Software :: Some Applications Will See Mounted Samba Shares And Some Won't

Jul 11, 2011

I have used Linux on and off over the past 15 years. Linux has been the solution to a lot of my networking problems over the years. I work in a school and I am keen to setup Linux labs for the students. Users can logon with their active directory [Micoroft accounts] and can access their files off server drives. All this is made easy with the help of CentrifyDC. I can simply access a network share and CentrifyDC handles the authentication.

My issue is that some applications will see mounted samba shares and some applications won't. For example I can open and save files to my Windows servers using applications such as Openoffice, Gnumeric, Abiword. However apps like DIA will only show local drives. Maybe some applications use the default file manager where the mounts are bookmarked whilst other use their own file manager?

View 3 Replies View Related

General :: Find / Grep Command Without Searching Mounted Shares?

Jan 5, 2011

When I used the find command, I almost always need to search the local drives. But, I almost always have super large network shares mounted and these are included in the search. Is there an easy way to exclude those in the find command, grep and other similar commands? Example:

find / -name .vimrc

View 1 Replies View Related

Red Hat / Fedora :: Intermittent Slow Access To Cifs Mounted Shares

Jan 14, 2010

The shares get mounted correctly and you can navigate through the directories and open files.The only problem is that it randomly starts going really slow taking 30 seconds or longer to open a directory that has 2 or 3 files in it.I have tried quite a few things to try and fix this without any luck. Its getting to the point where I am having to consider recommending that we use windows instead, which I would rather not do as I think its good for students to experience different operating systems during school.

View 9 Replies View Related

Ubuntu Networking :: Cannot Open Mounted Shares On NAS "Permission Denied"

Mar 30, 2010

I have an Acer EasyStore NAS which I can access fine in Nautilus, but a server which I have been trying to mount via command line refuses to even let me view the contents of the folder. The mount command appears to work, a password is requested when connecting to the shared folder.

sudo mount -t cifs --verbose -o user=jason //nas/media /mnt/nas
mount.cifs kernel mount options: unc=//nasmedia,ver=1,rw,user=jason,ip=192.168.0.250,pas s=********

But I cannot even view the folder contents, as even a simple ls returns:

ls: cannot open directory /mnt/nas: Permission Denied

Even on my laptop which is able to access all the shared folders under Nautilus I am unable to mount shares from the command line.

View 1 Replies View Related

Ubuntu :: Links Browser Script - Automatically Fills In The Credentials On The Links Login Page?

Dec 6, 2010

At my Uni, we use a web-based login for our internet connections. Its based off of Cisco, and every Wednesday night every computer on campus must re-enter their credentials to use the network.

Normally on my several computers I simply pull up the Terminal, point links to google.com using

Code:

And enter my credentials when Cisco redirects to the login page.

Literally, the process is

Code:

Then ENTER to accept the redirect, down arrow to skip over the logo image, USERNAME, ENTER, PASSWORD, ENTER, ENTER.

Naturally, this is EXTREMELY time consuming, as I have about 5 computers located around campus and must physically walk to the machines and login every single week.

My question is, How would I formulate a program that does the following;

1) checks for connectivity (i.e. is able to reach/resolve to the greater part of the internet) and

2) automatically fills in the credentials on the links login page?

View 2 Replies View Related

Programming :: Scripting : Change Markdown Links To Wikitext Links?

Feb 3, 2009

I have a personal wiki of notes, with now thousands of links in markdown format:

[link text](http://example.com)

but now that fckeditor is available for mediawiki (very beta), it has become much better to just stick with wikitext format. There are only a few conversions to do: tables, links, and bulleted lists. The lists are a fairly simple regex and fckeditor magically reformats the tables, so all I'm left with is the links. But I'm not a regex master. How do I reformat code...

View 12 Replies View Related

Networking :: Can't View List Of Shares In Nautilus But Can Browse Shares Directly?

Dec 11, 2008

I run opensuse 11 at work. I'm trying to see the list of shares on a "server" that is running windows server 2000. If I try smb://server, it doesn't show any shares, but I can browse directly to it such as smb://server/share1. If I use smbclient, it returns the list of shares correctly. I guess I just don't understand why smbclient shows the list of shared folders, but nautilus cannot.

View 3 Replies View Related

General :: Administration - Managing SAMBA Shares And Giving User Specific Access For The Shares

Jul 28, 2010

I am working as a Linux administrator in a very small data centre with 5 servers with following routine tasks.

1. Managing SAMBA shares and giving user specific access for the shares.
2. Scheduling backup of some mount points with rsycn to store data in remote hard disk
3. User and group administration, with sudo access.
4. Creating and Managing Xen Virtual machines and giving access to other project teams.
5. Automating some tasks with Shell Scripting.
6. Managing FTP server for user uploads.

I have practiced a lot in my home laptop without RHEL training, Cleared RHCE and LPIC1. I want to do some advanced system admin tasks, but do not have option in my current data centre. With Above skills is it possible to get a job ?

View 9 Replies View Related

Ubuntu :: Network Shares Not Available \ When Use OpenOffice Writer To Open/save Files The Shares Disappear In The "Open/Places"?

Apr 23, 2010

I am giving 10.04RC a try instead of Windows 7, so far so good. I can connect to my network shares fine using "Connect to a Server" & bookmark with the file browser, however when I use OpenOffice writer Spreadsheet to open/save files the shares disappear in the"Open/Places". Is this a bug in Ubuntu or Open Office? Is there an update/fix?

View 1 Replies View Related

General :: /etc/rc.d Directory Soft Links / Purpose Of Soft Links In /etc Directory?

Feb 20, 2011

I can see some soft links in /etc directory which are pointing to /etc/rc.d Directory contents.

Code:
lrwxrwxrwx. 1 root root 7 Jan 31 08:19 rc -> rc.d/rc
lrwxrwxrwx. 1 root root 10 Jan 31 08:19 rc0.d -> rc.d/rc0.d
lrwxrwxrwx. 1 root root 10 Jan 31 08:19 rc1.d -> rc.d/rc1.d
code....

Any body please tell me what is the purpose of these soft links in /etc directory ? I am using RHEL 5.4 ...

View 3 Replies View Related

Ubuntu Installation :: Duplicate Drives In "Places" - Error "mount: /dev/sdd1 Already Mounted Or /media/Data Busy Mount: According To Mtab, /dev/sdd1 Is Already Mounted On /media/Data"

Feb 13, 2010

Just moved to Ubuntu from XP. Whole process has gone very smoothly, but left with a small problem (i.e. it isn't actually affecting usability) that I don't seem to be able to fix and can't find on forums/internet. I also have a problem with the Floppy drive, but I've seen that problem elsewhere in the forums.

It's a dual boot system with both NTFS and Ext4 drives. All are visible and fully accessible. I decided to convert one of the NTFS drive to Ext4. That appeared to be successful and was successfully remounted as an Ext4 drive. The drive label is "Data". I did have a bit of a problem getting it remounted so that I could see/use it under my log-in as opposed to just under root. It's at this point I think that I did something to create the problem.

I now have two entries for "Data" in drop down menu for Places. The true one is shown as a standard hard drive icon, but the false one is shown as a different icon - possibly an external drive icon (note that the floppy drive is also showing as the same icon and I can't access that, but I've seen that's a problem elsewhere in the forums).

I can write and read to the true "Data" hard drive. If I click on the other false "Data" icon, I get the message "mount: /dev/sdd1 already mounted or /media/Data busy mount: according to mtab, /dev/sdd1 is already mounted on /media/Data". If unmount the true drive and try to mount the false drive, the system mounts the true drive instead. If I log into nautilus as root, neither the false data drive or the floppy appear in the left hand panel.

View 9 Replies View Related

Ubuntu :: Opening .pdf Links With Evince?

Jan 12, 2010

Whenever I click a website link to a .pdf I get this error message, "Could not launch Adobe Reader 8.1.2. Please make sure it exists in PATH variable in the environment. If the problem persists, please reinstall the application." Even though there is no Adobe Reader installed on my p.c.

I then have to right click the link and "Save link as How do I set the PATH variable so that Evince can open the document directly without first having to save the link?

View 4 Replies View Related

Ubuntu :: Links Not Working In Evolution

May 26, 2010

Clicking on a link in an email does not work.Is there a setting I'm missing?TBird seems to work fine.

View 3 Replies View Related

Ubuntu Servers :: RcN.d Links Disappearing?

Jun 22, 2010

We run Ubuntu 10.04 Server for our solutions, but I'm having a bizarre problem with init.d boot scripts. I have a script for the Sangoma wanpipe drivers that I modified to add the LSB information so that "update rc.d wanrouter defaults" runs correctly. The symbolic links from rcN.d to init.However, when I reboot the system, all the rcN.d links have disappeared and wanrouter isn't automatically started!I've never seen this kind of behaviour from a Unix based system in 20+ years, so I'm baffled as to how to fix the problem.

View 1 Replies View Related

Ubuntu :: Add Symbolic Links To /usr/local/bin?

Jul 10, 2010

I am trying to set up scripts to execute Luckybackup and make them easily available to all users of the computer. Following the recommendation of the web site (http://ubuntu-tutorials.com/2006/12/...-all-versions/) I tried to set up a folder (/usr/local/myprograms/luckybackup_scripts) containing the scripts, and to put symlinks pointing to the scripts in /usr/lock/bin.

The object of this design was to have my local programs clearly separate from any other programs, and to point to them with symlinks in /usr/local/bin. is because /usr/local/bin is automatically searched when a terminal command is issued so the user need not specify the whole path to the script.The problem that I ran into was that the system would not let me create symlinks to scripts in /usr/local/myprograms/luchybackup_scripts. While ths symlink was created, it was invalid and did point to any target. The only symlinks that I could create had to be in the same folder as the target, namely /usr/local/myprograms/luckybackup_scripts. I tried to create the links using Terminal and "sudo ln -s

View 4 Replies View Related

Ubuntu :: 3rd Party Links Not Working?

Aug 7, 2010

Links from third party applications do not work any more. When I go to click on links from PDF,s or from Pino or KeePass nothing happens. I've tested different browsers Opera, Chrome, Midori etc same thing links just don't work from third party apps.

[URL]

View 3 Replies View Related

Ubuntu :: Web Links After Fresh Install?

Sep 15, 2010

I just installed Ubuntu 10.04.1 LTS i386 on my desktop after not having it on there for while then decided to do a clean install on my laptop, which had 10.04, but I had screwed a few things up on it... (and a fresh install is always nice

Anyway, no big deal, just kinda weird: Whenever I google something that I had just googled before on my desktop (ie, a program or something that I had installed, and wanted to install on my laptop also), the link for the result is purple, as if I had already visited that link. But I know I haven't because this is a completely fresh install, I reformatted and everything. The only thing I can think of is that somehow the history/clicked links got transferred to the live CD from my desktop, as I used the same disc for both installs, but this seems a bit improbable imo.

EDIT: I just realized that I did NOT use the same disc for both installs, I couldn't find the original so I burned the .iso onto another one for my laptop install....

View 4 Replies View Related

Ubuntu :: Copying Links To Desktop?

Sep 19, 2010

When in Chrome or Firefox periodically I want to place a shortcut to a web page on my desktop. To do this I click on the button just to the left of the address and drag it up to the desktop. Sometimes this works but more often this creates a copy of the HTML page. And if the web page is HTTPS I get an error. I can drag to the Bookmarks Bar and it copies the link fine. Then I can drag it from the Bookmarks Bar to the desktop. I know I can create a launcher for the web page on my desktop but that's a lot of trouble. Why would dragging to the desktop work sometimes and not others? Are there any work arounds or fixes? I am using Ubuntu 10.4, Chrome 6.0.472.53 and FF 3.6.10.

View 7 Replies View Related

Ubuntu :: Links In Root Directory ?

Oct 3, 2010

Code:

The lines highlighted in red are symbolic links to the boot files. Yet, they are not used and, if deleted, the system still works.

Anyone know why they are there? Is it a leftover from Linux days gone by, or does SOMETHING use them?

View 2 Replies View Related

Ubuntu :: Cannot Open Links In Gnome

Nov 19, 2010

A series of updates were suggested to update by update manager yesterday and I updated them. My computer crashed a few hours later and after rebooting there is this annoying problem with links. Nautilus can no longer open samba shares smb:// nor can it open web site addresses when I click on a link in evolution. I did some digging around and found that gvfs-bin was not installed and it was suggested on the forums that this might be the problem. I installed it but it made no difference. There's a related thread I posted to here [URL]

Also when you go to the "connect to server" option under places, the only thing listed as an option is "custom location". Even worse, my external hard disk doesn't automount anymore either.

I am using ubuntu 10.10 x64 bit.

View 1 Replies View Related

Ubuntu :: Map All The Links Starting At A Given Page?

Dec 1, 2010

I have a website I want to map all the links starting at a given page, and record where everything is linked. I want to record any broken links, and have a nice little hierarchy of link names when I'm done. I thought the package webcheck could do this for me but I'm not sure.

the server is windows 2003. Im interested in any means that can accomplish this task.

View 1 Replies View Related

Ubuntu :: Symbolic Links Between Two Different Servers On The Same Lan?

Mar 16, 2011

I know how to make symbolic links on the same or between two different partitions. But is it possible to make symbolic links between two different servers, that are on the same lan?

View 9 Replies View Related

Ubuntu :: Spoonfed Download Links?

Jun 18, 2011

I'm trying to download firefox or chrome for windows so that I can use it in wine. Trouble is when I try to dowload a windows version of either I get spoonfed the download link for the linux version only, which I obviously already have. I dont mind dowloading it from somewhere else if I have to, but dowloading it from the developers is usually the best option.Why are these, and probably other, websites spoonfeeding us, and with no choice but to be spoonfed? As a computer user it's patronizing, but as a linux user its just insulting.

View 2 Replies View Related

Ubuntu :: Hard Links Only For All Files In Directory?

Jan 15, 2010

I have a Music folder and I need to create hard links for all files in Music directory.For example:

~/Music/01 - the song.ogg // hard link for this file
~/Music/Folder/02 - a song.ogg //and for this file TOO!

~/Other Music/01 - the song.ogg
~/Other Music/Other foldr/02 - a song.ogg

I want hard link files in folder and in subfolders, but not folders its self.

View 6 Replies View Related

Ubuntu :: Thunderbird Not Opening Links In Firefox?

Mar 30, 2010

I have been having trouble getting Thunderbird to open links within my emails. When a link is clicked there is no response at all. I am running firefox version 3.6.2 and Thunderbird 3.0.3. After surfing the interweb and the forums I have tried setting the default browser through Firefox itself and through the preferred applications GUI in Ubuntu with no luck. I have gone into the about:config for Thunderbird and added the following lines:

network.protocol-handler.app.http /usr/bin/firefox
network.protocol-handler.app.https /usr/bin/firefox

View 2 Replies View Related

Ubuntu :: Firefox On Top When Clicking Links From Other Apps?

Apr 23, 2010

Clicking on a web link in an application used to open Firefox in the foreground, on top of the calling application in previous versions of Ubuntu (i.e. whatever versions of applications shipped by default).

In Ubuntu 10.04 if I click on a link in an email message then it opens the page within Firefox 3.6.3, but leaves Firefox behind the calling application. I would prefer to have Firefox take the focus and load the web page on top of my email. I have tried the usual fixes (setting browser.tabs.loadDivertedInBackground and disabling the Ubuntu extensions), but I can not make Firefox take the focus. Funnily enough, most of the threads I see refer to preventing Firefox from opening on top.

View 9 Replies View Related

Ubuntu :: Firefox Not Showing Links Of A Particular Website

May 24, 2010

The problem actually lies with Firefox (3.0.19) After I solved my problems, everything looked fine at first. That was until I went to one particular website and found that some links were missing. They simply were not showing in the browser. They were showing in the source code, so they should have appeared. Now, I have two different profiles by using:

[Code]...

View 9 Replies View Related

Ubuntu :: Resources Links Don't Work Any Longer?

Oct 23, 2010

Since I've moved the /home directory to a new mountpoint

(UUID=160b687f-3e30-472e-97c2-7fd6149ec2a0 /home ext4 nodev,nosuid 0 2 in the fstab menu)

I have troubles with the links on the places menu. all the links there that point to /home or to one of its subdirectories don't work any longer.

The links to usb drivers and other places work just fine.

I've tried reinstalling xdg and gnome-menu, but no success.

if I do cat .xsession-errors right after trying to click on one of the links in the menu this is what I see:

giulio@giulio:~$ cat .xsession-errors
...
/home/giulio: /home/giulio: is a directory

View 1 Replies View Related







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