Hi
I have dual boot: opensuse 11.4 and Windows XP.
I would like to mount “Read Only” XP NTFS partition.
Hi
I have dual boot: opensuse 11.4 and Windows XP.
I would like to mount “Read Only” XP NTFS partition.
Sorry, I solved this problem:̈́
# sudo blkid
/dev/sda1: UUID="9AF85035F850123C" TYPE="ntfs"
/dev/sda2: LABEL="suse" UUID="39a3420a-950a-494f-a43e-ee538f7ce48e" TYPE="ext4"
/dev/sda3: UUID="0fab6bd3-9579-4773-962c-98e9cf8918c1" TYPE="swap"
add in etc/fstab:
/dev/sda1 /windows ntfs ro,uuid=9AF85035F850123C,nls=utf8,umask=0227,gid=users 0 0
Isn’t it wonderfull how easy the world of Linux is?
Well done, good detective work.