Operating Systems > Linux and UNIX

YAMQ - Yet another mounting question

<< < (2/3) > >>

beltorak0:
it's no problem then; just mount the drive with read-write and it will work; however, most apps and programs (especially in console mode) will require you to either escape the spaces [\ ] or put quotes around the "directories with spaces".  GUI browsing for reading and writing should work normally, just point and click.

FAT32 works on the same basic principle that FAT16 does, but there are differences (like the size of the HD supported) that aren't really necessary knowledge.  Incedentally, DOS floppies use FAT12, but they all work with the "-t vfat" option to mount.

-t.

Doogee:
how do i make read-write access, cos at the moment if i try to save it says access denied.

Idont mount from command line i edited the file for the startup and it mounts it automatically, the post is around somewhere...

voidmain:
If you want everyone that uses your system to have read write access use the "umask=000" mount parameter in your fstab:


--- Code: ---
--- End code ---

Or if you mount on the command line it would be:

# mount /dev/hda1 /c -t vfat -o umask=000

DC:

quote:Originally posted by TheQuirk:
experimental NTFS support lets you write and read    
--- End quote ---

More like "erase and read" - read what the kernel info has on it. It's horrible.

Doogee:
Hey void i get errors at startup heres my fstab :-


--- Code: ---
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version