[Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2007-09-24 Thread Tscheesy
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

[Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2007-06-10 Thread Istvan Szekeres
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 you

[Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2007-03-05 Thread psl
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 $

[Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2007-03-01 Thread Scott James Remnant
** 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

[Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2007-01-13 Thread didier
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

[Bug 54536] Re: [Bug 54536] Re: [Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2006-08-02 Thread Martin Pitt
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:

[Bug 54536] Re: [Bug 54536] Re: [Bug 54536] Re: [Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2006-08-02 Thread Soren Hansen
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: @echo Hi

[Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2006-08-01 Thread psl
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...

[Bug 54536] Re: [Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2006-08-01 Thread Soren Hansen
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. --

[Bug 54536] Re: [Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2006-08-01 Thread Soren Hansen
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 --

[Bug 54536] Re: [Bug 54536] Re: [Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2006-07-31 Thread Soren Hansen
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 a

[Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2006-07-31 Thread psl
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

[Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2006-07-31 Thread psl
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

[Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2006-07-31 Thread psl
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)

[Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2006-07-31 Thread psl
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,

[Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2006-07-31 Thread Martin Pitt
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

[Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2006-07-30 Thread Soren Hansen
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-bugs

[Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2006-07-30 Thread psl
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

[Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2006-07-30 Thread Soren Hansen
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

[Bug 54536] Re: [Bug 54536] Re: USB disk is automount to /media/USB DISK mount point

2006-07-30 Thread Dennis Kaarsemaker
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