sagito
October 19, 2010, 5:56am
#1
hello~
i’ve just installed the 11.3 while still keeping win 7.
but i can’t open the windows partition ,and even the massive usb storage device.
i notice that by changing some syntax in the etc/fstba, i can make the system read the windows partition automatically once i start my PC. but how?
please help~thanks~
my etc/fstba says:
/dev/disk/by-id/ata-Hitachi_HTS542516K9A300_080712BB6C03QGKEDE7F-part7 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-Hitachi_HTS542516K9A300_080712BB6C03QGKEDE7F-part8 /home ext4 acl,user_xattr 1 2
/dev/disk/by-id/ata-Hitachi_HTS542516K9A300_080712BB6C03QGKEDE7F-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=zh_CN.UTF-8 0 0
/dev/disk/by-id/ata-Hitachi_HTS542516K9A300_080712BB6C03QGKEDE7F-part2 /windows/D ntfs-3g users,gid=users,fmask=133,dmask=022,locale=zh_CN.UTF-8 0 0
/dev/disk/by-id/ata-Hitachi_HTS542516K9A300_080712BB6C03QGKEDE7F-part6 /windows/E swap users,gid=users,fmask=133,dmask=022,locale=zh_CN.UTF-8 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
caf4926
October 19, 2010, 6:47am
#2
From a normal user terminal do:
kdesu kwrite /etc/fstab
edit the file:
/dev/disk/by-id/ata-Hitachi_HTS542516K9A300_080712BB6C03QGKEDE7F-part7 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-Hitachi_HTS542516K9A300_080712BB6C03QGKEDE7F-part8 /home ext4 acl,user_xattr 1 2
/dev/disk/by-id/ata-Hitachi_HTS542516K9A300_080712BB6C03QGKEDE7F-part1 /windows/C ntfs-3g defaults 0 0
/dev/disk/by-id/ata-Hitachi_HTS542516K9A300_080712BB6C03QGKEDE7F-part2 /windows/D ntfs-3g users,gid=users,fmask=133,dmask=022,locale=zh_CN.UTF-8 0 0
/dev/disk/by-id/ata-Hitachi_HTS542516K9A300_080712BB6C03QGKEDE7F-part6 /windows/E swap users,gid=users,fmask=133,dmask=022,locale=zh_CN.UTF-8 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
If you want access to D and or E also, edit the same way and save
reboot
sagito
October 19, 2010, 7:24am
#3
thanks for helping
but
whated i exactly wanted to know was that how to edit the codes. in fact, i’ve already found the place.but i just don’t know how…
can you show me some examples based on the codes i gave you? say , i want access to E~
caf4926
October 19, 2010, 7:35am
#4
OK
Now I look at this again more carefully and that you mention E
I see it’s down as ‘swap’
I can’t find any decent expletives to use here but can you imagine them!!
Please post result as su - of
fdisk -l
https://www.youtube.com/watch?v=h191KrDK-I0 )
swerdna
October 19, 2010, 1:23pm
#5
What can I say Carl except lol
caf4926
October 19, 2010, 1:41pm
#6
Indeed. The OP went silent now too!
I can read the NTFS partition from openSUSE 11.3 but can’t write on it. Does below description do the job?
caf4926:
From a normal user terminal do:
kdesu kwrite /etc/fstab
edit the file:
/dev/disk/by-id/ata-Hitachi_HTS542516K9A300_080712BB6C03QGKEDE7F-part7 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-Hitachi_HTS542516K9A300_080712BB6C03QGKEDE7F-part8 /home ext4 acl,user_xattr 1 2
/dev/disk/by-id/ata-Hitachi_HTS542516K9A300_080712BB6C03QGKEDE7F-part1 /windows/C ntfs-3g defaults 0 0
/dev/disk/by-id/ata-Hitachi_HTS542516K9A300_080712BB6C03QGKEDE7F-part2 /windows/D ntfs-3g users,gid=users,fmask=133,dmask=022,locale=zh_CN.UTF-8 0 0
/dev/disk/by-id/ata-Hitachi_HTS542516K9A300_080712BB6C03QGKEDE7F-part6 /windows/E swap users,gid=users,fmask=133,dmask=022,locale=zh_CN.UTF-8 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
If you want access to D and or E also, edit the same way and save
reboot