I have a separate 60g drive [sdb1] that used to be my Kubuntu system drive- it has been replaced with a 320, but I would like to delete all of it but /home (to save data files)
fstab says
/dev/sdb1 /media/sdb1 auto users,atime,auto,rw,nodev,noexec,nosuid 0 0
I've looked at [man mount] and variously Googled, but can't find an explanation of the
part, and what to change to make it user-owned.
any link to rub my nose on would be greatly appreciated :-)
fstab says
/dev/sdb1 /media/sdb1 auto users,atime,auto,rw,nodev,noexec,nosuid 0 0
I've looked at [man mount] and variously Googled, but can't find an explanation of the
Code:
users,atime,auto,rw,nodev,noexec,nosuid 0 0
any link to rub my nose on would be greatly appreciated :-)
Comment