![]() |
|
|||||||
| OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
I use `mount_msdos -o rw /dev/wd0j /mnt/J` to mount a FAT32 partition. But it is writable only by root user.
BTW, why do all directory name in FAT32 become upper case ? Sincerely! |
|
||||
|
See the mount_msdos(8) man page. You can set user/group as well as force long file names.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
The following commnad works:
#mount_msdos -u sw2wolf -o rw /dev/wd0j /mnt/J However, how to add it to /etc/fstab? /dev/wd0j /mnt/J msdos rw,u=sw2wolf,noatime 1 2 will report "mount_msdos: -o u: option not supported" . Sincerely! |
|
||||
|
Use -u.
See the example of the mfs mount and -s in fstab(5).
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
It works. I will learn to `man` in OpenBSD.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| create a FAT32 partition and format it. | wesley | OpenBSD General | 2 | 6th November 2010 07:31 AM |
| Partition help needed. | ros2468 | OpenBSD Installation and Upgrading | 9 | 22nd March 2010 12:25 PM |
| Tested-twice foolproof mounting FAT32 thumbdrive on FreeBSD | jb_daefo | Guides | 1 | 11th November 2008 03:07 AM |
| swap partition | lumiwa | FreeBSD General | 6 | 11th September 2008 03:57 PM |
| Formatting fat32 drive quickly | map7 | FreeBSD General | 10 | 26th July 2008 05:17 PM |