mount
-
HFS+ partitionsComputer/linux 2010. 1. 7. 06:44
check "kernel configure" less /boot/config-2.6.18-164.* |grep MAC_PARTITION CONFIG_MAC_PARTITION=y means one can do "read", "write", or "both".check device, which one connect to Linux machinemkdir /media/test mount -t hfsplus /dev/sda3 /media/test if you gdm or whatever display manager mounts the device automatically, try to do it in a console (CTRL+ALT+F1).journal must be turned off in order to..
-
How to create a iso file from cd or dvd in linuxComputer/linux 2007. 8. 3. 22:49
Create iso file from CD / DVD sudo umount /dev/cdromdd if=/dev/cdrom of=whateverfilename.isoCreate iso file from a local directory mkisofs -r -o whateverfilename.iso /local_directory mount and umount iso file with sudo or su mkdir /media/imgaemodprobe loopmount whateverfilename.iso /media/image -t iso9660 -o loopumount /media/image reference http://ubuntuguide.org/wiki/Ubuntu:Feisty/CDDVDBurning