Here is the order of operations that give
Project: | JNode Core |
Component: | Code |
Category: | bug report |
Priority: | normal |
Assigned: | Unassigned |
Status: | won't fix |
Jump to:
Description
Here is the order of operations that give the error :
- after boot, type ramdisk create 1000000, that create the device ramdisk0 under /devices
- then format -t fat12 ramdisk0
Here is the error :
ERROR [FileSystemMounter]: Cannot mount FAT filesystem on ramdisk0
java.io.FileNotFoundException: devices/devices
org.jnode.fs.service.def.FileSystemAPIImpl!mount(369)
org.jnode.fs.service.def.FileSystemPlugin!mount(153)
org.jnode.fs.service.def.FileSystemMounter!tryToMount(164)
...
INFO [FileSystemMounter]: No filesystem found on ramdisk0
- Login to post comments
#1
This bug used the old fat code.
The code is considered deprecated, so it will not be fixed.
#2
This bug used the old fat code.
The code is considered deprecated, so it will not be fixed.
#3
This bug used the old fat code.
The code is considered deprecated, so it will not be fixed.