domenica 2 agosto 2009

Montare UFS in Linux

La tabella dei types da passare al comando mount in Linux per montare filesystems ufs
  • old : Old format of ufs, this is the default, read only. (Don’t forget to give the -r option.)
  • 44bsd : For filesystems created by a BSD-like system like NetBSD,FreeBSD, and OpenBSD
  • sun : For filesystems created by SunOS or Solaris on Sparc.
  • sunx86 : For filesystems created by Solaris on x86.
  • hp : For filesystems created by HP-UX, read-only.
  • nextstep : For filesystems created by NeXTStep (read only).
  • nextstep-cd : For NextStep CDROMs (block_size == 2048),
  • openstep : For filesystems created by OpenStep (currently read only). The same filesystem type is also used by MacOSX
es:

# mount -t ufs -o ufstype=sun /dev/sdb1 /mnt

Nessun commento:

Visite