Public bug reported:

I have an NTFS extended partition with the label 'Volume H' which can be
mounted without problems under Intrepid but not under Jaunty. In neither
case is the partition listed in /etc/fstab (because of limitations
caused by the installer bug #)

Under Ubuntu 8.10
=================

What happens:
* No problems mounting and using the partition. (Cannot send files to the 
trash, the known bug # )

Under Ubuntu 8.10 I have the following information from the 'Properties > 
Volume' dialog:
Label: Volume H
File System: ntfs (3.1)
Mount Point: /media/Volume H
File System: fuseblk
Mount Options: rw nosuid nodev user_id=0 group_id=0 allow_other blksize=4096
Setting: [I've made no manual settings]

Under Ubuntu 9.04 (pre release)
===============================

What happens:
* Under 'Places > Removeable Media > Volume H' I try to mount the partition, 
this fails with the message below:
---
Cannot mount volume.
Unable to mount the volume 'Volume H'.
Details
   Cannot get volume.fstype.alternative
---
After a short wait (if I don't dismiss the first message) this message appears:
---
Unable to mount Volume H

DBus error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. 
Possible causes include: the remote application did not send a reply, the 
message bus security policy blocked the reply, the reply timeout expired, or 
the network connection was broken.
---

It mounts fine if I run sudo mount from the command line, without any
special parameters.

dun...@duncan-laptop:~$ sudo mkdir /media/Volume_H
dun...@duncan-laptop:~$ sudo mount /dev/sdb1 /media/Volume_H

Could it be that the problem is as simple as the gui system not being
able to create and use a directory with a space in it's name? I added an
underscore to avoid that issue.

I wasn't sure if the contents of 'lspci' was useful, but here it is:

dun...@duncan-laptop:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT 
Express PCI Express Root Port (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 
(rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 
(rev 01)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 
(rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI 
Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE 
Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation G72M [GeForce Go 7400] 
(rev a1)
06:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] 
Network Connection (rev 02)
08:06.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
08:06.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 
1394 Host Controller
08:06.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card 
Reader (SD/MMC/MS/MS PRO/xD)
08:06.3 SD Host controller: Texas Instruments PCIxx12 SDA Standard Compliant SD 
Host Controller
08:08.0 Ethernet controller: Intel Corporation PRO/100 VE Network Connection 
(rev 01)
dun...@duncan-laptop:~$

** Affects: ubuntu
     Importance: Undecided
         Status: New


** Tags: ntfs

** Summary changed:

- Cannot get volume.fstype.alternative
+ Cannot get volume.fstype.alternative (fail to mount ntfs partition)

** Description changed:

  I have an NTFS extended partition with the label 'Volume H' which can be
  mounted without problems under Intrepid but not under Jaunty. In neither
  case is the partition listed in /etc/fstab (because of limitations
  caused by the installer bug #)
  
  Under Ubuntu 8.10
  =================
  
  What happens:
  * No problems mounting and using the partition. (Cannot send files to the 
trash, the known bug # )
  
  Under Ubuntu 8.10 I have the following information from the 'Properties > 
Volume' dialog:
  Label: Volume H
  File System: ntfs (3.1)
  Mount Point: /media/Volume H
  File System: fuseblk
  Mount Options: rw nosuid nodev user_id=0 group_id=0 allow_other blksize=4096
  Setting: [I've made no manual settings]
  
  Under Ubuntu 9.04 (pre release)
  ===============================
  
  What happens:
  * Under 'Places > Removeable Media > Volume H' I try to mount the partition, 
this fails with the message below:
  ---
  Cannot mount volume.
  Unable to mount the volume 'Volume H'.
  Details
     Cannot get volume.fstype.alternative
  ---
  After a short wait (if I don't dismiss the first message) this message 
appears:
  ---
  Unable to mount Volume H
  
  DBus error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. 
Possible causes include: the remote application did not send a reply, the 
message bus security policy blocked the reply, the reply timeout expired, or 
the network connection was broken.
  ---
  
  It mounts fine if I run sudo mount from the command line, without any
  special parameters.
  
  dun...@duncan-laptop:~$ sudo mkdir /media/Volume_H
  dun...@duncan-laptop:~$ sudo mount /dev/sdb1 /media/Volume_H
  
  Could it be that the problem is as simple as the gui system not being
  able to create and use a directory with a space in it's name? I added an
  underscore to avoid that issue.
  
- I wasn't sure if the contents of 'lspci' was useful, but here it is.
+ I wasn't sure if the contents of 'lspci' was useful, but here it is:
+ 
+ dun...@duncan-laptop:~$ lspci
+ 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
+ 00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express PCI Express Root Port (rev 03)
+ 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 01)
+ 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 
(rev 01)
+ 00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 
(rev 01)
+ 00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 
(rev 01)
+ 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #1 (rev 01)
+ 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #2 (rev 01)
+ 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #3 (rev 01)
+ 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #4 (rev 01)
+ 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI 
Controller (rev 01)
+ 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
+ 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 01)
+ 00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE 
Controller (rev 01)
+ 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 
01)
+ 01:00.0 VGA compatible controller: nVidia Corporation G72M [GeForce Go 7400] 
(rev a1)
+ 06:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] 
Network Connection (rev 02)
+ 08:06.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
+ 08:06.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 
1394 Host Controller
+ 08:06.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card 
Reader (SD/MMC/MS/MS PRO/xD)
+ 08:06.3 SD Host controller: Texas Instruments PCIxx12 SDA Standard Compliant 
SD Host Controller
+ 08:08.0 Ethernet controller: Intel Corporation PRO/100 VE Network Connection 
(rev 01)
+ dun...@duncan-laptop:~$

** Tags added: ntfs

-- 
Cannot get volume.fstype.alternative (fail to mount ntfs partition)
https://bugs.launchpad.net/bugs/313770
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to