Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Just 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

  2. #2
    Just Joined!
    Join Date
    Feb 2009
    Posts
    15
    do i have to change permissions under linux?

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Create a new file in Linux :
    Code:
    nano text.txt
    Press Ctrl+X, y and hit Enter key to save file.
    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

  4. #4
    Just 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...

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Try to copy files again.
    Execute this
    Code:
    sudo mkdir /media/backup
    sudo mount -t ntfs-3g /dev/sdb<backup_partition> /media/backup -o default,umask=0
    Copy file(s) in /media/backup folder. Execute umount command to un-mount partition.
    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

  6. #6
    Linux Newbie Charles4809's Avatar
    Join Date
    Nov 2008
    Location
    Utrecht, NL
    Posts
    135
    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

  7. #7
    Linux 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 ?+\...).

  8. #8
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,303
    I'm wondering about the formatting thing to. If it is an ext2 or ext3 drive then this may help
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  9. #9
    Linux Newbie Charles4809's Avatar
    Join Date
    Nov 2008
    Location
    Utrecht, NL
    Posts
    135
    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 WindowsXP
    Charles
    ASUS EEE Box B202, Atom 270 1,6GHz, 1 GB, HDD 80GB, XP-SP3 / PinguyOS
    Asus EEE PC 901 with Bodhi-Linux

  10. #10
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,303
    Quote Originally Posted by Charles4809 View Post
    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. "
    Completely missed that
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...