Results 1 to 2 of 2
How can I send any files to an USB Flash drive.
I'm always getting message: "Access denied. Could not write to..."
Others: How could I permanently change the fstab? When ...
- 03-08-2007 #1
USB Flash access
How can I send any files to an USB Flash drive.
I'm always getting message: "Access denied. Could not write to..."
Others: How could I permanently change the fstab? When I restart the system it overrides my changes. I want to make partitions automount.If you need a CD/DVD catalogizer, give a try to my program:
http://www.kde-apps.org/content/show...content=100682
Linux Usert#430188
- 03-09-2007 #2
Adjusting fstab
Well, I figured out how to change the fstab permanently:
I wanted to make my Windows partitions automounting at startup. The users option in a fstab entry line defines it as a dinamical entry. So If you want to make the partitions automont you should have to change options like this:
dev/hda1 /mnt/hda1 ntfs auto,defaults,ro,umask=0222 0 0
/dev/hda5 /mnt/hda5 ntfs auto,defaults,ro,umask=0222 0 0
.................................................. ...............................
/dev/hda7 /mnt/hda7 vfat,ext3,ext2,reiserfs auto,defaults,umask=0 0 0
# Dynamic entries below, identified by 'users' option (!)
It works for me. I share it with you.If you need a CD/DVD catalogizer, give a try to my program:
http://www.kde-apps.org/content/show...content=100682
Linux Usert#430188


Reply With Quote
