Partitions aren't available in computer:///

Bug #32628 reported by mole0815
18
Affects Status Importance Assigned to Milestone
nautilus (Ubuntu)
Fix Released
Medium
Ubuntu Desktop Bugs

Bug Description

Cannot access partitions in nautilus in computer:///. There are only Filesystem and CD-ROM (Ubuntu 5.10)

Cannot access partitions in nautilus in computer:///. There are only Filesystem and CD-ROM (Ubuntu 5.10)

In /media/hdaX all partitions are mounted correctly and i can access them.

My fstab:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda4 / ext3 defaults,errors=remount-ro 0 1
/dev/hda1 /media/hda1 ntfs auto,umask=000,nls=utf8 0 0
/dev/hda2 /media/hda2 vfat auto,umask=000,iocharset=iso8859-1 0 0
/dev/hda6 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0

description: updated
summary: + Cannot access partitions in nautilus in computer:///. There are only
+ Filesystem and CD-ROM (Ubuntu 5.10)
Revision history for this message
Jeremy Austin-Bardo (ausimage) wrote :

I believe this is correct behavior for all non-removeable hard drives and partitions. Linux represents all partions and drives as one filesytem.

Changed in nautilus:
status: Unconfirmed → Confirmed
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks for your bug. What keys are selected with gconf-editor for /system/storage? Is that a new issue you have? Do you have them to the panel Places menu?

Changed in nautilus:
assignee: nobody → desktop-bugs
status: Confirmed → Needs Info
Revision history for this message
Adolfo González Blázquez (infinito) wrote :

I have the same problem with up-to-date Dapper.
In /etc/fstab:
/dev/hda7 /data vfat defaults,users,umask=077,uid=1000,gid=1000,iocharset=utf8 0 0

It got mounted correctly, and if i go to /data with nautilus everything is there, but the icon doesn't appear on Desktop or in Computer.

In gconf, /system/storage is empty.

Revision history for this message
Adolfo González Blázquez (infinito) wrote :

Really weird... This seems to be a regression from Hoary days!

Doing a "/etc/init.d/dbus restart" makes the icons appear once again on desktop.

This seems to be the same bug as old https://launchpad.net/bugs/13985

Revision history for this message
Sebastien Bacher (seb128) wrote :

Does mounting the partition to /media makes any difference?

From the hal changelog

" - Now ignore volumes on non-hottpluggable and non-removable volumes unless
      they are mounted under /mnt or /media, or are a mounted NTFS or VFAT
      partition. This should come close to what the majority of users will
      want to see.
    - Malone #34886 (might also fix at leastparts of #13554)"

which has been changed to be only for the media directory

Revision history for this message
Adolfo González Blázquez (infinito) wrote :

Mounting under /media or /mnt makes no difference.

I've just remembered a dirty workaround from the hoary days, that consist of renaming the /dev/hda1 entry to dev/hda1. That makes the partition show on computer:///

That's what makes me think this is the same old bug...

Revision history for this message
Sebastien Bacher (seb128) wrote :

Martin, any idea on that?

Changed in nautilus:
status: Needs Info → Unconfirmed
Revision history for this message
Adrian Moisey (adrianmoisey) wrote :

I have the same problem. /etc/init.d/dbus restart helps if the drive is mounted.

Revision history for this message
yostral (y-o) wrote :

I have the same problem...

You are right Adolfo, it's like the old bug ! just write "dev/hdax" and not "/dev/hdax" in fstab, and drives are back !

Strange to have a so old bug back...

Revision history for this message
Adolfo González Blázquez (infinito) wrote :

The dev/hdax trick just works for showing mounted partitions on Desktop and Computer:///. But if you try to mount (using nautilus) any of this partitions, you get a Partition not found in /etc/fstab error.

Anyway, will this terrible bug be fixed before Dapper release?
Hope so...

Revision history for this message
yostral (y-o) wrote :

Yes you're right about the error when you try to mount a partition. But it's possible if you use the drive-mount applet ! I don't know why, but it works with the applet...

And something new with today's update : before I could see my CD/DVD drive, even with "/dev/hdx" in the fstab. But now, I can't anymore ! I have to use the same trick if I want to see it. It's not annoying with this drive, because when you put a CD in, it appears and is mounted automatically.

But, for me, it's getting worse and worse with my drives...

Hope so too...

Revision history for this message
Sebastien Bacher (seb128) wrote : Re: [Bug 32628] Re: Partitions aren't available in computer:///

> It's not annoying with
> this drive, because when you put a CD in, it appears and is mounted
> automatically.
>
> But, for me, it's getting worse and worse with my drives...
>
> Hope so too...

What is the issue? What is it worse for you if "It's not annoying"?

Revision history for this message
yostral (y-o) wrote :

I don't know if it's a bug with the CD/DVD drive, maybe it's normal, it's the new behavior, because yes, it's not annoying. But it is for the others partitions.

I said it's getting worse and worse because I had a problem ... with K3B... so nothing to do here, you're right.

Revision history for this message
Andrea Garbarini (garba) wrote :

Everything seems to be broken here too... I added my /dev/sdb1 device to the /etc/pmount.allow as to make it user-mountable but nautilus doesn't seem to get notified when the volume gets mounted. Restarting dbus actually causes the volume to get displayed on the desktop. Funny thing is, pumount it and it's still there, the restart-dbus trick doesn't seem to work when unmounting the volume.

Revision history for this message
Adolfo González Blázquez (infinito) wrote :

After latest updates, every partition now appears on computer:///, but still not mounted volumes on Desktop, and no partitions (just the removable media) on Places menu.

Revision history for this message
Sebastien Bacher (seb128) wrote :

That's the way it's intended to be, computer place list everything, Desktop only partitions mounted to /media and removables devices, marking as fixed

Changed in nautilus:
status: Unconfirmed → Fix Released
Revision history for this message
Adrian Moisey (adrianmoisey) wrote :

I get the partitions in computer:/// but clicking/mounting them doesn't do much. It does mount the partition, but you have to close then open computer:/// for it to notice the change

Revision history for this message
Adolfo González Blázquez (infinito) wrote :

I still think this is a bug to be fixed.

This is how my computer:/// looks like after bootup:
http://infinito.f2o.org/imagenes/Browser1.png
In the Desktop you can see only icons for removable harddrive and ftp shares.

Then, after doing "/etc/init.d/dbus restart", the computer:/// changes, and icons for the other partitions mounted appears on desktop:
http://infinito.f2o.org/imagenes/Browser2.png

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.