- read/write partitions with users account
uid=xxx,gid=xxxwhere xxx is the result of 'id' command, example:
users$ id uid=100 gid=65535 [...] users$ su root# vi /etc/fstab [...] /dev/hda3 /media/hdd vfat defaults,uid=100,gid=65535add gid and uid in sd, usbhdd, etc partition if you want write it.
- swap
/dev/hda4 none swap sw 0 0in /etc/fstab, where /dev/hda4 is the your swap path.
Nessun commento:
Posta un commento