RE: R: sata hard drive mounting problem



Edit fstab and change the file system to ntfs.

Regarding the permissions, you need to make the mount point readable and
possibly writable by your users. There's many ways you can do go about
it, I'd do it via groups.

Here's an example:
'groupadd $GROUPNAME' # create new group
'usermod -G $GROUPNAME $USERNAME' # Adds user to group, run it for
whichever user you want to access the mount
'chown :$GROUPNAME Mountpoint' # modifies mountpoint permission to be of
the group
'chmod g+rw Mountpoint' # gives group read/write permissions

Cheers,
James


-----Original Message-----
From: David Hammett [mailto:doclinux@xxxxxxxxxx]
Sent: February 3, 2010 5:27 PM
To: m.vaschetto@xxxxxxxxxxxxx
Cc: debian-user@xxxxxxxxxxxxxxxx
Subject: Re: R: sata hard drive mounting problem

Thanks Marco

You stated:>>

You need add a line like this one in /etc/fstab:

/dev/device /mount/point file system options dump pass

For use normal user

/dev/sdb1 /media/HDD ext3 defaults,user,rw
0 0
------------------------

The drive has an nfts windows file system on it with some folder already
on it. I'm trying to get my file's off it on to the new debian install I
got now, then I'm going to take the derive back out of this computer.

So I think I need to put the file system as nfts not ext3 right?





You stated:>>

If you create the mount point with a root user do you need change the
owner of the folder

---------------------------------

If all the folders are crowned with root as owner, How do I change them
to all users?



Thanks And:
God Bless You!




--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact
listmaster@xxxxxxxxxxxxxxxx


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: permission denied
    ... You USB stick probably has a FAT file system -- FAT does not support full ... permissions and ownership flags. ... You either need to mount you USB stick ...
    (comp.os.linux.misc)
  • Re: Quick File System Questions
    ... any operation on the mount ... The owner, group and permission of a file in a FS are preserved only ... > I have a few quick file system question. ... > and permissions on a file system simply require mounting the file system ...
    (comp.unix.aix)
  • Re: fstab troubles
    ... /etc/fstab in order to make the mount writable to all users. ... the FAT32 filesystem was mounted at /media/ ... Ext3 file systems have real ownership and permissions, ... For an ext3 file system, you just change the actual permissions of the ...
    (comp.os.linux.misc)
  • Re: [SLE] permissions
    ... when mounting and mount will set the permissions as desired. ... More info can be found by "man mount" if file system is other, ... > I having a hard time to get permissions set to an extra hard ...
    (SuSE)
  • Permissions Problems on Mounted Samba Shares
    ... when I mount the shares (I'm wanting to do this so they auto ... writable by root, with rwxr-xr-x as their permissions, and not even root ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)