LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't access mounted partition? (https://www.linuxquestions.org/questions/linux-newbie-8/cant-access-mounted-partition-147917/)

ZaijiaN 02-19-2004 02:29 AM

Can't access mounted partition?
 
Ok, i'm a pretty big newbie, so you'll have to bear with me here:

I got a new box up and running, partitioned the hd, put XP on one part, left a sizable chunk for a shared partition, then installed Mandrake 9.2 on the rest.

I can see the /mnt/win_d dir (that's the partition I intend to use between the OSes), and I can get to it when i'm logged in as root. But how do I make this available to other users? I can't seem to chmod it.

rootboy 02-19-2004 04:10 AM

First question, it's not an NTFS partition is it? If it is, then convert it to FAT32 (and reformat if necessary). Captive just ain't there yet for writing to a NTFS partition.

Second, how about helping a brudda out and posting your /etc/fstab? (could it be the "ro" in the fstab file? :) )

Chances are that it's a NTFS partition and write access isn't quite ready for linux (without having to pay for it).


John

ZaijiaN 02-19-2004 07:28 PM

Nope, I specifically made it a FAT32 before installing :)

Here's my fstab:

/dev/hda6 / ext3 defaults 1 1
/dev/hda3 /boot ext3 defaults 1 2
none /dev/pts devpts mode=0620 0 0
/dev/hdc /mnt/cdrom auto user,noauto,exec,iocharset=iso8859-1,ro,codepage=850 0 0
/dev/fd0 /mnt/floppy auto user,noauto,sync,exec,iocharset=iso8859-1,codepage=850 0 0
/dev/hda2 /mnt/win_c ntfs iocharset=iso8859-1,ro 0 0
/dev/hda7 /mnt/win_d vfat iocharset=iso8859-1,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0

levian 02-19-2004 07:58 PM

Hi,
you can use the umask option and the uid, gid option if necessary

cheers

ZaijiaN 02-19-2004 08:22 PM

and I would do that how.....? :)

uteck 02-19-2004 08:22 PM

You could try adding 'user' to the options, like so;
/dev/hda7 /mnt/win_d vfat user,iocharset=iso8859-1,codepage=850 0 0

m_yates 02-19-2004 08:43 PM

This fstab line works for me:

/dev/hda5 /mnt/hda5 vfat auto,users,owner,exec,umask=000 0 0

ZaijiaN 02-20-2004 04:33 PM

So what's a good way to share this folder over the network?

According to file properties, I can only share files under the home directory - so I created a link under my home directory to a dir on the windows drive. Is this the proper way to share a full access folder?


All times are GMT -5. The time now is 06:24 AM.