You are not logged in.

#1 2004-11-26 21:33:23

Taz76
Member
From: Sweden
Registered: 2004-10-19
Posts: 44
Website

new sata hd - not correctly mounted

Greetings!

I bought a new sata-disc (diamondmaxtor 10 - 200gb) today and installed it without any problems, I also set up an ext3 partition but I have some problems with not beeing able to write and create files/folders on the disc.

My system is running arch 0.7.. the sata is put under /dev/discs/disc3  (linked to /dev/scsi/host0/bus0/target0/lun0/disc).. also there is a link at /dev/sda (partition is at /dev/sda1)

In fstab I have written this line:
/dev/sda1 /mnt/satan defaults,rw 0 1

I copied the line from my other ext3-partitions and added the option rw.. It works better now, but still get "read-only filesystem" sometimes - as normal user and root.

So... my question is.. what shall I have in fstab so the disc is mounted properly?

/ Taz

Offline

#2 2004-11-27 22:43:19

Taz76
Member
From: Sweden
Registered: 2004-10-19
Posts: 44
Website

Re: new sata hd - not correctly mounted

Is there noone that has a sata-drive here? ;o)

Offline

#3 2004-11-27 23:12:17

kakabaratruskia
Member
From: Santiago, Chile
Registered: 2003-08-24
Posts: 596

Re: new sata hd - not correctly mounted

I have a sata drive. Here's my fstab:

# 
# /etc/fstab: static file system information
#
# <file system>            <dir>         <type>    <options>          <dump> <pass>
none                       /proc         proc      defaults            0      0
none                       /dev/pts      devpts    defaults            0      0
none                       /dev/shm      tmpfs     defaults            0      0
tmpfs                      /tmp          tmpfs     defaults            0      0
sysfs                      /sys          sysfs     defaults            0      0
usbfs                   /proc/bus/usb usbfs  defaults,mode=666   0      0

/dev/hdd             /mnt/cd1  iso9660   ro,user,noauto,unhide   0      0 
/dev/hdc             /mnt/cd2  iso9660   ro,user,noauto,unhide   0      0
/dev/hdc             /mnt/dvd  udf       ro,user,noauto,unhide   0      0
/dev/floppy/0            /mnt/fl   vfat      user,noauto               0      0

/dev/sda5        swap      swap      defaults 0 0
/dev/sda6         /         reiserfs  defaults 0 0
/dev/sda1         /mnt/win  ntfs      defaults,umask=0022     0      0

/dev/sda1 /mnt/captive-noname captive-ntfs defaults,noauto 0 0

And where were all the sportsmen who always pulled you though?
They're all resting down in Cornwall
writing up their memoirs for a paper-back edition
of the Boy Scout Manual.

Offline

#4 2004-11-30 21:15:28

Taz76
Member
From: Sweden
Registered: 2004-10-19
Posts: 44
Website

Re: new sata hd - not correctly mounted

thanks smile works like a charm now!

Offline

Board footer

Powered by FluxBB