* Re: Re[2]: ANN: NTFS 2.0.1 for kernel 2.5.7 released
[not found] <ISPFE11z1aiG4HHZM9I000037fa@mail.takas.lt>
@ 2002-03-29 13:56 ` Anton Altaparmakov
2002-04-03 7:32 ` Pavel Machek
0 siblings, 1 reply; 5+ messages in thread
From: Anton Altaparmakov @ 2002-03-29 13:56 UTC (permalink / raw)
To: Nerijus Baliunas
Cc: linux-fsdevel, linux-kernel, linux-ntfs-dev, Padraig Brady
On Fri, 29 Mar 2002, Nerijus Baliunas wrote:
> On Fri, 29 Mar 2002 12:57:07 +0000 (GMT) Anton Altaparmakov <aia21@cus.cam.ac.uk> wrote:
> AA> > To have all files executable breaks stuff like:
> AA> > midnight commander (won't open executable files)
> AA>
> AA> Ouch, that is plain stupid... mc should be fixed. I open executables all
> AA> the time and mc should automatically fire up a hexeditor.
>
> You probably misunderstood the problem - I cannot enter archive files (.tgz, .zip)
> in mc if these files are marked as executable - mc just tries to execute them.
Ah, that is a bad thing. (I don't use mc as you may have guessed...)
> AA> I guess if more people complain I can change the default fmask to be 0177
> AA> instead of 0077 but I want to see more complaints first. I personally find
> AA> the being able to execute behaviour better as I run things off the ntfs
> AA> partitions...
>
> People using Linux usually keep data files on fat and ntfs permissions, not
> executables (IMHO).
Depends what you are doing and whether you use wine or not... I have no
idea what the percentages are...
Best regards,
Anton
--
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Linux NTFS maintainer / WWW: http://linux-ntfs.sf.net/
ICQ: 8561279 / WWW: http://www-stu.christs.cam.ac.uk/~aia21/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re[2]: ANN: NTFS 2.0.1 for kernel 2.5.7 released
2002-03-29 13:56 ` Re[2]: ANN: NTFS 2.0.1 for kernel 2.5.7 released Anton Altaparmakov
@ 2002-04-03 7:32 ` Pavel Machek
0 siblings, 0 replies; 5+ messages in thread
From: Pavel Machek @ 2002-04-03 7:32 UTC (permalink / raw)
To: Anton Altaparmakov
Cc: Nerijus Baliunas, linux-fsdevel, linux-kernel, linux-ntfs-dev,
Padraig Brady
Hi!
> > AA> > To have all files executable breaks stuff like:
> > AA> > midnight commander (won't open executable files)
> > AA>
> > AA> Ouch, that is plain stupid... mc should be fixed. I open executables all
> > AA> the time and mc should automatically fire up a hexeditor.
> >
> > You probably misunderstood the problem - I cannot enter archive files (.tgz, .zip)
> > in mc if these files are marked as executable - mc just tries to execute them.
>
> Ah, that is a bad thing. (I don't use mc as you may have guessed...)
Well, not completely true. Let's see.
When you press enter, mc does default action. Default action is
execute, if file is executable
open tar gz archive, if file is named *.tgz
etc. It is actually quite reasonable. If you want to open executable
.tgz archive just do cd foo.tgz#utar.
Pavel
--
(about SSSCA) "I don't say this lightly. However, I really think that the U.S.
no longer is classifiable as a democracy, but rather as a plutocracy." --hpa
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re[2]: ANN: NTFS 2.0.1 for kernel 2.5.7 released
2002-03-30 10:34 ` Joachim Breuer
@ 2002-03-30 11:02 ` Nicholas Miell
0 siblings, 0 replies; 5+ messages in thread
From: Nicholas Miell @ 2002-03-30 11:02 UTC (permalink / raw)
To: Joachim Breuer
Cc: Nerijus Baliunas, Anton Altaparmakov, linux-fsdevel,
linux-kernel, linux-ntfs-dev, Padraig Brady
On Sat, 2002-03-30 at 02:34, Joachim Breuer wrote:
> What I would like to see (probably exists somewhere) is a (userland)
> tool which can fire up an exec image residing in a readable (not
> executable) file - that would take care of the "star office
> installation" case, as well. If said tool was called "run" it would
> have all semantics intuitively expected by me.
>
You already have the program. It's called /lib/ld-linux.so.2
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re[2]: ANN: NTFS 2.0.1 for kernel 2.5.7 released
2002-03-29 13:24 ` Re[2]: " Nerijus Baliunas
@ 2002-03-30 10:34 ` Joachim Breuer
2002-03-30 11:02 ` Nicholas Miell
0 siblings, 1 reply; 5+ messages in thread
From: Joachim Breuer @ 2002-03-30 10:34 UTC (permalink / raw)
To: Nerijus Baliunas
Cc: Anton Altaparmakov, linux-fsdevel, linux-kernel, linux-ntfs-dev,
Padraig Brady
Nerijus Baliunas <nerijus@users.sourceforge.net> writes:
> On Fri, 29 Mar 2002 12:57:07 +0000 (GMT) Anton Altaparmakov <aia21@cus.cam.ac.uk> wrote:
>
> [...] Discussion about default fmask, mc, being able to run in place
> snipped
>
> People using Linux usually keep data files on fat and ntfs permissions, not
> executables (IMHO).
For the sake of another vote: Yes, I do use NTFS primarily for data
storage, and No, I don't like gratuitous x-bits. Not *at all*. Not
because I work with some specific software that should be "fixed", but
because I think it is quite b0rken to flag "executable" in the general
case.
What I would like to see (probably exists somewhere) is a (userland)
tool which can fire up an exec image residing in a readable (not
executable) file - that would take care of the "star office
installation" case, as well. If said tool was called "run" it would
have all semantics intuitively expected by me.
But even without "run" I'd be very much happier with x off by default
- those who want it should turn it on using mount -o fmask, not the
other way around.
Just my opinion.
So long,
Joe
--
"I use emacs, which might be thought of as a thermonuclear
word processor."
-- Neal Stephenson, "In the beginning... was the command line"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re[2]: ANN: NTFS 2.0.1 for kernel 2.5.7 released
2002-03-29 12:57 Anton Altaparmakov
@ 2002-03-29 13:24 ` Nerijus Baliunas
2002-03-30 10:34 ` Joachim Breuer
0 siblings, 1 reply; 5+ messages in thread
From: Nerijus Baliunas @ 2002-03-29 13:24 UTC (permalink / raw)
To: Anton Altaparmakov, linux-fsdevel, linux-kernel, linux-ntfs-dev,
Padraig Brady
On Fri, 29 Mar 2002 12:57:07 +0000 (GMT) Anton Altaparmakov <aia21@cus.cam.ac.uk> wrote:
AA> > To have all files executable breaks stuff like:
AA> > midnight commander (won't open executable files)
AA>
AA> Ouch, that is plain stupid... mc should be fixed. I open executables all
AA> the time and mc should automatically fire up a hexeditor.
You probably misunderstood the problem - I cannot enter archive files (.tgz, .zip)
in mc if these files are marked as executable - mc just tries to execute them.
AA> I guess if more people complain I can change the default fmask to be 0177
AA> instead of 0077 but I want to see more complaints first. I personally find
AA> the being able to execute behaviour better as I run things off the ntfs
AA> partitions...
People using Linux usually keep data files on fat and ntfs permissions, not
executables (IMHO).
Regards,
Nerijus
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-04-03 9:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <ISPFE11z1aiG4HHZM9I000037fa@mail.takas.lt>
2002-03-29 13:56 ` Re[2]: ANN: NTFS 2.0.1 for kernel 2.5.7 released Anton Altaparmakov
2002-04-03 7:32 ` Pavel Machek
2002-03-29 12:57 Anton Altaparmakov
2002-03-29 13:24 ` Re[2]: " Nerijus Baliunas
2002-03-30 10:34 ` Joachim Breuer
2002-03-30 11:02 ` Nicholas Miell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®