lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 26 Aug 2014 11:05:53 +0200
From:	Jan Kara <jack@...e.cz>
To:	Pali Rohár <pali.rohar@...il.com>
Cc:	Jan Kara <jack@...e.cz>, linux-kernel@...r.kernel.org
Subject: Re: Linux UDF support

  Hello,

On Sun 24-08-14 14:46:46, Pali Rohár wrote:
> I would like to know what is state of linux UDF driver. It is 
> experimental or is now suitable for storing data?
  The kernel driver is quite stable. I would happily use it for USB sticks
etc. I would be reluctant to use it for say /home because we don't have any
reasonable repair tool for the filesystem (there are format checkers out
there but they mostly tell you there is a problem, however there's not a
decent tool which would fix the filesystem AFAIK).

> According to wikipedia [1] UDF has open specification format and 
> can be used also for HDDs (not only optical discs).
  Correct.

> In OS support table is written that all major and other minor OSs 
> support UDF FS (without needs for additional programs).
> 
> So it looks like UDF is good candidate for multi OS filesystem. 
> Are there any disadvantages for using UDF on e.g USB flash disk? 
> (when I want read/write support on Linux, Windows 7 and Mac OS X)
  Yes, it is a good candidate for exchange between different OSs. I know
people who use it as such.

> Because lot of manuals say that FAT32 (or NTFS) is only one 
> solution for using USB flash disk on more OS.
> 
> On wikipedia there is one note about linux: Write support is only 
> up to UDF version 2.01. Is this restriction still valid?
  That is correct.

> What will happen if I try to mount FS with UDF version 2.60 in 
> R/W mode on linux? It will fallback to R/O mode? Or newly written 
> files will be in previous (2.01) versions?
  The kernel refuses to mount the filesystem read-write if its revision is
> 2.01. But frankly for interchange between OSs you don't want to use
advanced features anyway (lower chance fs will be supported) and there's not
much benefit since they are mostly aimed at optical media.

								Honza
-- 
Jan Kara <jack@...e.cz>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