Author Topic: Nautilus Seeing Double [Solved]  (Read 2471 times)

Offline bilyo

  • Sr. Member
  • ****
  • Posts: 267
Nautilus Seeing Double [Solved]
« on: May 18, 2012, 09:46:36 AM »
When I first got my external HD, the first thing I did was create two equal partitions, one for backing up Windows (sdb1, named Win7) and one for backing up PCLOS (sdb2, named pclos).  When I plugged it into the USB port, Nautilus “saw” the device sdb and the first partition (sdb1, Win7) but not the second (sdb2, pclos).  I found an article on fstab options and determined that I needed to change the “default” option so that the line regarding sdb2 included “user” (not nouser as is included in “default”).  This may not be totally correct syntax, but it seemed to do the job. After that, Nautilus would automount and show me both directories in the directory tree whether I was logged on as root or my user account.  The directory names appeared both at the bottom of the Nautilus directory tree list and in the /media directory.

Now.  I can't leave good enough alone.  I decided that I needed to change the two sdb partition names to be more descriptive.  Since the external drive is a Western Digital Elements, I changed the partition names to “ElementsWin7” and “ElementsPCLOS”.  I also changed the name in fstab from /media/pclos to /media/ElementsPCLOS. Rather long, but there is doubt what they are.  This had no effect on the ElementsWin7 partition display in the directory tree (Nautilus), but the ElementsPCLOS name now appears twice at the bottom.  To confuse me even more, it appears in the /media directory once as ElementsPCLOS and once as pclos (the original name).  Nautilus says that /pclos is empty.  However, if I give the command df in the terminal, both are shown as the same size:

Filesystem            Size  Used Avail Use% Mounted on
/dev/sda3             121G   39G   76G  34% /
/dev/sda6             241G   15G  214G   7% /home
/dev/sda2             245G  245M  244G   1% /media/Win7Data
/dev/sda1             123G   28G   95G  23% /media/Win7
/dev/sdb2             655G  171G  451G  28% /media/pclos
/dev/sdc2             655G  171G  451G  28% /media/ElementsPCLOS
/dev/sdc1             733G   45G  688G   7% /media/ElementsWin7

Note also that ElementsWin7 and ElementsPCLOS are shown as being on sdc instead of sdb.  I have screwed something up.  Can you help me correct it?

« Last Edit: May 24, 2012, 04:35:53 PM by bilyo »

Offline lysar

  • Jr. Member
  • **
  • Posts: 45
Re: Nautilus Seeing Double
« Reply #1 on: May 18, 2012, 09:54:06 PM »
Do you have more than one external drive attached?
We need to see a copy of your fstab to help.

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Nautilus Seeing Double
« Reply #2 on: May 19, 2012, 12:46:14 AM »

I also changed the name in fstab from /media/pclos to /media/ElementsPCLOS.


Removable media, such as your external hard drive, are automatically mounted in the /media directory. You don't need fstab entries for them. Because you now have volume labels, the volumes (partitions) will appear in the /media directory as their respective volume names. As lysar has indicated, we need to see the contents of your fstab file. The /media/xxx entries should not be entered in fstab, as they will be redundant. Please open a terminal, and as your regular user, show the results of the following two commands.

cat /etc/fstab
cat /proc/mounts


Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline bilyo

  • Sr. Member
  • ****
  • Posts: 267
