LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-07-2005, 04:44 PM   #1
feetyouwell
Member
 
Registered: Dec 2003
Location: NC, US
Distribution: Novell Linux Eval (2.6.5)
Posts: 240

Rep: Reputation: 30
windows can't see the files written by linux


Hi, i have 40G shared fat32 partition between linux and windows (yeah yeah, i still got windows on my machine) when i write data to the fat32 partition from linux, sometimes windows cant see it, sometimes it can. the permission set is all owned by root, and group root. Why is this happening? how can i write things to it from linux and still allow windows to see it? thanx
 
Old 02-08-2005, 08:56 PM   #2
deepsix
Member
 
Registered: Apr 2003
Distribution: ANY
Posts: 339

Rep: Reputation: 32
i understand you said you have both OS'es on the same partition.......?

did I miss something?....
 
Old 02-08-2005, 10:02 PM   #3
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
Is this a dual boot? You did not say so; do you have both operating systems running simultaneously?

If both are running and both mount the partition at the same time, you are certain to have trouble, and one not seeing what the other writes is the common manifestation of the trouble.

If a dual boot, and what you write using Linux isn't seen when the system is rebooted into windows, then I have no clue unless the file is written with the "hidden" bit set (you might check that). I have never had that problem myself.
 
Old 02-08-2005, 10:43 PM   #4
deepsix
Member
 
Registered: Apr 2003
Distribution: ANY
Posts: 339

Rep: Reputation: 32
not neccesarily...jiml8.......dependes on what he wants......

dude you need to explain exactly whats not happening and where and when and why..........

Last edited by deepsix; 02-08-2005 at 10:46 PM.
 
Old 02-08-2005, 11:57 PM   #5
doralsoral
Member
 
Registered: Aug 2003
Location: raleigh
Distribution: Gentoo 2005.1 x86_64
Posts: 931

Rep: Reputation: 31
what kind of files are you creating. also make sure you have the fat32 part mounted when you write to files. you make just be writing to an empty directory which is why it wont show up becaus eit was never mounted. we need mroe info.
 
Old 02-09-2005, 07:05 AM   #6
NomadABC
Member
 
Registered: Dec 2004
Posts: 189

Rep: Reputation: 33
I think this is a similar issue so I shall ask here:

I have a Linux box and Windows box networked. The Linux machine is used as a server and works pretty much faultlessly with one exception: I will often use the Windows box to find files for Linux (RPMs etc) and save them to the Linux machine. Windows can "see" these files but Linux cannot unless I use a terminal screen. It's not a huge problem, but is there a way of "refreshing" the contents of the folder on the Linux machine from the GUI, similar to F5 in Windows?
 
Old 02-09-2005, 07:36 AM   #7
zvonSully
Member
 
Registered: Nov 2004
Location: Romania
Distribution: Debian maniak(apt-get upgrade)
Posts: 85

Rep: Reputation: 15
he has a partition that is accesible from Windows and Linux(lets say in Windows is D: and in Linu /dev/hda3;Windows instaled on c/dev/hda1)and Linux instaled on /dev/hda2).He uses(like i do too) D/dev/hda3) for files coomen both to Wondows and Linux(a place where to store for ex: movies,music).
On system it works i have no problems: all files written to D: in linux are shown in Windows
 
Old 02-09-2005, 11:28 AM   #8
feetyouwell
Member
 
Registered: Dec 2003
Location: NC, US
Distribution: Novell Linux Eval (2.6.5)
Posts: 240

Original Poster
Rep: Reputation: 30
my system is set up exactly like zvonSully said, the problem is that sometimes I write file from linux to fat32 and i can see, sometimes I can't, files i am writting to it are like *.doc (using openoffice) and *.pdf files. And yes, my machine is a dual boot
 
Old 02-09-2005, 06:45 PM   #9
deepsix
Member
 
Registered: Apr 2003
Distribution: ANY
Posts: 339

Rep: Reputation: 32
have you tried ....

chmod 755 /dir that you want to be able to see
or
chmod 777 /dir
 
Old 02-12-2005, 06:41 AM   #10
Gkarfield
Member
 
Registered: Jul 2004
Location: Greece
Distribution: FreeBSD 6.2/widows[not 8 legs nor black]
Posts: 123

Rep: Reputation: 15
for nomadABC, linux can see everything
windows only ntfs, fat32

try smbmount
i dont remember excactly,
smbmount -t vfat //<winBox>/share <mount point>
(i have FreeBSD now, sharing a partition of fat32 for windows, and can see it both sides)
 
Old 02-12-2005, 07:59 AM   #11
Gkarfield
Member
 
Registered: Jul 2004
Location: Greece
Distribution: FreeBSD 6.2/widows[not 8 legs nor black]
Posts: 123

Rep: Reputation: 15
hm I foergot to say something,
(for feetyouwell)
in fat32, you cant set permisions.
the fat32 fs is mounted as rw by root, its owned by root, if you want to be readable from a normal user, u can set the uid option (for the user u want to see) or the gid option, for the group.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Able to write files to MP3 player but no files written into actual device? olnex Linux - Hardware 0 11-11-2005 06:32 AM
creating partitions that can be written to by both windows and linux aitzim SUSE / openSUSE 11 10-26-2005 06:43 AM
new to linux, can I install audio programs written for windows walkerj Linux - Software 2 10-08-2004 07:24 AM
From WindowsXP I cannot access files written onto vfat-partition under Linux Agi Hammerthief Linux - Hardware 10 01-19-2004 01:07 PM
what are the files written by linux OS while running vaibhavk Linux - General 2 01-17-2002 11:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration