Lines Matching +full:2 +full:a
33 - there is a list of text extensions (I thing it's better to not convert
49 When to mark filesystem dirty so that OS/2 checks it.
57 one hour more, than under os/2, use timeshift=-3600.
63 As in OS/2, filenames are case insensitive. However, shell thinks that names
64 are case sensitive, so for example when you create a file FOO, you can use
70 OS/2 ignores dots and spaces at the end of file name, so this driver does as
71 well. If you create 'a. ...', the file 'a' will be created, but you can still
72 access it under names 'a.', 'a..', 'a . . . ' etc.
78 On HPFS partitions, OS/2 can associate to each file a special information called
81 variable length. OS/2 stores window and icon positions and file types there. So
83 driver can do it. If you chown/chgrp/chmod on a hpfs partition, extended
84 attributes with keys "UID", "GID" or "MODE" and 2-byte values are created. Only
92 read-only flag. When you mknod a block or char device, besides "MODE", the
107 incompatible with OS/2. OS/2 PmShell symlinks are not supported because they are
118 file has a pointer to codepage its name is in. However OS/2 was created in
120 support is quite buggy. I have Czech OS/2 working in codepage 852 on my disk.
121 Once I booted English OS/2 working in cp 850 and I created a file on my 852
123 Czech OS/2, the file was completely inaccessible under any name. It seems that
124 OS/2 uppercases the search pattern with its system code page (852) and file
127 Czech OS/2 another file in that directory, that file was inaccessible too. OS/2
128 probably uses different uppercasing method when searching where to place a file
130 a file. Finally when I opened this directory in PmShell, PmShell crashed (the
133 modification saved me. Never mix different language versions of OS/2 on one
136 would cause more problems than benefit with such buggy implementation in OS/2.
145 HPFS386 on OS/2 server is not supported. HPFS386 installed on normal OS/2 client
146 should work. If you have OS/2 server, use only read-only mode. I don't know how
156 OS/2 can't access files if the path is longer than about 256 chars but this
159 Sometimes you won't be able to delete some files on a very full filesystem
186 When compiled, you get warning: function declaration isn't a prototype. Does
193 Old versions of this driver created sometimes unbalanced dnode trees. OS/2
200 again. Do it in Linux, not OS/2! If you see this message in directory that is
204 Bugs in OS/2
210 Sometimes (I think it's random) when you create a file with one-char name under
211 OS/2, OS/2 marks it as 'long'. chkdsk then removes this flag saying "Minor fs
214 File names like "a .b" are marked as 'long' by OS/2 but chkdsk "corrects" it and
231 0.92 Fixed a little memory leak in freeing directory inodes
235 0.94 Fixed a little memory leak when trying to delete busy file or directory
236 0.95 Fixed a bug that i_hpfs_parent_dir was not updated when moving files
238 1.91 Fixed a bug that chk_sectors failed when sectors were at the end of disk
239 Fixed a race-condition when write_inode is called while deleting file
240 Fixed a bug that could possibly happen (with very low probability) when
258 1.92 Corrected a bug when sync was called just before closing file
262 Fixed a possible problem with disks > 64G (but I don't have one, so I can't
265 Fixed a file overflow at 2G
272 Fixed a bug that slowed down alloc and prevented allocating 100% space
279 not 100% ok, I have no info on it and OS/2 doesn't want to create them)
283 Fixed a bug with i_blocks (du sometimes didn't display correct values)
288 Fixed a bug that it set badly one flag in large anode tree (it was not
293 1.96 Added workaround for one bug in OS/2 (HPFS locked up, HPFS386 reported
296 Fixed a possible bitmap race
302 Fixed a nondestructive race in rename
305 ZFixed a bug that it didn't allow creation of files > 128M
306 (it should be 2G)
309 Fixed a bug when chmoding or chowning root directory
310 1.98 Fixed a deadlock when using old_readdir
311 Better directory handling; workaround for "unbalanced tree" bug in OS/2
312 1.99 Corrected a possible problem when there's not enough space while deleting
318 Removed a lot of redundant code
319 2.00 Fixed a bug in rename (it was there since 1.96)
334 Now it works with Japanese version of OS/2