[Bug 1059726] Re: Mounting drives that have '\040' in the name in fstab throws up an error during boot.

2013-05-08 Thread OzzyFrank
*** This bug is a duplicate of bug 1059471 ***
https://bugs.launchpad.net/bugs/1059471

Pascal - the graphics card info is as follows:

01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G84
[GeForce 8600 GT] [10de:0402] (rev a1) (prog-if 00 [VGA controller])

Forgive my lack of expertise in these matters, but I have no idea about
blacklisting video cards, like why I would even need to do that
(actually, to a novice like me it kind of sounds dangerous, hehe).
Looking at the blacklist examples in /boot/grub/gfxblacklist.txt, I
can't even see what part of the above info I'd have to put in. I assume
this has something to do with why my boot utterly fails when it can't
mount /media/Windows\040XP, rather than give me the option to skip and
just resume boot. Once again, forgive my ignorance about why a mount
failure and video card issue could be related.

Anyway, all I can say is that while playing with the values in fstab and
using mount -a to see if any changes work, everything I do still ends
with the error: [mntent]: line 1 in /etc/fstab is bad

Whether I use spaces, \040 instead of spaces, and quotes around the path
of both of those or not, there is still no way for me to mount those
with spaces. I know the short answer is just to change the mount points
to those with no spaces, but the reason I have not done that is that I
have so many links and bookmarks etc pointing to Windows XP - not to
mention in a VirtualBox WinXP appliance where so much is tied to the
physical WinXP partition - it would cause me too much hassle to change
the mount point to Windows_XP (Ubuntu's automount recognises the
partition's label of Windows XP, and while I have to manually mount
that, all my links/bookmarks then work, and I just have to remember to
do that before loading my WinXP virtual machine, otherwise it too spits
the dummy and fails to load).

PS: my mountall version is now 2.42ubuntu0.4, but still no luck.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059726

Title:
  Mounting drives that have '\040' in the name in fstab throws up an
  error during boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1059726/+subscriptions

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


[Bug 1059726] Re: Mounting drives that have '\040' in the name in fstab throws up an error during boot.

2012-11-25 Thread Phil Hughes
*** This bug is a duplicate of bug 1059471 ***
https://bugs.launchpad.net/bugs/1059471

Version 2.42ubuntu0.1 has fixed this for me.

Strangely, mountall --version still reports the version as 2.39.
Software Centre and dpkg -s both report 2.42.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059726

Title:
  Mounting drives that have '\040' in the name in fstab throws up an
  error during boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1059726/+subscriptions

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


[Bug 1059726] Re: Mounting drives that have '\040' in the name in fstab throws up an error during boot.

2012-11-08 Thread Steve Langasek
*** This bug is a duplicate of bug 1059471 ***
https://bugs.launchpad.net/bugs/1059471

This is basically bug #1059471: the entry that gets added to
/proc/self/mountinfo doesn't match mountall's view of the mountpoint
name (because getmntent() unescapes the string), so as a result mountall
doesn't know it's mounted due to the previous bug.

Once that bug is fixed, I see that mountall adds two entries to
/etc/mtab for such filesystems (if mounted before / is mounted rw),
because it still doesn't know they're the same filesystem.  But nobody
seems to have been concerned about this issue before now; if anyone here
is, feel free to file a separate bug report for it.

** This bug has been marked a duplicate of bug 1059471
   2.41 fails to mount root partition

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059726

Title:
  Mounting drives that have '\040' in the name in fstab throws up an
  error during boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1059726/+subscriptions

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


[Bug 1059726] Re: Mounting drives that have '\040' in the name in fstab throws up an error during boot.

