Ubuntu :: Mounted Device Not Showing Up On Desktop

Feb 17, 2011

I have two external hard drives mounted to my computer. They both work and are accessible. The one shows up on my desktop when it is mounted just fine. The other one does not. I went in to Configuration editor-apps-nautilus-desktop and checked the volumes_visible. That makes the other one not visible/visible but not the one I am having problems with. I read somewhere that devices must be named for it to show up and both devices are named, I even changed the name and that didn't do anything. Again, this device shows up in my computer but not on my desktop like all my other devices do. If anyone has any ideas on how I can get this external hard drive to show up.

View 1 Replies


ADVERTISEMENT

Ubuntu :: Mounted But Not Showing On Desktop?

Sep 17, 2010

I thought anything mounted to /media would appear on the desktop?mount /dev/sdb1 /media/datadoes mount sdb1... files are available in Terminal. But there is no icon on the desktop. Why? What do I need to do to get a desktop icon?

View 5 Replies View Related

Ubuntu :: Mounted Media Not Showing On Desktop?

Jan 19, 2011

For some strange reason, my media mounted in /media is not showing on my desktop on Lucid (10.04).I've been through gconf-editor to make sure the box is checked to show the mounted media in Nautilus. I also checked the options to show my Home folder and Computer icons on the desktop, but these do not show either.Tried ubuntu-tweaks to see if it would work, but no go there either.

View 1 Replies View Related

Ubuntu :: Disable Showing Of Mounted Volumes On Desktop And In Nautilus Sidebar?

May 1, 2010

I have a bit unusual request.
There are three partitions on my hard drive. Two of them were assigned to mount points / and /home during system installation. The third one was left intact.
After installation the first two partitions were automatically integrated into directory tree and there was a shortcut on the Nautilus sidebar for the third one. Then, I registered the third partition in /etc/fstab for automounting at /home/user/Data directory. For now it works fine, the volume is mounted on startup. But I still have the shortcut to this volume in Nautilus sidebar and icon on my Desktop.
I am interested, if it is possible to disable showing of this items on Desktop and in Nautilus to make the third partition look like registered at system setup time.

View 3 Replies View Related

Ubuntu :: Mounted Device / Drive Icon On Desktop

Feb 8, 2011

I've some icons of mounted devices on my desktop. I want to display only some of them which I need. All drives are mounted automatically while booting or by scripts while logging in.For example: I've 4 mounted devices and 4 icons on my desktop and I want to have 4 mounted devices but only 2 icons.There is possibility of hiding all of icons in gconf, but I want to hide only some of them.Is it possible?

View 4 Replies View Related

Ubuntu :: Mounted Partition Not Showing Up In Fstab

Jan 16, 2011