Re: Nautilus Seeing Double
« Reply #3 on: May 19, 2012, 09:25:43 PM »
This is getting better, worse, and more confusing all at the same time.
First, before the problems in my first posting occurred, I updated my kernel. All seemed to be OK and I did not associate any problems with that. And, maybe there is no cause and effect there.
Later, I tried to boot up and log in under my user name and I got a series of error messages regarding $Home/.dmrc being ignored, not able to update ICEauthority, problem with configuration server, and unable to create /home/myuser/desktop. I tried to reboot in order to login as root and the system froze during the bootup. I booted with a LiveCD OK and logged in as root and discovered that the fstab file had about half the original lines missing. I also noticed that "home" and "root" appeared in the /media folder with the other removable media. I replaced the fstab with a copy and then checked Disk Management in the PPC. I noticed that the headings above the bar representing the mounted partitions didn't look right. My sda3 is supposed to be "/".  The heading says "root". My sda5 is supposed to be "/swap" (sda4 is an extended partition). It is too small to have a heading but I suspect that it says "swap" (with no /). My sda6 is supposed to be "/home". The heading said "home" (with no /). I was able to umount sda6 and reset the mount point as "/home". I was not able to do the same for "root" and "swap". With those corrections, I can now boot and login under either root or my user name. The problem with media names no longer appears.  However, there is still a problem with / and the root folder.  Note (below) that when I give the df command in terminal, neither sda3 or sda5 appear. Below are the command results you requested along with the df results:

 cat /etc/fstab
# Entry for /dev/sda3 :
UUID=9e65403b-ef54-4b33-a754-2d85492d49bc / ext4 defaults 1 1
none /dev/pts devpts defaults 0 0
# Entry for /dev/sda6 :
UUID=6f6f804f-6d38-42d0-854f-8f4edb0a82c1 /home ext4 defaults 1 2
# THE FOLLOWING LINE REVISED "OPTIONS" TO AUTOMOUNT /DEV/SDB2
# /dev/sdb2 /media/pclos ext4 defaults 0 0
/dev/sdb2 /media/ElementsPCLOS ext4 rw,suid,dev,exec,auto,user,sync 0 0
none /proc proc defaults 0 0
UUID=7c9519ab-95a2-4ccd-bb27-9d72ec428784 swap swap defaults 0 0

cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext4 rw,relatime,barrier=1,data=ordered 0 0
/dev /dev devtmpfs rw,relatime,size=1520800k,nr_inodes=217426,mode=755 0 0
/proc /proc proc rw,relatime 0 0
/sys /sys sysfs rw,relatime 0 0
none /dev/pts devpts rw,relatime,mode=620,ptmxmode=000 0 0
none /dev/shm tmpfs rw,relatime 0 0
fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
/dev/sda6 /home ext4 rw,relatime,barrier=1,data=ordered 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0
/proc/bus/usb /proc/bus/usb usbfs rw,relatime,devgid=43,devmode=664 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
nfsd /proc/fs/nfsd nfsd rw,relatime 0 0
/dev/sda1 /media/Win7 fuseblk rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096 0 0
/dev/sda2 /media/Win7Data fuseblk rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096 0 0
/dev/sdb2 /media/ElementsPCLOS ext4 rw,sync,nosuid,nodev,noexec,relatime,barrier=1,data=ordered 0 0
/dev/sdb1 /media/ElementsWin7 fuseblk rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096 0 0
gvfs-fuse-daemon /home/bill/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,relatime,user_id=500,group_id=500 0 0

df
Filesystem            Size  Used Avail Use% Mounted on
UUID=9e65403b-ef54-4b33-a754-2d85492d49bc
                      121G   39G   76G  34% /
/dev/sda6             241G   15G  214G   7% /home
/dev/sda1             123G   30G   93G  25% /media/Win7
/dev/sda2             245G  285M  244G   1% /media/Win7Data
/dev/sdb2             655G  171G  451G  28% /media/ElementsPCLOS
/dev/sdb1             733G   45G  688G   7% /media/ElementsWin7

Regarding the number of external drives:  there is only one drive with two partitions (sdb1 and sdb2).

I understand that removable partitions are supposed to automount without being in fstab.  However, sdb2 did not and when I made the change in fstab it did and still does. I'm sure there is a better way to do it.

I should probably save this for a new topic, but if it can be done at the same time, I don't need to have the Windows partitions mounted or even seen in the Nautilus directory listings.

Your help is appreciated.

 

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Nautilus Seeing Double
« Reply #4 on: May 19, 2012, 10:27:14 PM »

