//[Computername]/[shared] /mnt/mounted
or
mount -t smbfs -o username=[User] //[IP]/[shared] /mnt/mounted
최신 배포본의 경우 smbmount가 mount의 내부 명령으로 변경.
or
mount -t smbfs -o username=[User] //[IP]/[shared] /mnt/mounted
mount -t [type] [dev] [dir]
ex.) mount -t ntfs /dev/hda1 /mnt/hda1
umount [dir]
ex.) umount /mnt/hda1
Preparation for NTFS
1. add NTFS module to the kernel.
/sbin/modprobe ntfs
2. verify loaded module.
dmesg | grep NTFS => NTFS driver n.n.nn [Flags: R/W MODULE]
cat /proc/filesystems
3. list partition tables.
/sbin/fdisk -l
| ||
김 욱 기자 ⓒ 2007 OhmyNews 기사원본 |