Results 1 to 3 of 3
I want to make image of my slackware 13 partition with partimage . I start SystemRescueCD and mount my external drive which is ntfs formated on /home directory, but cant ...
- 11-27-2009 #1Just Joined!
- Join Date
- Nov 2009
- Location
- bg
- Posts
- 4
[SOLVED] can't write to mounted ntfs external drive
I want to make image of my slackware 13 partition with partimage. I start SystemRescueCD and mount my external drive which is ntfs formated on /home directory, but cant write to it.
ls -l gave information that only executing is permitted.
Try to change permission with chmod, but with no success.
Any idea?
- 11-27-2009 #2
kodeko did you try mounting the drive as read-write?
Code:mkdir /mnt/<external> mount -w -t ntfs-3g /dev/sdX /mnt/<external>
A candle looses nothing by lighting other candles. - Khalil Zibran.
Registered Linux User #490076
- 11-28-2009 #3Just Joined!
- Join Date
- Nov 2009
- Location
- bg
- Posts
- 4
no i didn't. typing mount with parameters by your way work. thank you very much