I understand that removable partitions are supposed to automount without being in fstab.  However, sdb2 did not and when I made the change in fstab it did and still does. I'm sure there is a better way to do it.


Best illustration I can make is with my USB thumb drive. It has two separate partitions on it, labelled as Voyager and XFER. In the screenshot below, you can see that both partitions show on the desktop and in Nautilus.



my fstab file only shows mount points for sda1 and sda2.

[darrel@localhost ~]$ cat /etc/fstab
# Entry for /dev/sda2 :
UUID=c0fb58ed-dc02-451f-a006-fbf0683fb73c / ext3 defaults 1 1
none /proc proc defaults 0 0
# Entry for /dev/sda1 :
UUID=74511595-7305-4c39-9c83-8baa67dba609 swap swap defaults 0 0
none /dev/pts devpts defaults 0 0
[darrel@localhost ~]$

But, with the USB thumb drive plugged in, there are mount points for sdb1 and sdb2 that are not in my fstab file.

[darrel@localhost ~]$ cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext3 rw,relatime,errors=continue,user_xattr,barrier=0,data=ordered 0 0
/dev /dev devtmpfs rw,relatime,size=253008k,nr_inodes=63252,mode=755 0 0
/proc /proc proc rw,relatime 0 0
/sys /sys sysfs rw,relatime 0 0
none /dev/pts devpts rw,relatime,mode=620,ptmxmode=000 0 0
none /dev/shm tmpfs rw,relatime 0 0
fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0
/proc/bus/usb /proc/bus/usb usbfs rw,relatime,devgid=43,devmode=664 0 0
gvfs-fuse-daemon /home/darrel/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,relatime,user_id=500,group_id=500 0 0
/dev/sdb2 /media/XFER ext3 rw,nosuid,nodev,relatime,errors=continue,user_xattr,acl,barrier=0,data=ordered 0 0
/dev/sdb1 /media/Voyager ext3 rw,nosuid,nodev,relatime,errors=continue,user_xattr,acl,barrier=0,data=ordered 0 0
[darrel@localhost ~]$

I realize the illustrations don't help your present situation, except to point out that all removable media partitions should show up in Nautilus, if the partitions are readable. So, let's see if we can find out why yours are not acting correctly.

Boot from your PCLinuxOS partition, open a terminal and post the results of the following. (You need root privileges to see the output).

su
fdisk -l
exit


fdisk -l (dash lowercase L) will simply list all partitions. Don't attempt to make any changes.


Later, I tried to boot up and log in under my user name and I got a series of error messages regarding $Home/.dmrc being ignored, not able to update ICEauthority, problem with configuration server, and unable to create /home/myuser/desktop.
 

This is most likely an ownership issue, but let's find out what's going on with the partitions first.

EDIT: There are several versions of PCLinuxOS CDs. Which one, specifically, did you install from, and where did you download the iso from?
« Last Edit: May 19, 2012, 10:42:05 PM by djohnston »
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline bilyo

  • Sr. Member
  • ****
  • Posts: 267
Re: Nautilus Seeing Double
« Reply #5 on: May 20, 2012, 10:42:08 AM »
Following is the results of fdisk -l.  By the way, I could only give this command from "root" terminal. When logged on under my user name, I get a "command not found" message.  I don't think this should happen and I think it has something to do with the "/" and "root" mount point problem. At the moment, this is what concerns me the most:

fdisk -l

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x3bb2cafd

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *          63   256002047   128000992+   7  HPFS/NTFS
Partition 1 does not start on physical sector boundary.
/dev/sda2       256002048   768002047   256000000    7  HPFS/NTFS
/dev/sda3       768002048  1024002047   128000000   83  Linux
/dev/sda4      1024002048  1953523711   464760832    5  Extended
/dev/sda5      1024004096  1032196095     4096000   82  Linux swap / Solaris
/dev/sda6      1032198144  1544198143   256000000   83  Linux

The version of PCLOS  I originally loaded is 2010.10 from a couple of year ago.  I have updated it regularly (I run update notifier) and, at Old-Polack's suggestion, I just updated the kernel.  I still use this disk to boot from when needed.

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Nautilus Seeing Double
« Reply #6 on: May 20, 2012, 03:02:12 PM »

Following is the results of fdisk -l.  By the way, I could only give this command from "root" terminal. When logged on under my user name, I get a "command not found" message.  I don't think this should happen and I think it has something to do with the "/" and "root" mount point problem.



Boot from your PCLinuxOS partition, open a terminal and post the results of the following. (You need root privileges to see the output).

su
fdisk -l
exit



Yes, as I indicated before, you need root privileges to see the output. It's why the first command listed is su. After issuing the su command, you will be prompted to enter root's password. The exit command ends user root's session in the terminal and transfers control back to your regular user, without closing the console window. I see no sdb partitions listed in your fdisk output. Sorry, I should have told you to use the command with the external drive plugged in. Please plug in the drive and issue the fdisk -l command again.


The version of PCLOS  I originally loaded is 2010.10 from a couple of year ago.  I have updated it regularly (I run update notifier) and, at Old-Polack's suggestion, I just updated the kernel.  I still use this disk to boot from when needed.


Let's just make sure you're up to date. Please post the results of the following. You don't need root privileges for these.

apt-get --version
rpm --version
uname -r

Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline bilyo

  • Sr. Member
  • ****
  • Posts: 267
Re: Nautilus Seeing Double
« Reply #7 on: May 20, 2012, 04:16:34 PM »
Quote
you need root privileges to see the output. It's why the first command listed is su.

I knew that. I think I'm getting paranoid  :-[

fdisk -l

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x3bb2cafd

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *          63   256002047   128000992+   7  HPFS/NTFS
Partition 1 does not start on physical sector boundary.
/dev/sda2       256002048   768002047   256000000    7  HPFS/NTFS
/dev/sda3       768002048  1024002047   128000000   83  Linux
/dev/sda4      1024002048  1953523711   464760832    5  Extended
/dev/sda5      1024004096  1032196095     4096000   82  Linux swap / Solaris
/dev/sda6      1032198144  1544198143   256000000   83  Linux

Disk /dev/sdb: 1500.3 GB, 1500299395072 bytes
255 heads, 63 sectors/track, 182401 cylinders, total 2930272256 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0003a97d

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          63  1536006779   768003358+   7  HPFS/NTFS
/dev/sdb2      1536006780  2930272064   697132642+  83  Linux

 apt-get --version
apt 0.5.15lorg3.95 for linux i386 compiled on Jun 10 2011 19:24:14
Supported Modules:
*Ver: Standard .rpm
*Pkg:  rpm interface (Priority 20)
 S.L: 'rpm' Standard RPM binary tree
 S.L: 'rpm-src' Standard RPM source tree
 S.L: 'rpm-dir' Local RPM directory tree
 S.L: 'rpm-src-dir' Local SRPM directory tree
 S.L: 'repomd' RepoMD tree
 S.L: 'repomd-src' RepoMD src tree
 Idx: RPM Source Index
 Idx: RPM Package Index
 Idx: RPM Database

 rpm --version
RPM version 4.8.1

uname -r
2.6.38.8-pclos1.bfs

Thanks for the help

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Nautilus Seeing Double
« Reply #8 on: May 20, 2012, 04:35:08 PM »
I don't see anything unusual. As a test, try this. Comment your sdb2 line in /etc/fstab

# THE FOLLOWING LINE REVISED "OPTIONS" TO AUTOMOUNT /DEV/SDB2
# /dev/sdb2 /media/pclos ext4 defaults 0 0
/dev/sdb2 /media/ElementsPCLOS ext4 rw,suid,dev,exec,auto,user,sync 0 0

to read:

