I though I would make a note of this:
# export DISK=sda1 MOUNT_POINT=sda1
# mkdir -p /mnt/${MOUNT_POINT}
# mount -r -t ufs -o ufstype=ufs2 /dev/${DISK} /mnt/${MOUNT_POINT}
Hope this helps someone :p
Edward.
Moving to raichoo.github.io
11 years ago
2 comments:
Thanks.
Please keep in mind this will mount the partition read only.
Post a Comment