Hardware :: Windows Can't Read Files Saved From Ubuntu?
Feb 26, 2010
I'm saving files onto my NTFS partition from Ubuntu (Karmic, dual boot with Vista Home), but, although the files appear to be there, they cannot be read. The error message is 'File not Found. Check the name and try again'. File appears under Windows Explorer and has a file size of 986K.
I've had a problem for a while-- when I save files on a USB stick in Ubuntu, then put it in a windows computer, it doesn't recognize the files. It only recognizes a video file that I have, but not the .doc files. The folders either don't appear or only appear as shortcuts.
I want my samba to keep my windows attributes exactly what the user setted in windows I mean if it has read only file in win box and copy it to samba share ,samba keep it read only and same for other attributes but it does not do it now with my configuration:Quote:
[global] workgroup = DOMAIN server string = File Server
[Sorry if this is misplaced; I just couldn't think which category to put it under.] So yeah, I'm almost exclusively using karmic (yay!), but I still have to use that vista install I have smushed in a corner of my HD from time to time. Now, I installed karmic using the default, latest file system (ext4, I believe it is, right?). Last I remember hearing, that presents a bit of a problem, doesn't it?
A real os should at least e able to read and write plain text, you think? But no, when I try to open my text files (mainly made with gedit) some characters are ass, swedish letters rarely work and ', ", / and so on are not represented as the characters I want to see. Is there a easy, fast way to read (and print!) my text files at school, where they have only windows, without spending half an hour fixing the file by hand?
I had some problems with my hdd, I fixed most of the problems with "testdrive" or "testdisk" (cant remember) but I have some bad sections on my disk right where my important data is. I made a backup with "dd" from a live cd. I have the backup with a reading error or 5 so I guess most data is safe? I have the backup of the whole drive on an other hdd and now I need to get just a few folders out of it. I tried in windows but I can't read it. Poweriso can but not the privet folders like /var/ and that folder I need. I had a password on the account so I guess that is part of the problem? How to read the backup file in windows?
My friend have a pc with only Windows. She does not want to format it for Ubuntu but wants to have a temporal partition (without deleting the original-rented Windows machine) for Ubuntu. How can incorporate the Ubuntu (no demo) without altering beyond her pc?
Second, How can she read files of Ubuntu (documents- ODT File (.odt)) in Windows? How can she print the doc's when the printer only works for Windows?
Third, how can be deleted the Ubuntu from her machine when she be able to return the pc to thye dealer?
I want to install my favorite player WMP11 in Linux, but the Setup fails in validation! i there a possible to force install wmp11 with wine in linux ? I have a lot of music in WAV + tagged with RIFF Tags, wmp can read riff tags...Amarok can't! is there another player that can read RIFF Tags from WAV files?
Whenever i try to download something i do not know where they are saved to. for example, i just tried to download the skype beta for ubuntu. the firefox download prompt pops up with the only option being "save file". i click save file and then the prompt closes and nothing happens.
I'm setting up a single stand-alone computer in my classroom to be used by my students at the school where I teach. I've installed Ubuntu, as it smashes Windoze out of the court every time.
I want the students to be able to log on to the computer using just one account: 'Student'. This computer will be attached to a printer so they can type up and print oOfice documents,web pages, etc. However, once they log out, I want any files they might have saved (such as a word processed document) to be removed/deleted from the account so that when another pupil logs on to the 'Student' account they start with a clean slate. I suppose you could call it a sort-of Kiosk account.
How can I get Ubuntu to clear any saved documents on log-out?
I downloades some files with jdownloader, i choose a a folder on my windows partition, but the files where saved on /root/Desktop/V . i'm trying to cut them into other folder, but it fails. Now my free space on ubuntu is 0!
I have downloaded the rpm file "rpmfusion-free-release-stable.noarch.rpm" from internet and tried to install this(VLC) on fedora 10 by running following commands:-
rpm -ivh rpmfusion-free-release-stable.noarch.rpm
Then it showed me finishing installation. But I am not able to find out where it is installed? I am not able to use this software. From where I an get these details .... it is not showing me under the Applications----> Multimedia.
Via empathy a friend sent me a windows folder containing jpg files. I suppose he just drag and dropped the folder into the messenger window in Win7 and sent it to me that way. I accepted and saved on the desktop. Empathy turned the folder into a .tar file. When I try to open the tar file I get the following error:
tar: This does not look like a tar archive tar: Skipping to next header tar: Exiting with failure status due to previous errors
Not surprising as it is indeed not a real tar archive. When I check to see which filetype it is with the file command it says -data. I've tried multiple versions of mount commands with various filetypes but I just can't seem to open this thing. How can I open this folder saved as .tar?
I have downloaded some files and saved them in one of my partition. But when i boot back from windows 7 those files were not visible. So i went back to fedora and found that the files are no longer there then i tested by saving some other files in the partitions and when checked through windows 7 those files are gone. they are not available anymore....i searched everywhere through both OS but couldnt find it.
Can windows read files from a home file server with an ext4 file system? or do I have to partition the drive with the server (ext4) and an ntfs partition with the files on?
I just downloaded a file that ends with .Repo, I believe it's a repository file. How should I install this type of file and where/which directory it should be extracted or saved to?
My apology for being a suzee nubbee (Windoz refugee).
Uploaded a bunch of photos to my Linux machine. (Windows got a bug, didn't want to infect any other windows machine, so I decided to "Scrub" files with Linux.) I'm now attempting to rip these files to dvd to upload onto other computers. Burning to DVD seems to be fine, but windows doesn't read any of the jpg's.
I have just had to reinstall my OS (Sabayon) onto a new and larger hard drive (dying old disk). I quickly saved all my old docs in /home on an external USB drive (formatted and then created an ext4 file system) before the swap and installation.
After getting the new disk running I connected the USB external disk. First I could not access the drive at all, but that seems to be fixed. Now I want to bring all my files back to my new /home folder but apparently they (especially the former MS Office .doc, .xls, etc files, not so much the OpenOffice files) are �read only� and I don't have permissions anymore. I am able to create directories on the external, and can move files back and forth, but don't seem to own many of them.Sabayon automatically mounted my external disk in /media/disk, rather than /mnt, so I've left that alone for now. After searching here and elsewhere for info, I tried a few things (below): For access I added a line to /etc/fstab:
Code:
/dev/sdb1 /media/disk ext4 noauto,rw 0 0
Here's what I've done to try and fix ownership already:
in /media I:
Code:
# chmod 775 disk
which gives output of:
Code:
media # ls -l total 4 drwxrwxr-x 2 root root 4096 Nov 1 21:30 disk
[code]....
I'm not sure what the �total 4� refers to since there is only the one directory �disk� inside /media but I assume that's not part of this issue... Does adding umask=0 have anything to do with this, and if so where does that go?
Is there a way to update my distro with a newer version and not disturb saved media files? Music and pictures etc. Can I move them to another partition. Its there a better way than to save it to disk?
What are the possible problem when Windows access the file from Ubuntu got Read Only even though have a full permission to read, write and execute the file? Ubuntu to Ubuntu accessing the file there is no problem only Windows got a problem.
ive been dual booting ubuntu and windows for a while now. For the first time in weeks ive booted windows XP, and i really hate the fact that windows explorer can't read more than the first partitions. Is there a way to make the explorer see more? I want to be able to reach my files on the ubuntu partition from windows, not just the other way
Until now i haven't had to dabble with bash scripts.
I have a program that reads in data files. These are named datafile01_R, datafile01_G, datafile01_B, they then increment, so datafile02_R etc i have about 600 of these. the program reads in 3 data sets at a time from each run, so files_01 r, g, and b.
The program then does its magic, and outputs about 40 different files, depending on the file, they gone to folders named R, G, B, psa, or tracking.
The program itself has configuration files to say where the files should gone when analyzed, there is also the config files that reads in the data sets.
At the moment i have to run one set of data, then go in and manually change the input file location, and run again. But, doing this, even though a different data set, the new set overwrites the old set in one of the output folders. So i need a way to increment the output filenames after they are written and before the program is run again with the new data set.
I was trying to uninstall all my audio drivers/software because of conflict issues.Anywaysomehow I corrupted/deleted/destroyed important stuff. When I try to boot I get this message, "Your screen, graphics card, and input device settings could not be detected correctly. You will need to configure them yourself". I tried doing some of the various things suggested on the forum, to no avail. It wont let me log directly to the computer at the any terminal it offers because it wont accept my user name etc. Anyway, I partitioned the drive and loaded a fresh copy of 10.04 (which is what I already have) and would like to view the files on the corrupted side so I can import my urgent documents.