OKO, TerryP, thank you very much for fast reply. Fist of all today i cannot see another fat32 as well :shock:
I created directories: /usr/home/kevin/mnt/floppy and /usr/home/kevin/mnt/docs
%mount /dev/fd0 /usr/home/kevin/mnt/floppy
mount: /dev/fd0 on /usr/home/kevin/mnt/floppy: incorrect super block
%mount /dev/ad0s3 /usr/home/kevin/mnt/docs
mount: /dev/ad0s3: Operation not permitted
%mount /dev/ad0s4 /usr/home/kevin/mnt/docs
mount: /dev/ad0s4: Operation not permitted
%su
Password:
pcbsd# mount /dev/fd0 /mnt/floppy
mount: /dev/fd0 on /mnt/floppy: incorrect super block
pcbsd# mount /dev/ad0s3 /root/mnt/docs
mount: /dev/ad0s3 on /root/mnt/docs: incorrect super block
pcbsd# mount /dev/ad0s4 /root/mnt/docs
mount: /dev/ad0s4 on /root/mnt/docs: incorrect super block
fstab:
# Device Mountpoint FStype Options Dump Pass#
/dev/ad0s1b none swap sw 0 0
/dev/ad0s1a / ufs rw 1 1
/dev/ad0s3 /home/kevin/mnt/docs vfat rw 0 0
linprocfs /compat/linux/proc linprocfs rw 0 0
/dev/fd0 /user/home/keivn/mnt/floppy vfat rw,noauto 0 0
/dev/fd0 /root/mnt/floppy vfat rw,noauto 0 0
sysctl.conf:
# Disable coredump
kern.coredump=0
# Allow users to mount CD's
vfs.usermount=1
kern.ipc.shmmax=67108864
devfs.conf:
# Commonly used by many ports
link cd0 cdrom
link cd0 dvd
# Allow all users to access CD's
perm /dev/acd0 0666
perm /dev/acd1 0666
perm /dev/cd0 0666
perm /dev/cd1 0666
# Allow all USB Devices to be mounted ##Nice mount! How to do same with floppy?
perm /dev/da0 0666
perm /dev/da1 0666
perm /dev/da2 0666
perm /dev/da3 0666
# Misc other devices
perm /dev/pass0 0666
perm /dev/xpt0 0666
perm /dev/agpart 0666
perm /dev/uscanner0 0666
perm /dev/fd0 0666
What could be wrong again?
Well, maybe I can live without floppy

but I do need docs partitions. Currently I have following drives and partitions (just in case: my total memory is 768MB):
Master:
PP 62GB /dev/ad0s1a (pcbsd)
EP? 268MB /dev/ad0s2a (swap?)-shown
EP? 536MB /dev/ad0s2d (swap?)-shown
PP 51GB /dev/ad0s2e (dbsd)
PP 40GB /dev/ad0s3 (or ad0s4),fat32 -INVISIBLE (created before Ubuntu install)
EP 24GB /dev/ad0s5 (Ubuntu)
EP 1GB /dev/ad0s6 (Ubuntu,swap,ext3)-INVISIBLE
EP 20GB /dev/ad0s7 (Kubuntu) -INVISIBLE
EP 21GB /dev/ad0s8 (or ad0s9) (Mandriva)-INVISIBLE
Slave:
PP 32Mb /dev/ad1s1 fat16,boot
EP 31Gb /dev/ad1s5 ntfs, WinXP
PP 8GB /dev/ad1s6 fat32, docs -INVISIBLE
Maybe I need to edit something for vfat32? Also I cannot understand why I cannot see other Linux partitions? All of them are ext3 and EP.
If all my trouble depend on permissions where to learn? I used to google a lot but no result like nobody has same problem or obsolete data: a guy wrote entire manual in 2005 (nothing works from his manual) then I noticed "update 2007" -where he announced his sound driver still in conflict, nobody can help and he abandoned BSD for Linux.