how can i set mount points on my ntfs drives? because i have already moved in to kubuntu from windows so every time i reboot i have to remount my partitions!
Announcement
Collapse
No announcement yet.
how to mount ntfs partitions
Collapse
This topic is closed.
X
X
-
Re: how to mount ntfs partitions
You have to add lines (i.e. mounts) to your /etc/fstab. Below are two NFS lines from my /etc/fstab for my backup mount and my music library that should point you in the right direction. You can do "man nfs" and "man fstab" for information on the actual options I'm using:
Code:192.168.1.6:/tnorrisbackup /media/backup nfs rw,rsize=8192,wsize=8192,timeo=14,intr 192.168.1.5:/music /media/music nfs rw,rsize=8192,wsize=8192,timeo=14,intr
- Top
- Bottom
Comment
Comment