Your message dated Thu, 31 Oct 2013 11:20:29 -0400
with message-id <[email protected]>
and subject line mount: fstab won't accept spaces in the <file system>
has caused the Debian Bug report #331705,
regarding /etc/fstab cannot have spaces in <device> path
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
331705: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=331705
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mount
Version: 2.12r-16
The solution to this bug will probably be similar to the solution for
Debian Bug #331705
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=331705
This works:
ln -s /dev/sdb1 "/dev/a space"
mount -t vfat "/dev/a space" /mnt/sdb1
But if I add to /etc/fstab
"/dev/try sdb 1" /mnt/sdb1 vfat
Then try
mount /mnt/sdb1
I get the error:
[mntent]: line 1 in /etc/fstab is bad
mount: can't find /mnt/sdb1 in /etc/fstab or /etc/mtab
Similarly, when I add this line to the top of /etc/fstab:
sshfs#"[email protected]:/cygdrive/c/Documents and
Settings/Testuser/My Documents" /mnt/remote-testuser fuse
noexec,uid=1000,umask=0,allow_other,port=50022,reconnect
then run as root:
mount /mnt/remote-testuser
the mount fails with the error:
[mntent]: line 1 in /etc/fstab is bad
mount: can't find /mnt/remote-testuser in /etc/fstab or /etc/mtab
With the patch in Debian Bug 417834
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417834
applied to mount.fues, the above FUSE mount command should have worked.
--- End Message ---
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
As already mentioned in this report and in the fstab man page, the
correct way to do this is with octal escapes.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBAgAGBQJScnU9AAoJEJrBOlT6nu75cUYIAJqnAV/j4ET27lm7hmhPtU9m
l93R9S17UjQD2BGRNnQMDvMtQmspVzszzSCBUBgWbHtYukt6jO46BGoWNTxbIwgq
NvISM7KU/UdmTqjaVW5M+t99EQMsgFbDlVO58beizuKAt5bvkhlBxOuW7VJBPkWd
HpnAibk+ZdePPoXToNGjMZikxl/bMzhF6kefAL1lfDxH+o/OYuDkTEPMSzHGMxMo
2cdIY2iUn8pjn4DdRWimG6oA9jvbxDTNSVuiEZ3xR3oQYvSEh8XpUyhlkdTnTaYY
829HpUOKR7SerrQg/yGQkKQSwSTRygticpa5TnkjKj5QGOg2Oer9oLEoKrBDFCg=
=zwTv
-----END PGP SIGNATURE-----
--- End Message ---