Discussion:
fstab
LuMiWa via freebsd-questions
2021-04-08 22:01:50 UTC
Permalink
Hi!

I have installed openjdk11 and I put in /etc/fstab

proc /proc procfs rw 0 0

but when laptop start I got a message:
fstab /etc/fstab:4: Inappropriate file type or format but mounted /proc

I am using FreeBSD 13.0-RC5

Thank you.
--
“We live in a world where there is more and more information, and less
and less meaning.”

Jean Baudrillard
Kevin Oberman
2021-04-10 04:40:25 UTC
Permalink
On Thu, Apr 8, 2021 at 3:02 PM LuMiWa via freebsd-questions <
Post by LuMiWa via freebsd-questions
Hi!
I have installed openjdk11 and I put in /etc/fstab
proc /proc procfs rw 0 0
fstab /etc/fstab:4: Inappropriate file type or format but mounted /proc
I am using FreeBSD 13.0-RC5
Thank you.
--
“We live in a world where there is more and more information, and less
and less meaning.”
Jean Baudrillard
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "
Is line 4 the procfs line? Could you post the full file? If proc was
mounted, that line should be OK. I'm a bit suspicious there may be
something else that happened when you edited the file.

I am running 13-stable and have procfs with no problems.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: ***@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
LuMiWa via freebsd-questions
2021-04-10 09:34:14 UTC
Permalink
On Fri, 9 Apr 2021 21:40:25 -0700
Post by Kevin Oberman
On Thu, Apr 8, 2021 at 3:02 PM LuMiWa via freebsd-questions <
Post by LuMiWa via freebsd-questions
Hi!
I have installed openjdk11 and I put in /etc/fstab
proc /proc procfs rw 0 0
fstab /etc/fstab:4: Inappropriate file type or format but mounted /proc
I am using FreeBSD 13.0-RC5
Thank you.
--
“We live in a world where there is more and more information, and
less and less meaning.”
Jean Baudrillard
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "
Is line 4 the procfs line? Could you post the full file? If proc was
mounted, that line should be OK. I'm a bit suspicious there may be
something else that happened when you edited the file.
I am running 13-stable and have procfs with no problems.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
_______________________________________________
The problem start after installed openjdk11 and I put fdesk
/dev/fd fdesfs rw 0 0
and
proc /proc procfs rw 0 0

in /etc/fstab.
It doesn't boot and I remove fdesc from fstab and it boot but start
complaining about inappropriate... and I remove proc too but I am
getting message still. I do not see any problem with system. But I have
/dev/fd.
My fstab:
# Device Mountpoint FStype Options Dump Pass#
/dev/nvd0p1 /boot/efi msdosfs rw 2 2
/dev/nvd0p2 / ufs rw 1 1
/dev/nvd0p3 swap sw 0 0

Thank you
--
“We live in a world where there is more and more information, and less
and less meaning.”

Jean Baudrillard
Graham Perrin
2021-04-10 12:23:07 UTC
Permalink
… The problem start after installed openjdk11 and I put fdesk
/dev/fd fdesfs rw 0 0
and
proc /proc procfs rw 0 0
in /etc/fstab.
It doesn't boot and I remove fdesc from fstab and it boot but start
complaining about inappropriate... and I remove proc too but I am
getting message still. I do not see any problem with system. But I have
/dev/fd.
# Device Mountpoint FStype Options Dump Pass#
/dev/nvd0p1 /boot/efi msdosfs rw 2 2
/dev/nvd0p2 / ufs rw 1 1
/dev/nvd0p3 swap sw 0 0
At a glance, fdesfs would have been invalid (a typo).

Please see <https://www.freshports.org/java/openjdk11/#message>.

If you like, compare with my current /etc/fstab <https://bsd.to/qDqD/raw>.
LuMiWa via freebsd-questions
2021-04-10 18:56:40 UTC
Permalink
On Sat, 10 Apr 2021 13:23:07 +0100
Post by Graham Perrin
… The problem start after installed openjdk11 and I put fdesk
/dev/fd fdesfs rw 0 0
and
proc /proc procfs rw 0 0
in /etc/fstab.
It doesn't boot and I remove fdesc from fstab and it boot but start
complaining about inappropriate... and I remove proc too but I am
getting message still. I do not see any problem with system. But I
have /dev/fd.
# Device Mountpoint FStype Options
Dump Pass# /dev/nvd0p1 /boot/efi
msdosfs rw 2 2 /dev/nvd0p2 /
ufs rw 1 1 /dev/nvd0p3
swap sw 0 0
At a glance, fdesfs would have been invalid (a typo).
Please see <https://www.freshports.org/java/openjdk11/#message>.
If you like, compare with my current /etc/fstab
<https://bsd.to/qDqD/raw>.
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
Thank you very much. It was my mistake but not with java but with swap.
It missed Mountpoint none.
I apologize to everyone for take your time.
I had on the other computer with 12.2 the same settings :)
--
“We live in a world where there is more and more information, and less
and less meaning.”

Jean Baudrillard
Loading...