Displaying 3 results from an estimated 3 matches for "linny".
Did you mean:
lenny
2000 May 12
3
Problem: permissions for removing a file in a file system mounted by smbmount
[Heribert Sch?tz <Heribert.Schuetz@gsi-office.de>]
> Consider the following case: I mount a share from an NT server on a
> Linux box, which I then use at the Linux box. I create a file on that
> partition and remove its write permissions. This happens whithin a
> directory which does have write permission. When I now want to remove
> the file, it does not work, but I rather
2007 Oct 09
1
DOS/Freedos: Can't use mkfloppyimg.sh or mkdiskimage for +8M images ( Murali (????? ?????) )
Sorry for the delay, I should not send email on an holiday week-end.
I'll try to answer all the questions by explaining what does work
for me right now, and what I'd like to do.
I have a script to create the a USB stick or an ISO image. The boot
media contains many DOS images, and I use versamenu to select one
of them. If my DOS image is smaller than 8megs, everything is working
fine as
2007 Oct 10
1
DOS/Freedos: Can't use mkfloppyimg.sh or mkdiskimage for +8M images ( Solved)
...it was
the 3.36 version.
2- Thank to kevin Connelly, he point me to a problem he got with
mkdosfs command. The default FAT16 do not work, but the FAT12 do. By
adding -F12 to the mkdosfs command fix the problem. The default F16 do
seem to work for <8M floppy image.
Thank you
On 10/9/07, Gaetan linny Lord <email at gaetanlord.ca> wrote:
>
> Sorry for the delay, I should not send email on an holiday week-end.
>
> I'll try to answer all the questions by explaining what does work
> for me right now, and what I'd like to do.
>
> I have a script to create the a USB...