View Single Post
Staro 26.04.2006., 09:33   #8
stef
Premium
Moj komp
 
stef's Avatar
 
Datum registracije: Aug 2004
Lokacija: Zabok
Postovi: 3,355
da pomognem malo:

Citiraj:
Q: How to mount Windows partitions (NTFS) on boot-up, and allow all users to read only?

1. Read General Notes
2. Read How to list partition tables?
3.

e.g. Assumed that /dev/hda1 is the location of Windows partition (NTFS)
Local mount folder: /media/windows

4.

sudo mkdir /media/windows
sudo cp /etc/fstab /etc/fstab_backup
sudo gedit /etc/fstab

5. Append the following line at the end of file

/dev/hda1 /media/windows ntfs nls=utf8,umask=0222 0 0

Q: How to remount /etc/fstab without rebooting?

1. Read General Notes
2.

sudo mount -a
sva sreća što svaki oss projekt ima dokumentaciju ... samo treba naći i pročitati
stef je offline   Reply With Quote