# THE FOLLOWING LINE REVISED "OPTIONS" TO AUTOMOUNT /DEV/SDB2
# /dev/sdb2 /media/pclos ext4 defaults 0 0
# /dev/sdb2 /media/ElementsPCLOS ext4 rw,suid,dev,exec,auto,user,sync 0 0

Reboot. See if there's any change.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline bilyo

  • Sr. Member
  • ****
  • Posts: 267
Re: Nautilus Seeing Double
« Reply #9 on: May 20, 2012, 07:53:33 PM »
Following is results of fdisk -l with fstab line commented as requested:

fdisk -l

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x3bb2cafd

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *          63   256002047   128000992+   7  HPFS/NTFS
Partition 1 does not start on physical sector boundary.
/dev/sda2       256002048   768002047   256000000    7  HPFS/NTFS
/dev/sda3       768002048  1024002047   128000000   83  Linux
/dev/sda4      1024002048  1953523711   464760832    5  Extended
/dev/sda5      1024004096  1032196095     4096000   82  Linux swap / Solaris
/dev/sda6      1032198144  1544198143   256000000   83  Linux

Disk /dev/sdb: 1500.3 GB, 1500299395072 bytes
255 heads, 63 sectors/track, 182401 cylinders, total 2930272256 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0003a97d

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          63  1536006779   768003358+   7  HPFS/NTFS
/dev/sdb2      1536006780  2930272064   697132642+  83  Linux

I think the results above look the same as before. However, Nautilus now sees two ElementsPCLOS folders in /media. See below.  The first one is empty.

/media/cdrom
/media/ElementsPCLOS
/media/ElementsPCLOS_
/media/ElementsWin7
/media/Win7
/media/Win7Data

« Last Edit: May 20, 2012, 08:16:16 PM by bilyo »

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Nautilus Seeing Double
« Reply #10 on: May 20, 2012, 08:07:43 PM »
fstab contents have no bearing on the fdisk output. fdisk merely lists all partitions on your (attached) hard drives. fstab is the setup for where to mount each partition within the root (/) filesystem. Please show current fstab list.

cat /etc/fstab

Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline bilyo

  • Sr. Member
  • ****
  • Posts: 267
Re: Nautilus Seeing Double
« Reply #11 on: May 20, 2012, 08:20:25 PM »
cat /etc/fstab
# Entry for /dev/sda3 :
UUID=9e65403b-ef54-4b33-a754-2d85492d49bc / ext4 defaults 1 1
none /dev/pts devpts defaults 0 0
# Entry for /dev/sda6 :
UUID=6f6f804f-6d38-42d0-854f-8f4edb0a82c1 /home ext4 defaults 1 2
# THE FOLLOWING LINE REVISED "OPTIONS" TO AUTOMOUNT /DEV/SDB2
# /dev/sdb2 /media/pclos ext4 defaults 0 0
#/dev/sdb2 /media/ElementsPCLOS ext4 rw,suid,dev,exec,auto,user,sync 0 0
none /proc proc defaults 0 0
UUID=7c9519ab-95a2-4ccd-bb27-9d72ec428784 swap swap defaults 0 0

How do you post a screenshot here?  I use both "Take Screenshot" and "shutter".

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Nautilus Seeing Double
« Reply #12 on: May 20, 2012, 10:40:24 PM »

How do you post a screenshot here?  I use both "Take Screenshot" and "shutter".


How to embed an image into a forum post

I use TinyPic a lot. If you plan on using it more than a few times, you will probably want to register for an account so you can keep your screenshots and images organized. Registration is free. There are, of course, other services you can use. ImageShack is one. However, do not use DanaSoft or Photobucket.

I'm puzzled as to why sdb2 is showing twice when it previously wouldn't show at all. One more thing. Post results of

cat /etc/mtab

With the external drive ejected and unplugged from the computer, post results of

ls -lR /media

You don't need to be root for either command. Any (empty) directories you see there, with the external drive unplugged and nothing in your CD drive, will be ones you earlier created as (unnecessary) mount points.

