lard bunnys
Junior Member
OK, so I bought a new 400GB hard drive to use for storage. The drive in question is sdb. I've formatted it as one giant ext3 partition (sdb1), & labeled it "depot".
The "depot" directory is owner=root & group=users (775).
The problem is that in Ubuntu I can't create any directories (as a normal user) inside of depot (sdb1) & can only place data into existing directories (created in Suse). I have a lot of burnt cds full of data that are nearing the end of their "5 year" life span & I would like to sort them onto sdb1 accordingly.
Under Suse everything works fine.
Here is my Suse fstab:
& here's Ubuntu's fstab:
If anyone could point me in the right directection, it would be mucho appreciated.
The "depot" directory is owner=root & group=users (775).
The problem is that in Ubuntu I can't create any directories (as a normal user) inside of depot (sdb1) & can only place data into existing directories (created in Suse). I have a lot of burnt cds full of data that are nearing the end of their "5 year" life span & I would like to sort them onto sdb1 accordingly.
Under Suse everything works fine.
Here is my Suse fstab:
/dev/hda7 / ext3 acl,user_xattr 1 1
/dev/sdb1 /depot ext3 user,acl 1 2
/dev/hda8 /misc ext3 user,acl 1 2
/dev/sda3 /ubuntu/home reiserfs ro,user,acl 1 2
/dev/hda1 /windows/C ntfs ro,user 0 0
/dev/hda5 /windows/G ntfs ro,user 0 0
/dev/hda6 swap swap defaults 0 0
/dev/sda1 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/hda2 /data1 auto noauto,user 0 0
/dev/hda3 /data2 auto noauto,user 0 0
/dev/sda2 /data3 auto noauto,user 0 0
/dev/sda4 /data4 auto noauto,user 0 0
/dev/dvdrecorder /media/dvdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/fd0 /media/floppy subfs noauto,fs=floppyfss,procuid,nodev,nosuid,sync 0 0
none /subdomain subdomainfs noauto 0 0
& here's Ubuntu's fstab:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda2 / ext3 defaults,errors=remount-ro 0 1
/dev/sda3 /home reiserfs defaults 0 2
/dev/sda4 /media/sda4 ext3 defaults 0 2
/dev/sdb1 /depot ext3 user 0 2
/dev/sdc1 /media/sdc1 vfat defaults 0 0
/dev/sda1 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
If anyone could point me in the right directection, it would be mucho appreciated.