Results 1 to 10 of 11
im dualbooting windows 7 and ubuntu 9.10....i tried to back up some files from one hard drive to another under linux, and they transferred successfully...i can access them through linux ...
- 11-07-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 15
can't access folder created in linux
im dualbooting windows 7 and ubuntu 9.10....i tried to back up some files from one hard drive to another under linux, and they transferred successfully...i can access them through linux but when i log into windows 7 i get an error message saying "location is not available" The filename, directory name, or volume label syntax is incorrect... the file is on a second hard drive which is formatted as ntfs
- 11-07-2009 #2Just Joined!
- Join Date
- Feb 2009
- Posts
- 15
do i have to change permissions under linux?
- 11-07-2009 #3
Create a new file in Linux :
Press Ctrl+X, y and hit Enter key to save file.Code:nano text.txt
Copy it to that partition. Check if you able to access it Windows OS.
Which command did you execute to mount NTFS partition in Linux?
Post the output of this too :
Code:df -h
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-07-2009 #4Just Joined!
- Join Date
- Feb 2009
- Posts
- 15
i was able to access the text file, but i think the prob was that i created a directory under linux called backup, where i put in all the files...i mounted the hard drive by just right clicking it and pressing mount...
- 11-07-2009 #5
Try to copy files again.
Execute this
Copy file(s) in /media/backup folder. Execute umount command to un-mount partition.Code:sudo mkdir /media/backup sudo mount -t ntfs-3g /dev/sdb<backup_partition> /media/backup -o default,umask=0
Code:sudo umount /dev/<backup_partition>
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-07-2009 #6
If I read your post well then your problem is not in Ubuntu but in Windows7.
Does Windows7 see the drive and the partitions on that drive?
Was this drive/partition formatted under linux or under windows? If under linux maybe you have to reformat under Windows7. Warning: by doing that you will loose all data! Make sure to have a backup.Charles
ASUS EEE Box B202, Atom 270 1,6GHz, 1 GB, HDD 80GB, XP-SP3 / PinguyOS
Asus EEE PC 901 with Bodhi-Linux
- 11-07-2009 #7Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
I'm also wondering if he saved the file name using any characters that are illegal in Windows file names (like ?+\...).
- 11-07-2009 #8
I'm wondering about the formatting thing to. If it is an ext2 or ext3 drive then this may help
- 11-07-2009 #9
No, he wrote:
" when i log into windows 7 i get an error message saying "location is not available" The filename, directory name, or volume label syntax is incorrect... the file is on a second hard drive which is formatted as ntfs. "
But I remember that a NTFS partition I had made with GParted gave me trouble under WindowsXPCharles
ASUS EEE Box B202, Atom 270 1,6GHz, 1 GB, HDD 80GB, XP-SP3 / PinguyOS
Asus EEE PC 901 with Bodhi-Linux
- 11-07-2009 #10


Reply With Quote