« Last Edit: May 20, 2012, 10:49:09 PM by djohnston »
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline bilyo

  • Sr. Member
  • ****
  • Posts: 267
Re: Nautilus Seeing Double
« Reply #13 on: May 21, 2012, 10:33:51 AM »
This is what I see in Nautilus when first opening the desktop icon:



This is what I see in Nautilus /media:



Please note also that the folder icons for "lost & found" and "root", in the left column, have X's in them and they are shown as empty.  As I am logged in under my user name, I guess that is normal. I just don't remember them being that way before.

The following is results of "cat /etc/mtab":

 cat /etc/mtab
UUID=9e65403b-ef54-4b33-a754-2d85492d49bc / ext4 rw,commit=0 0 0
none /proc proc rw 0 0
none /dev/pts devpts rw 0 0
/dev/sda6 /home ext4 rw,commit=0 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
gvfs-fuse-daemon /home/bill/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,user=bill 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
nfsd /proc/fs/nfsd nfsd rw 0 0
/dev/sda1 /media/Win7 fuseblk rw,nosuid,nodev,allow_other,blksize=4096 0 0
/dev/sda2 /media/Win7Data fuseblk rw,nosuid,nodev,allow_other,blksize=4096 0 0
/dev/sdb2 /media/ElementsPCLOS_ ext4 rw,nosuid,nodev,uhelper=hal 0 0
/dev/sdb1 /media/ElementsWin7 fuseblk rw,nosuid,nodev,allow_other,blksize=4096 0 0

Following is result of ls -IR /media:

 ls -IR /media
cdrom/  ElementsPCLOS/  Win7/  Win7Data/

Where is "ElementsWin7" ?  It is not empty.

Regarding image posting:  Thanks for the help.  I thought I did a pretty thorough search trying to find instructions. I even did something no self respecting guy would do unless he is desperate. I went to Help! Still nothing.  May I suggest that the instructions be put into a more conspicuous place.  Maybe they should be in Help?  (ugh. I can't believe I just said that).






« Last Edit: May 21, 2012, 10:46:48 AM by bilyo »

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Nautilus Seeing Double
« Reply #14 on: May 21, 2012, 01:18:29 PM »

This is what I see in Nautilus /media:



The following is results of "cat /etc/mtab":

 cat /etc/mtab
UUID=9e65403b-ef54-4b33-a754-2d85492d49bc / ext4 rw,commit=0 0 0
none /proc proc rw 0 0
none /dev/pts devpts rw 0 0
/dev/sda6 /home ext4 rw,commit=0 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
gvfs-fuse-daemon /home/bill/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,user=bill 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
nfsd /proc/fs/nfsd nfsd rw 0 0
/dev/sda1 /media/Win7 fuseblk rw,nosuid,nodev,allow_other,blksize=4096 0 0
/dev/sda2 /media/Win7Data fuseblk rw,nosuid,nodev,allow_other,blksize=4096 0 0
/dev/sdb2 /media/ElementsPCLOS_ ext4 rw,nosuid,nodev,uhelper=hal 0 0
/dev/sdb1 /media/ElementsWin7 fuseblk rw,nosuid,nodev,allow_other,blksize=4096 0 0



Look at the screenshot of the /media directory. The ElementsPCLOS folder is empty, has 0 items. It is also not listed in /etc/mtab. That's the mount point you created. It should not be there. The ElementsPCLOS_ folder is your actual partition data.

Okay, let's try this again. The command is:

ls -lR /media

lowercase L lowercase S [SPACE] lowercase L uppercase R [SPACE] /media

Copy the line as posted by highlighting it, then right-click and select copy, or highlight it and press CTRL-C on the keyboard. Then click inside the terminal window and press Shift-Insert to paste the command line into the terminal window. Run the command with the external drive unplugged and nothing in the CD drive.

Also look at the contents of /media directory with the external drive unplugged and nothing in the CD drive.
« Last Edit: May 21, 2012, 01:20:57 PM by djohnston »
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378