closed - due its a feature-request and need's a new look after this
time..
it has been rejected eariler and end's up in exhausting discussios..
** Changed in: pmount (Ubuntu)
Assignee: (unassigned) => Tscheesy (tscheesy)
Status: New => Invalid
--
USB disk is automount to "/media/USB
scp handles them just fine on my computer:
$ touch "test file"
$ mkdir test_dir
$ scp test\ file test_dir
$ mkdir "test dir"
$ scp -r test_dir test\ dir
$
--
USB disk is automount to "/media/USB DISK" mount point
https://bugs.launchpad.net/bugs/54536
You received this bug notification because y
Even "scp" cannot handle spaces in filenames correctly:
$ touch "test file"
$ mkdir test_dir
$ scp test\ file test_dir/
cp: cannot stat `file': No such file or directory
$ scp "test file" test_dir/
cp: cannot stat `file': No such file or directory
$ touch test_file
$
** Changed in: sysvinit (Ubuntu)
Sourcepackagename: sysvinit => pmount
--
USB disk is automount to "/media/USB DISK" mount point
https://launchpad.net/bugs/54536
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
I add a software not working with space in filename.
/etc/init.d/umountfs
for example the live CD is mounted as:
/media/Ubuntu\ 07.04\ ppc
with in /proc/mounts
/dev/hdc /media/Ubuntu\0407.04\040ppc iso9660 ro,nosuid,nodev,noexec...
On reboot/shutdown umountfs doesn't get the quoting right and ex
On Wed, Aug 02, 2006 at 09:59:42AM -, Martin Pitt wrote:
> > > I disagree that you have to fix 'most Linux tools'. I do not know
> > > any program which doesn't cope with spaces in file names
> > make?
> Example?
>
> It works pretty well for me:
>
> --- snip: Makefile ---
> foo\ bar:
>
Hi,
Soren Hansen [2006-08-01 9:42 -]:
> On Tue, Aug 01, 2006 at 05:03:00AM -, Martin Pitt wrote:
> > I disagree that you have to fix 'most Linux tools'. I do not know any
> > program which doesn't cope with spaces in file names
>
> make?
Example?
It works pretty well for me:
--- snip:
On Tue, Aug 01, 2006 at 09:00:27AM -, psl wrote:
> /media/A
> /media/B
> /media/C
> etc...
>
> Isn't this smart? ;-)
No. It suffers from the same complete lack of information about the
device hidden behind the mount point making it REALLY annoying to find
the mount point you're looking for.
On Tue, Aug 01, 2006 at 05:03:00AM -, Martin Pitt wrote:
> I disagree that you have to fix 'most Linux tools'. I do not know any
> program which doesn't cope with spaces in file names
make?
--
USB disk is automount to "/media/USB DISK" mount point
https://launchpad.net/bugs/54536
--
ubuntu-
What about this workarround inspired by Windows world. Why to make the mount
name based on disk volume name? That is a stupid idea as volume name can be
source of trouble (spaces). Take it simple, it will even not confuse windows
users (no supprise for user):
/media/A
/media/B
/media/C
etc...
I disagree that you have to fix 'most Linux tools'. I do not know any
program which doesn't cope with spaces in file names (granted, in shell
the escaping is a little inconvenient). If the disk admin tool doesn't,
then the bug should be filed against it.
If you convince me that this does affect ma
What about Ubuntu applications that cannot handle space in mount point
filename? Let's try to find something in Ubuntu 6.06.
Run from GNOME Menu this:
System/Administration/Disks
Select USB disk, switch to partitions tab
Notice "Access path: /media/USB"
Press "browse", you get empty folder. BTW,
I did experiemnt with two USB sticks with the same volume name. Names
are modified as expected, two mount points created, "USB DISK" and "USB
DISK-1"
# mount | grep sd[ab]
/dev/sda1 on /media/USB DISK type vfat
(rw,nosuid,nodev,quiet,shortname=mixed,uid=1000,gid=1000,umask=077,iocharset=utf8)
/de
spaces in filenames could be real suprise for programmer; it makes
design of awk and perl scripts more difficult.
--
USB disk is automount to "/media/USB DISK" mount point
https://launchpad.net/bugs/54536
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/l
I have to try to put two USB stick with the same volume name to my
Ubuntu box. What will happen? The name have to be modified in some way
to have unique mount point for every device.
--
USB disk is automount to "/media/USB DISK" mount point
https://launchpad.net/bugs/54536
--
ubuntu-bugs mailing
On Sun, Jul 30, 2006 at 10:41:04PM -, Dennis Kaarsemaker wrote:
> Soren: I think 'principle of least surprise' should apply here. There is
> no real need to replace parts of a name a user might expect, so why
> should we do it?
I really don't think replacing spaces with underscores constitutes
Soren: I think 'principle of least surprise' should apply here. There is
no real need to replace parts of a name a user might expect, so why
should we do it?
--
USB disk is automount to "/media/USB DISK" mount point
https://launchpad.net/bugs/54536
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.u
Indeed. Attaced a patch that fixes it.
** Changed in: Ubuntu
Sourcepackagename: None => pmount
Status: Unconfirmed => Confirmed
--
USB disk is automount to "/media/USB DISK" mount point
https://launchpad.net/bugs/54536
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://list
You are right, "USB DISK" is volume name, created by usb stick
manufacturer. I missed that. It will good idea to replace spaces with
undercore in such case.
--
USB disk is automount to "/media/USB DISK" mount point
https://launchpad.net/bugs/54536
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ub
"USB DISK" is not a string invented by Ubuntu, but rather the volume
name of the vfat partition on your USB stick. That said, any spaces
really should be replaced by underscores or something..
--
USB disk is automount to "/media/USB DISK" mount point
https://launchpad.net/bugs/54536
--
ubuntu-bu
20 matches
Mail list logo