|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - General Questions If your question doesn't fit in any other category below ask in here. |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi, can anyone solve this Prob?
I have added OpenSuse to my SDA, SDA3, along with Ubuntu,SDA1, but OpenSuse hasn't picked up my SDB "slave" Yast2 reveals it. I would like to read and write to it, as I can in Ubuntu? I think I need to add a line to fstab, but can't get the command just right to summon it. Thanks |
|
|||
|
Hi nnjond
Suppose the partition you refer to is sdb1. Make a mount point somewhere for it, say, directory sdb1 at /mnt/sdb1 If it's ntfs ad this line to fstab: /dev/sdb1 /mnt/winxp ntfs-3g defaults 0 0 If it's ext3 add this line: /dev/sdb1 /mnt/sdb1 ext3 defaults 1 2 Make sure the last line in fstab is left as a blank line Swerdna |
|
|||
|
Hi, Swerdna, Thanks for your interest.
SDB1 is the partion in question. FAT32.. I don't know how to summon the file (/etc/fstab (?)) in order to edit. |
|
|||
|
Hit alt+f2, enter 'kdesu kwrite /etc/fstab'.
You also can use yast partitioner, hit alt+f2, enter 'kdesu yast2', give root password. Go to System->Partitioner, select Yes. Select the partition you want to mount, the SDB part, click Edit button, enter the mount point like swerdna says in Mount Point. It entry changes will also reflected in /etc/fstab. |
|
|||
|
Thanks, now I'm getting somewhere. The way I see it, is, if I want to r & wr to sdb1 from my OpenSuse gui I write in the Expert Partitioner Mount Point box, a line beginning: /dev/sdb1 Should the line continue; “/mnt/sdb1 vfat defaults 12" |
|
|||
|
Just the '/mnt/sdb1', you can customize the permissions by editing the /ect/fstab file later.
Or by clicking the Fstab Options, take a look at most bottom options, the Arbitrary option value. For example if your user id is 1000 and you want read write access for yourself but not for the other, give it Code:
uid=1000,gid=0,umask=0027 I remember some thread about this permission thing in fstab, but can't find it. Hope this help. |
|
|||
|
System error code was -3003 mount -t vfat -ousers,gid=users,umask0002,utf8=true /dev/sdb1/mnt/sdb1: mount: mount point /dev/sdb1/mnt/sdb1 is not a directory |
|
|||
|
Quote:
it would be /dev/sdb1 /mnt/sdb1 hope this helps. |
|
|||
|
There should be a space between '/dev/sdb1' and '/mnt/sdb1' I think?
Have you create the /mnt/sdb1 directory first? If not create it using: Code:
mkdir /mnt/sdb1 |
|
|||
|
I didn't think anyone but old folk like me still used fat partitions. This might be interesting:
HowTo [Suse]: set disk access permissions for Fat32 (VFAT) on a desktop PC That's got pictures and a way to do it without touching fstab. But it's quicker if you can get to fstab using the console command kdesu kwrite /etc/fstab and just put this line in the bottom: /dev/sdb1 /home/michael/fat32 vfat uid=yourname,gid=users,utf8=true 0 0 But change yourname to your username and make the folder "fat32" in your home directories first. Swerdna |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|