how to "mkdir /mnt/win_c" from a live DVD
I met the error message below when trying to mount an NTFS partition with a live SuSe DVD:
linux@linux:~> su -
linux:~ # mkdir /mnt/win_c
mkdir: cannot create directory `/mnt/win_c': Read-only file system
linux:~ #
I think the reason is that the DVD is "Read-only".
Any suggestions to be able to "mkdir /mnt/win_c", with a live DVD? Thanks.
|