I'm totally new with linux and Ubuntu. I've just installed 10.10 yesterday and since then it's been an uphill struggle These forums has helped me out quite a bit already so I hope you can continue doing it with this problem I have.I got a single drive where the bootpartition is ext4 and the other "storage" partition is a remenant from a windows 7 installation I had, with NTFS. Decided I wanted to give Ubuntu a try! Now i've run into permission trouble though, mainly because I wanted to set up an FTP server (oh what a struggle THAT's been, I have some stories... ). I've done a "mount --bind" so that I can reach different resources directly from my chroot. It turns out though that the mounted partition isn't giving anyone except the owner (me) permission to see the resources. FTPing into the server gives the mount points but gives a 550 error and can't list anything inside of them.It works perfectly for me just running it at the prompt or using the mount points directly in the Ubuntu GUI though (since I'm the owner/admin/whatever).

My intended solution that I've found was that people with NTFS drives did a few magic tricks with the line of text in Fstab so they could access their NTFS drives. Problem for me is that my sda3 mount isn't showing up at all in fstab, even though fstab is supposed to (as far as I know) show all mounted devices on there. All the while, I have my sda3 totally accessible from /media/Storage/. Any pointers as to why this is?After I installed Ubuntu, I just mounted the sda3 with the Disk Utility from System->Administation and didn't think much of it afterwards until now.What's the best course of action here? remount the ntfs partiton using fstab? Convert the ntfs partition into an ext4? I have a lot of data on there I want to keep as well.

View 4 Replies View Related

Ubuntu :: Mounted Devices Not Showing In Dolphin Places List

Jan 16, 2011

This is probably me looking but not seeing an option somewhere. I re-installed 10.10 over 10.04 by formatting the root partition but keeping the home partition the same, to save me a lot of work. (64 bit) However, now when I mount a CD, DVD or USB stick, they don't appear in Dophin's "Places" window. What have I missed please?

View 2 Replies View Related

CentOS 5 Server :: NFS Mount Of Loop Mounted ISO's Showing No Files

Jul 16, 2009

I'm having a problem accessing files via nfs where an iso has been mounted through the loop device on the nfs server. Basically what I am attempting to do is access the 6 CentOS 5.2 ISO's via NFS from one of my client machines. The client is able to mount the share and see its sub directories leading up to the mount point of the ISO, but the contents of the mounted ISO image are simply not visible (on the client, they are visible on the server).

Server config (CentOS 5):

/etc/fstab:
/home/user/iso/CentOS-5.2-x86_64-bin-1of7.iso /exportiso/centos/x64/5.2/disc1 iso9660 defaults,loop 0 0

[code].....

NFS is working correctly for other mounts between these two boxes, however.

View 1 Replies View Related

General :: Ubuntu - Find The Device Associated With A Mounted USB Drive?

Jun 23, 2010

How do you find the device (e.g. /dev/*) for a mounted USB drive in Linux (Ubuntu 10.04)? I'm trying to format a Cruzer USB flash drive, and when I plug it in, the icon for the mounted filesystem appears on my desktop. However, when I open GParted, it doesn't list the filesystem as an option to partition.

The recommendations I've found through Google include monitoring tail -f /var/log/messages, which they claim should list the device name when the drive is mounted, but this never happens for me. I've also read that the USB drive would usually be linked to /dev/sdb, but this appears as a broken link on my filesystem. How else would I find the device?

View 3 Replies View Related

Debian Configuration :: Safely Removing Mounted USB Device

Jan 7, 2011

I'm not sure if this is a bug in Squeeze beta 2 or if it's something I've overlooked. I have a Maxtor 250 GB external USB drive that I use for backups. It gets auto-mounted fine, always in the same place, and from my normal user account I can write to it, even delete directories on it if I want to. But when, from Gnome, I select the "Safely remove" option, I get an error to the effect that it can't stop the device. The weird thing is that the thing actually *is* unmounted. I've checked the mount point and it's no longer there.Is there some package I maybe should've installed but haven't? I'm not really worried about data loss, since I'm sure the drive wouldn't unmount unless it was properly synched; it's just the error message that bugs me.

View 2 Replies View Related

Slackware :: Check If Device Is Mounted In A Bash Script?

Aug 1, 2010

Writing a bash script and I need to check if a known HD partition is mounted or not. I do not think /etc/mtab is the place to check. Would /proc/mounts always work? To make it simple like this : cat /proc/mounts | grep /dev/sdb2

View 5 Replies View Related

Ubuntu :: Desktop Showing Files That Are Not In The Desktop Dir

May 20, 2010

I accidentally deleted a system directory so I had to reinstall. I reinstalled, and setup my users again in the same way. When I tried to copy my user files from a saved source, they now appear on the desktop in mass. What I expect is that only files in the Desktop directory show on the desktop, instead all files in the home directory show on the desktop, less the dot files. I can not figure out how the system controls what files show up on the desktop. Comparing the problem user to a working user failed to disclose the difference.

View 7 Replies View Related

OpenSUSE Hardware :: USB Weirdness - Mounted External Drive Changes Device IDs

Jun 5, 2010

[openSUSE 11.1, kernel 2.6.27.45-0.1-Default, Gnome 2.26.3] I have a problem where I have an external USB drive which mounts at boot, with /home aboard it along with several data-only partitions, and if I try to add another USB drive *after* boot, the system changes the device IDs previously given to the original drive. The already running sdb now becomes sdc. If a user or processes are attached to /home when this occurs they are left in the twilight zone and stuff starts crashing. An added weirdness is the newly added drive isn't stealing the sdb ID, the added drive becomes sdd instead, and nothing at all is left at the sdb ID.

Note:

- System boots from sda, a non-USB drive with the system as well as /swap onboard, that should be uninvolved with the problem.

- Among the 4 partitions of the boot-mounted USB drive there are 2 lux-encrypted partitions (ext3). One is /home (originally encrypted under 10.3 and added back after machine upgraded to 11.1) and another being a data directory (later encrypted under 11.1).

- The problem _may_ occur only when the additional added drive is also lux-encrypted, but this may or may not be always true as I have limited other USB stuff to test with, most of it is also lux-encrypted.

View 1 Replies View Related

General :: Mounted Loop Device Prevents Proper Shutdown

May 4, 2011

I've recently started using Linux Mint (version 10) on a Dell Mini 1012 netbook. I'm using a loop device to mount a file on a NAS but whenever this loop device is mounted and has been accessed, my machine fails to shutdown.

Firstly I mount a share on the NAS using cifs (the NAS is aimed at Windows machines so doesn't support NFS). I have a sparse file on the share (which I created using Cygwin in Windows, using the dd command).

I used losetup to create a loop device and formatted it as reiserfs.This works and I can successfully use the mount point. I'm using it with Backintime.If I try to shutdown my machine without unmounting the loop device, shutdown hangs.

These messages just keep repeating and the system never shuts down.So I assume the problem is something to do with unmounting the CIFS/loop device.If I unmount the loop device all is fine. I don't need to unmount the cifs share.Any ideas on how to resolve? Should I add a script to run during shutdown (i.e linked from /etc/rc0.d and /etc/rc6.d) to sync and unmount the loop device? Or is there a better solution?

View 1 Replies View Related

Networking :: Export A Raw Device Through NFS/CIFS To Be Mounted At Remote Location?

Nov 17, 2010

Can we export a raw device through NFS/CIFS to be mounted at remote location?

View 2 Replies View Related

Ubuntu :: Xubuntu Mounted Drives On Desktop?

Jul 27, 2010

I have installed Xubuntu on an old laptop which has a floppy disk.

On the desktop where mounted drives will normally appear, it constantly shows the floppy disk on the desktop even though there is not floppy inside, so I have disabled the desktop from showing mounted drives, however now anything else like a CD or USB drive will not show up on the desktop. Is there a way to choose what types of devices are shown on the desktop?

I have considered disabling the floppy from the BIOS(assuming that is possible), but I would rather not go down that road just yet.

View 6 Replies View Related

Ubuntu Networking :: HP 4710s It Is Showing Device Not Ready(firmware Missing)?

Dec 23, 2010

i have recently installed Ubuntu 10.10 on my computer, which is HP 4710s ProBook.I've installed it with wubi and everything seem to be working just fine, except for my wireless.It is showing me: device not ready(firmware missing).

View 1 Replies View Related

Ubuntu :: Remove Mounted Partition List From Desktop?

Apr 2, 2010

i m mounting one ext4 partition onto some folder inside /home, have added things on fstab but now i dont want this thing to be listed on the desktop or on the places menu. i m using karmic.i have checked gconf-edit but

View 2 Replies View Related

Ubuntu :: Icon From Mounted Partition Always Appears In Desktop?

Aug 31, 2010

I set my fstab to auto mount one of my partitions in ~/Music.It works perfectly, but there is always the icon in the desktop pointing to my partition with the name "40 GB FileSystem". The idea behind mounting it automatically to ~./Music was for the partition to be transparent to me...Is there a way to remove that icon from the desktop and from the Places menu?

View 9 Replies View Related

Debian :: Drives Mounted On Desktop

Jul 13, 2010

i had the problem of mounting the windows drives on to Debian OS. i got it fixed with some help.now i can access it from COMPUTER. BUT my all Windows Drives (C,D..)are also seen on my Desktop.(with computer,home, trash C,D......)can it be made invisible/Not on the desktop?

View 1 Replies View Related

General :: Mounted Drives On Kde Desktop

Mar 10, 2010

I recently installed kde using

Code:
apt-get install kubuntu-desktop
and I love it. However, in GNOME, it shows all the usb drives and cds you have in on the desktop. The kde desktop doesn't do this, and I'm wondering if there's a way to make it so. I googled around, but couldn't find anything.

View 1 Replies View Related

Ubuntu :: Prevent Display Of Mounted Home Folder On Desktop ?

Feb 9, 2010

I recently changed linux distros and switched to Karmic. In my earlier setup /home was on a separate partition.

After switching to karmic I added the following line to /etc/fstab to mount my /home partition which was on /dev/sda6 (ubuntu is on /dev/sda7) /dev/sda6 /home ext3 nodev,nosuid 0 2

After rebooting I saw that while earlier I had an empty desktop now my desktop shows the content of my home folder.

On googling I found out about how I could change the nautilus preferences.

I used gconf-editor to change: apps>nautlius>preferences>desktop_is_home_dir to false

I also changed: apps>nautlius>desktop>volumes_visible to false.

However on rebooting I still see all the contents of my home folder on the desktop.

What do I need to do to show the Desktop as blank (as in point to ~/Desktop rather than point to ~)?

View 2 Replies View Related

Ubuntu :: Backup Snapshots Show Up On The Desktop As Mounted Files?

Jan 20, 2011

I am using Ubuntu 10.04 x86_64. I log in to the machine using nfs. For a problem with mounting my home directory, I had to copy all the contents of my home directory (including all configuration files) from a recent snapshot on to itself. That is, I did something like,

Code:
cp -r /home/user/user /home/user

All of my recent data and program configurations were in /home/user/user. So after the copy operation, I logged out and logged back in again to see that all my configuration and data was restored to what I wanted. But the problem is that now on my desktop I see hundreds of mounted volumes. These are coming from an hourly/weekly snapshot program. The tech support guys for my lab have suggested copying all relevant data to a backup and then deleting the home directory altogether. But I don't want to configure all programs all over again. I think I should be able to get rid of the problem by editing/deleting one or more desktop configuration files. I just don't know which ones. I tried looking around the gconf-editor but was overwhelmed at the amount of information on there.

View 3 Replies View Related

Ubuntu Networking :: Lost Desktop Icon For Mounted Network Share

Jan 19, 2010

I have suddenly lost the desktop icon (of a hard drive) for a mounted network share. It is funny because, I have other network mounts which share the same server, and there icons are appearing, and this particular share just does not show up with the icon, even if I try mounting it different locations in the filesystem. Any ideas. I really like those cute icons on my desktop.

View 1 Replies View Related

Ubuntu :: Hiding The Icon Of A Mounted File System Icons From Desktop?

Mar 16, 2011

10.04 LTS: Is there a way to hide an icon of a mounted file system from the GNOME desktop?

View 8 Replies View Related

Ubuntu :: Desktop Not Showing Up?

Oct 7, 2010

Ubuntu desktop is not showing up. How to fix this issue? refer to attached screen shot.

View 1 Replies View Related

Ubuntu :: Only Desktop Bg Showing?

Jun 16, 2011

ok so i clicked the desktop cube option in ccsm and it disabled some things that unity needed or something and it messed everything up (grey streaks across screen where top bar and launcher had been). so clicked to set everything back to default although nothing happened except for the streaks went away and i was left with just my desktop bg and the items on it. restarted same thing..

only got onto the browser to post this by looking through the help menu for a link to the Internet lol.

ps. no shortcuts work so no terminal line. but i could always make a launcher on the desktop if theres a comand to set everything straight

View 9 Replies View Related

Ubuntu Installation :: Grub Rescue Mode - Error: Cannot Find A Device For /boot/grub (is /dev Mounted?)

Dec 16, 2010

I updated yesterday and now when I start my laptop it goes in to grub rescue mode. I have booted from a 'live cd' and thought I could repair grub from there. In gparted however the partition with ubuntu (sda1) is seen as unknown file system, in terminal when I list the partition table it shows up as FAT16 type. When I try a grub-install it gives this error message:

[Code]....

View 9 Replies View Related

Fedora Installation :: FC12 New Install Network Manager Not Showing Activate Or Device?

Mar 17, 2010

I just brought up FC12 on our VSphere to begin testing..The nic did not configure properly for some reason.. I was able to go to command line, and do an "ifup ifcfg-eth0" and DHCP got an address. Go into GNOME - System-Administration - Network , or system-config-network the "Activate/Deactivate" is greyed out. Also, GNOME - System-Administration - Network Device Control show NO device..

View 1 Replies View Related

Ubuntu :: Kernel 2.6.28.7 Not Showing Desktop

Apr 23, 2010

I have ubuntu 8.04 LTS. I install Rtai-lab and I make kernel configuration.
Linux-2.6.28.7
My configuration is ok everything is good when I reboot my system then I go to ubuntu kernel 2.6.28.7. I put user name and password.but there have some problem. When I put user name and password after my desktop is block. I can move the mouse pointer but my desktop is not appearing.

View 3 Replies View Related







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