Results 1 to 8 of 8
I need your help. I can mount my windows partition, see the files, use them (play music, video) but I cannot copy them. I get a
The file or folder ...
- 12-18-2007 #1
help with mounting
I need your help. I can mount my windows partition, see the files, use them (play music, video) but I cannot copy them. I get a
But I can play this file with amarok. I need to get this fixed.The file or folder /mnt/windows/Users/valemon/07 Track 07.wav does not exist.
- 12-18-2007 #2
I think its coz of space(s) in filenames. Type backslash (\) before each space.
In case it doesn't work, post the mount line of /mnt/windows from /etc/fstab file.Code:cp /mnt/windows/Users/valemon/07\ Track\ 07.wav <destination>
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-18-2007 #3
No luck with this. The file was copied successfully but now I couldn't play it. My fstab is attached
- 12-18-2007 #4
Its not listing any Windows Partition. Are you mounting Windows Partitions manually? Which command are you using?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-18-2007 #5
- 12-18-2007 #6
Ok ! Try this
Code:mount -t ntfs /dev/sda1 /mnt/windows -o defaults,umask=0
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-18-2007 #7
Thanks devils_casper. That did the trick. Thank you so much for helping!
- 12-18-2007 #8
You are Welcome valemon ! Glad to help you.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
