Ok, I am sure you get a lot of these questions and I really appreciate your help. I have looked through the guide and I cannot get the mount command to work for me.
Currently, I am doing a test run on a spare computer for FreeBSD. I only have a single hard drive installed and the spare is a learning machine. Its not even connected to the internet yet. Just getting familiar with FreeBSD
I am trying to mount my DVD/CDROM. I have a copy of ntfs-3g on the cd that I downloaded from the website. I used a windows based system to download the file and copy to the DVD disk. I assume the file is still ufs.
Background- geom disk list shows the cdrom as cd0; /dev shows the file (?) cd0 and I created the directory /mnt/cdrom. The ls command confirms that the directory exists.
when I use the following command: root@machine:/ # mount -t ufs /dev/cd0 /mnt/cdrom
the command returns the following: mount: dev/cd0: Invalid argument
I have tried a few other options with no luck. Any advice would be appreciated
Currently, I am doing a test run on a spare computer for FreeBSD. I only have a single hard drive installed and the spare is a learning machine. Its not even connected to the internet yet. Just getting familiar with FreeBSD
I am trying to mount my DVD/CDROM. I have a copy of ntfs-3g on the cd that I downloaded from the website. I used a windows based system to download the file and copy to the DVD disk. I assume the file is still ufs.
Background- geom disk list shows the cdrom as cd0; /dev shows the file (?) cd0 and I created the directory /mnt/cdrom. The ls command confirms that the directory exists.
when I use the following command: root@machine:/ # mount -t ufs /dev/cd0 /mnt/cdrom
the command returns the following: mount: dev/cd0: Invalid argument
I have tried a few other options with no luck. Any advice would be appreciated