SUSE 9 rescue system mount command
Just testing rescue system drill (floppy) according to admin manual (SUSE 9.0 Pro). Standard PC IDE drive ... GRUB install. Default partitioning.
fstab entry for "/" is /dev/hda3 type is reiserfs
Disks are created, rescue system is booted. I'm at the root rescue console. All I have to do (according to the manual) is "simply" mount the original filesystems to a mount point as in "mount /dev/hda3 /mnt"
It doesn't work. What am I missing here? A general web seach has turned up several identical documents, sometimes specifiying fs type (mount -t xxxxx /dev/xxxx /mnt) .... which I've tried but doesn't work either ... in fact it appears not to make sense out of "-t reiserfs" .... I get "invalid argument"
I did create the /mnt directory, as it doesn't exist by default. I also tried mounting to other directories.
If I use -t ext2 or other type, or another device ... hda2 or something, it at least tells me "no such device" so it appears to understand the command syntax. In fact, the generic command "mount /dev/hda3 /mnt" shows an attempt to mount an ext2 and minix type ... which fails. It recognizes my IDE controller, but doesn't find what it wants.
There's nothing wrong with the system. I'm just attempting to test the procedure.
Missing syntax? Something funky about reiserfs type? (the example in the book uses ext2)
|