2012-10-28 Thread Pascal De Vuyst
[OzzyFrank] it totally halted the system (I was given no Press S to skip 
option - the only keys that would do anything was Esc [toggle between showing 
Plymouth and verbose mode] and Ctrl+Alt+Del [reboot]
[Pascal] What graphics card do you have (lspci -vnn | grep VGA)? Did you try to 
blacklist you graphics card in /boot/grub/gfxblacklist.txt and then running 
sudo update-grub2 ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059726

Title:
  Mounting drives that have '\040' in the name in fstab throws up an
  error during boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1059726/+subscriptions

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


[Bug 1059726] Re: Mounting drives that have '\040' in the name in fstab throws up an error during boot.

2012-10-27 Thread Pascal De Vuyst
** Changed in: mountall (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059726

Title:
  Mounting drives that have '\040' in the name in fstab throws up an
  error during boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1059726/+subscriptions

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


[Bug 1059726] Re: Mounting drives that have '\040' in the name in fstab throws up an error during boot.

2012-10-26 Thread OzzyFrank
Hi. I can confirm pretty much the same thing, being that my Windows XP
partition could not be mounted on rebooting after the 12.10 upgrade, and
it totally halted the system (I was given no Press S to skip option -
the only keys that would do anything was Esc [toggle between showing
Plymouth and verbose mode] and Ctrl+Alt+Del [reboot]).

Nothing is wrong with that NTFS partition, but the mount point does
contain a space (/media/Windows XP), so it may be the \040 issue. I
booted with another drive and edited fstab (I simply commented out the
whole line, as I had no idea if it was an issue with it mounting NTSF
volumes or what not), and the system started fine (and the NTFS
partition, being on the same drive as Ubuntu, was automatically mounted
anyway).

Once upon an upgrade, I had to actually edit fstab and replace the
spaces with \040 in order to get affected volumes to be mounted again
- now it seems that's the very cause of this issue. While I obviously
got past this, this issue would surely stump those with less experience,
especially as many would have no idea how to boot with a Live CD or
other Ubuntu drive and successfully edit fstab (keeping in mind Ubuntu
won't automatically mount another Ubuntu/Linux system partition, so
you'd have to know how to do this manually, then edit fstab as root).

Also, it doesn't help that among the error messages it mentions nothing
of spaces in the mount point, but states:

The volume may already be mounted, or another software may use it...
mountall: File system could not be mounted /media/Windows XP

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059726

Title:
  Mounting drives that have '\040' in the name in fstab throws up an
  error during boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1059726/+subscriptions

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


[Bug 1059726] Re: Mounting drives that have '\040' in the name in fstab throws up an error during boot.

2012-10-20 Thread Phil Hughes
I also see this on a system upgraded to 12.10 from 12.04.

I have an ssd (system/home) and two internal hard drives, one for data
and one for storing backups. There are two entries in fstab as follows:

UUID=2cb4aef5-637c-44fa-b7a2-d4ba52f98545 /media/data ext4 defaults 0 2
UUID=de6514b0-b7a9-49ca-a7ab-c19be1431636 /media/Backup\040Drive ext4 defaults 
0 2

When I boot up, I just get a black screen. Pressing Ctrl-Alt-F1 then
Ctrl-Alt-F7 gets me the X console (going straight to F7 doesn't work)
which shows:

An error occured while mounting /media/Backup Drive.
Press S to skip mounting or M for manual recovery.

If I press S, booting continues ok.

data is mounted as expected with owner root, Backup Drive is mounted
with owner phil.

(Unmounted, both /media/data and /media/Backup Drive have owner root and
permissions 755).

The following is shown in /var/log/boot.log (file attached):

mountall: Event failed
mount: /dev/sdc1 already mounted or /media/Backup Drive busy
mount: according to mtab, /dev/sdc1 is already mounted on /media/Backup Drive
mountall: mount /media/Backup Drive [824] terminated with status 32
mountall: Filesystem could not be mounted: /media/Backup Drive

(If I comment out the line for Backup Drive, boot proceeds ok, it
doesn't get mounted and there are no entries in boot.log).

This all worked fine in 12.04.

Two external drives which also have spaces in the names get mounted
fine.

** Attachment added: boot.log
   
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1059726/+attachment/3405754/+files/boot.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059726

Title:
  Mounting drives that have '\040' in the name in fstab throws up an
  error during boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1059726/+subscriptions

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


[Bug 1059726] Re: Mounting drives that have '\040' in the name in fstab throws up an error during boot.

2012-10-19 Thread Chris Thompson
Yes, that was the exact error message that I received originally.

Relabeling the drives without spaces worked fine for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059726

Title:
  Mounting drives that have '\040' in the name in fstab throws up an
  error during boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1059726/+subscriptions

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


[Bug 1059726] Re: Mounting drives that have '\040' in the name in fstab throws up an error during boot.

2012-10-18 Thread Andrew Gallagher
I can confirm this bug.

I have two external drives in my fstab:

proc/proc   procnodev,noexec,nosuid 0   0
# / was on /dev/sda1 during installation
UUID=a750d27d-ca00-4aa8-b154-a86c95c5054e /   ext4
errors=remount-ro 0   1
# /vault was on /dev/sda6 during installation
UUID=214e350f-1b00-4f1d-b105-bf9a4696b367 /vault  ext4defaults  
  0   2
# swap was on /dev/sda5 during installation
UUID=c26824e9-386f-4e7d-abaf-0040d8f7410e noneswapsw
  0   0
LABEL=LACIE\0401/media/LACIE\0401   vfatdefaults0   
2
LABEL=LACIE\0404/media/LACIE\0404   ext4defaults0   
2

On boot, I get the error message:

The disk drive for /media/LACIE 1 is not ready yet or not present.
Continue to wait, or Press S to skip mounting or M for manual recovery

If I choose manual recovery, I can immediately invoke mount -a on the
command line and both disks are mounted without complaint.

If I choose skip (for both external drives) the boot process continues,
but I find once I log in that the drives have been auto-mounted on e.g.
/media/LACIE 1_ (or 1__ or 1___, such caprice being why I put entries in
fstab in the first place).

I am now going to relabel both these drives without spaces in their
names as a workaround to see if this helps.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059726

Title:
  Mounting drives that have '\040' in the name in fstab throws up an
  error during boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1059726/+subscriptions

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


[Bug 1059726] Re: Mounting drives that have '\040' in the name in fstab throws up an error during boot.

2012-10-02 Thread Chris Thompson
I reinstalled Kubuntu 12.10 but strangely I don't get an error message
anymore. As in Gnome the monitor receives no signal until I press 'S'
twice to skip mounting the 2 drives.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059726

Title:
  Mounting drives that have '\040' in the name in fstab throws up an
  error during boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1059726/+subscriptions

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


[Bug 1059726] Re: Mounting drives that have '\040' in the name in fstab throws up an error during boot.

2012-10-01 Thread Chris Thompson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059726

Title:
  Mounting drives that have '\040' in the name in fstab throws up an
  error during boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1059726/+subscriptions

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


[Bug 1059726] Re: Mounting drives that have '\040' in the name in fstab throws up an error during boot.

2012-10-01 Thread Steve Langasek
please clarify what the error message is that you see.

** Package changed: plymouth (Ubuntu) = mountall (Ubuntu)

** Changed in: mountall (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059726

Title:
  Mounting drives that have '\040' in the name in fstab throws up an
  error during boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1059726/+subscriptions

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


[Bug 1059726] Re: Mounting drives that have '\040' in the name in fstab throws up an error during boot.

2012-10-01 Thread Chris Thompson
I think the error message was:

'Error while mounting /media/Storage 1. Press S to skip mounting or M to
[something]'

I'm afraid I installed Gnome remix over my Kubuntu install and Gnome
remix doesn't bring up an error message. I can reinstall Kubuntu 12.10
if you need the exact message. Or is there a way to make Gnome remix
display error messages on boot?

Apologies for the lack of details, it's the first Ubuntu bug report I've
made.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059726

Title:
  Mounting drives that have '\040' in the name in fstab throws up an
  error during boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1059726/+subscriptions

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